Microsoft Edge Version 95 Silent Install (How-To Guide)

Microsoft Edge is a cross-platform web browser developed by Microsoft. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Microsoft Edge Version 95 from the command line using the MSI installer.

How to Install Microsoft Edge Silently

Microsoft Edge v95 (32-bit) Silent Install (MSI)

  1. Navigate to: https://www.microsoft.com/en-us/edge/business/download
  2. Select Channel/Version Stable 95
  3. Select the Build version of your choice
  4. Select Platform Windows 32-bit
  5. Download the MSI to a folder created at (C:\Downloads)
  6. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  7. Navigate to the C:\Downloads folder
  8. Enter the following command: MsiExec.exe /i MicrosoftEdgeEnterpriseX86.msi /qn
  9. Press Enter

After a few minutes you should see the Microsoft Edge Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Microsoft Edge (32-bit)
Vendor:Microsoft Corporation
Version:95.x
Architecture:x86
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i MicrosoftEdgeEnterpriseX86.msi /qn
Silent Uninstall Switch:MsiExec.exe /x MicrosoftEdgeEnterpriseX86.msi /qn
Repair Command:MsiExec.exe /fa MicrosoftEdgeEnterpriseX86.msi /qn
Download Link:https://www.microsoft.com/en-us/edge/business/download
Video Tutorial:Microsoft Edge Silent Install (How-To Guide) Video
PowerShell Script:https://silentinstallhq.com/microsoft-edge-install-and-uninstall-powershell/

Microsoft Edge v95 (64-bit) Silent Install (MSI)

  1. Navigate to: https://www.microsoft.com/en-us/edge/business/download
  2. Select Channel/Version Stable 95
  3. Select the Build version of your choice
  4. Select Platform Windows 64-bit
  5. Download the MSI to a folder created at (C:\Downloads)
  6. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  7. Navigate to the C:\Downloads folder
  8. Enter the following command: MsiExec.exe /i MicrosoftEdgeEnterpriseX64.msi /qn
  9. Press Enter

After a few minutes you should see the Microsoft Edge Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Microsoft Edge (64-bit)
Vendor:Microsoft Corporation
Version:95.x
Architecture:x64
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i MicrosoftEdgeEnterpriseX64.msi /qn
Silent Uninstall Switch:MsiExec.exe /x MicrosoftEdgeEnterpriseX64.msi /qn
Repair Command:MsiExec.exe /fa MicrosoftEdgeEnterpriseX64.msi /qn
Download Link:https://www.microsoft.com/en-us/edge/business/download
Video Tutorial:Microsoft Edge Silent Install (How-To Guide) Video
PowerShell Script:https://silentinstallhq.com/microsoft-edge-install-and-uninstall-powershell/

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Create a Microsoft Edge Installation Log File

The MSI installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.

Microsoft Edge (32-bit) Silent Install with Logging

MsiExec.exe /i MicrosoftEdgeEnterpriseX86.msi /qn /L*V "%WINDIR%\Temp\Edge86-Install.log"

Microsoft Edge (64-bit) Silent Install with Logging

MsiExec.exe /i MicrosoftEdgeEnterpriseX64.msi /qn /L*V "%WINDIR%\Temp\Edge64-Install.log"

Exclude the Microsoft Edge Desktop Shortcut During Install

The Microsoft Edge installer creates a desktop shortcut by default. If you do not want the desktop shortcut, then you can run the following command line switches to exclude it.

Microsoft Edge (32-bit) (MSI) Silent Install with No Desktop Shortcut

MsiExec.exe /i MicrosoftEdgeEnterpriseX86.msi DONOTCREATEDESKTOPSHORTCUT=true /qn

Microsoft Edge (64-bit) (MSI) Silent Install with No Desktop Shortcut

MsiExec.exe /i MicrosoftEdgeEnterpriseX64.msi DONOTCREATEDESKTOPSHORTCUT=true /qn

Exclude the Microsoft Edge Taskbar Shortcut During Install

The Microsoft Edge installer creates a taskbar shortcut by default. If you do not want the taskbar shortcut, then you can run the following command line switches to exclude it.

Microsoft Edge (32-bit) (MSI) Silent Install without Taskbar Shortcut

MsiExec.exe /i MicrosoftEdgeEnterpriseX86.msi DONOTCREATETASKBARSHORTCUT=true /qn

Microsoft Edge (64-bit) (MSI) Silent Install without Taskbar Shortcut

MsiExec.exe /i MicrosoftEdgeEnterpriseX64.msi DONOTCREATETASKBARSHORTCUT=true /qn

How to Uninstall Microsoft Edge v95 Silently

Check out the Microsoft Edge Install and Uninstall (PowerShell) post for a scripted solution.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:
Version Microsoft Edge 95 Silent Uninstall String
95.0.1020.53 (x86)MsiExec.exe /x {1E5CAC92-73AE-39B6-9112-80CE7C48F0DE} /qn
95.0.1020.53 (x64)MsiExec.exe /x {A2E3C912-6B8F-3AFA-A4CE-790058769257} /qn
95.0.1020.44 (x86)MsiExec.exe /x {94FA0774-DFB3-3AE0-96A6-F7BD2AF426B3} /qn
95.0.1020.44 (x64)MsiExec.exe /x {27FD200D-2A77-3033-AD30-8107E29F034C} /qn
95.0.1020.40 (x86)MsiExec.exe /x {AF3F2CD7-3315-36EC-B659-D68C694A1554} /qn
95.0.1020.40 (x64)MsiExec.exe /x {A70AED58-CAB1-3CDB-B701-D5FD264625E3} /qn
95.0.1020.38 (x86)MsiExec.exe /x {2BC61BCE-092D-32A7-95D2-9B294756ADB3} /qn
95.0.1020.38 (x64)MsiExec.exe /x {02404C84-6DAE-30A9-8A43-51F3A6FD673C} /qn
95.0.1020.30 (x86)MsiExec.exe /x {E289E27D-32B2-3221-8535-F50D8C8360FD} /qn
95.0.1020.30 (x64)MsiExec.exe /x {3DF09811-F714-3173-8231-C66040DDC03F} /qn

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts