Apple iTunes is a media player, media library, Internet radio broadcaster, mobile device management utility, and the client app for iTunes Store. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Apple iTunes from the command line using both the EXE & MSI installers.
How to Install Apple iTunes Silently
iTunes Silent Install (EXE) on 32-bit System (Version 12.10.9.3 and Newer)
- Navigate to: https://www.apple.com/itunes/download/win32
- Download the EXE to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: iTunesSetup.exe /extract
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleMobileDeviceSupport.msi /qn
- Press Enter
- Enter the following command:
- iTunesSetup.exe REBOOT=ReallySuppress /qn
- Press Enter
After a few moments you should see the iTunes Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Apple iTunes (32-bit System) |
Vendor: | Apple Inc. |
Version: | 12.10.9.3 and Newer |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch (Step 1) | MsiExec.exe /i AppleMobileDeviceSupport.msi /qn |
Silent Install Switch (Step 2) | iTunesSetup.exe REBOOT=ReallySuppress /qn |
Silent Uninstall Switch: | MsiExec.exe /x iTunes.msi REBOOT=ReallySuppress /qn |
Download Link: | https://www.apple.com/itunes/download/win32 |
PowerShell Script: | https://silentinstallhq.com/apple-itunes-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-apple-itunes-powershell/ |
iTunes Silent Install (EXE) on 64-bit System (Version 12.10.9.3 and Newer)
- Navigate to: https://www.apple.com/itunes/download/win64
- Download the EXE to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: iTunes64Setup.exe /extract
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn
- Press Enter
- Enter the following command:
- iTunes64Setup.exe REBOOT=ReallySuppress /qn
- Press Enter
After a few moments you should see the iTunes Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Apple iTunes (64-bit System) |
Vendor: | Apple Inc. |
Version: | 12.10.9.3 and Newer |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch (Step 1) | MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn |
Silent Install Switch (Step 2) | iTunes64Setup.exe REBOOT=ReallySuppress /qn |
Silent Uninstall Switch: | MsiExec.exe /x iTunes64.msi REBOOT=ReallySuppress /qn |
Download Link: | https://www.apple.com/itunes/download/win64 |
PowerShell Script: | https://silentinstallhq.com/apple-itunes-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-apple-itunes-powershell/ |
iTunes Silent Install (MSI) on 32-bit System (Version 12.10.9.3 and Newer)
- Navigate to: https://www.apple.com/itunes/download/win32
- Download the EXE to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: iTunesSetup.exe /extract
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleMobileDeviceSupport.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i iTunes.msi REBOOT=ReallySuppress /qn
- Press Enter
After a few moments you should see the iTunes Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Apple iTunes (32-bit System) |
Vendor: | Apple Inc. |
Version: | 12.10.9.3 and Newer |
Architecture: | x86 |
Installer Type: | MSI |
Silent Install Switch (Step 1) | MsiExec.exe /i AppleMobileDeviceSupport.msi /qn |
Silent Install Switch (Step 2) | MsiExec.exe /i iTunes.msi REBOOT=ReallySuppress /qn |
Silent Uninstall Switch: | MsiExec.exe /x iTunes.msi REBOOT=ReallySuppress /qn |
Repair Command: | MsiExec.exe /fa iTunes.msi REBOOT=ReallySuppress /qn |
Download Link: | https://www.apple.com/itunes/download/win32 |
PowerShell Script: | https://silentinstallhq.com/apple-itunes-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-apple-itunes-powershell/ |
iTunes Silent Install (MSI) on 64-bit System (Version 12.10.9.3 and Newer)
- Navigate to: https://www.apple.com/itunes/download/win64
- Download the EXE to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: iTunes64Setup.exe /extract
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i iTunes64.msi REBOOT=ReallySuppress /qn
- Press Enter
Software Title: | Apple iTunes (64-bit System) |
Vendor: | Apple Inc. |
Version: | 12.10.9.3 and Newer |
Architecture: | x64 |
Installer Type: | MSI |
Silent Install Switch (Step 1) | MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn |
Silent Install Switch (Step 2) | MsiExec.exe /i iTunes64.msi REBOOT=ReallySuppress /qn |
Silent Uninstall Switch: | MsiExec.exe /x iTunes64.msi REBOOT=ReallySuppress /qn |
Repair Command: | MsiExec.exe /fa iTunes64.msi REBOOT=ReallySuppress /qn |
Download Link: | https://www.apple.com/itunes/download/win64 |
PowerShell Script: | https://silentinstallhq.com/apple-itunes-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-apple-itunes-powershell/ |
iTunes Silent Install (EXE) on 32-bit System (Version 12.10.8.5 and Older)
- Navigate to: https://www.apple.com/itunes/download/win32
- Download the EXE to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: iTunesSetup.exe /extract
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleApplicationSupport.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleMobileDeviceSupport.msi /qn
- Press Enter
- Enter the following command:
- iTunesSetup.exe REBOOT=ReallySuppress /qn
- Press Enter
After a few moments you should see the iTunes Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Apple iTunes (32-bit System) |
Vendor: | Apple Inc. |
Version: | 12.10.8.5 and Older |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch (Step 1) | MsiExec.exe /i AppleApplicationSupport.msi /qn |
Silent Install Switch (Step 2) | MsiExec.exe /i AppleMobileDeviceSupport.msi /qn |
Silent Install Switch (Step 3) | iTunesSetup.exe REBOOT=ReallySuppress /qn |
Silent Uninstall Switch: | MsiExec.exe /x iTunes.msi REBOOT=ReallySuppress /qn |
Download Link: | https://www.apple.com/itunes/download/win32 |
PowerShell Script: | https://silentinstallhq.com/apple-itunes-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-apple-itunes-powershell/ |
iTunes Silent Install (EXE) on 64-bit System (Version 12.10.8.5 and Older)
- Navigate to: https://www.apple.com/itunes/download/win64
- Download the EXE to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: iTunes64Setup.exe /extract
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleApplicationSupport.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleApplicationSupport64.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn
- Press Enter
- Enter the following command:
- iTunes64Setup.exe REBOOT=ReallySuppress /qn
- Press Enter
After a few moments you should see the iTunes Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Apple iTunes (64-bit System) |
Vendor: | Apple Inc. |
Version: | 12.10.8.5 and Older |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch (Step 1) | MsiExec.exe /i AppleApplicationSupport.msi /qn |
Silent Install Switch (Step 2) | MsiExec.exe /i AppleApplicationSupport64.msi /qn |
Silent Install Switch (Step 3) | MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn |
Silent Install Switch (Step 4) | iTunes64Setup.exe REBOOT=ReallySuppress /qn |
Silent Uninstall Switch: | MsiExec.exe /x iTunes64.msi REBOOT=ReallySuppress /qn |
Download Link: | https://www.apple.com/itunes/download/win64 |
PowerShell Script: | https://silentinstallhq.com/apple-itunes-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-apple-itunes-powershell/ |
iTunes Silent Install (MSI) on 32-bit System (Version 12.10.8.5 and Older)
- Navigate to: https://www.apple.com/itunes/download/win32
- Download the EXE to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: iTunesSetup.exe /extract
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleApplicationSupport.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleMobileDeviceSupport.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i iTunes.msi REBOOT=ReallySuppress /qn
- Press Enter
After a few moments you should see the iTunes Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Apple iTunes (32-bit System) |
Vendor: | Apple Inc. |
Version: | 12.10.8.5 and Older |
Architecture: | x86 |
Installer Type: | MSI |
Silent Install Switch (Step 1) | MsiExec.exe /i AppleApplicationSupport.msi /qn |
Silent Install Switch (Step 2) | MsiExec.exe /i AppleMobileDeviceSupport.msi /qn |
Silent Install Switch (Step 3) | MsiExec.exe /i iTunes.msi REBOOT=ReallySuppress /qn |
Silent Uninstall Switch: | MsiExec.exe /x iTunes.msi REBOOT=ReallySuppress /qn |
Repair Command: | MsiExec.exe /fa iTunes.msi REBOOT=ReallySuppress /qn |
Download Link: | https://www.apple.com/itunes/download/win32 |
PowerShell Script: | https://silentinstallhq.com/apple-itunes-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-apple-itunes-powershell/ |
iTunes Silent Install (MSI) on 64-bit System (Version 12.10.8.5 and Older)
- Navigate to: https://www.apple.com/itunes/download/win64
- Download the EXE to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: iTunes64Setup.exe /extract
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleApplicationSupport.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleApplicationSupport64.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn
- Press Enter
- Enter the following command:
- MsiExec.exe /i iTunes64.msi REBOOT=ReallySuppress /qn
- Press Enter
After a few moments you should see the iTunes Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Apple iTunes (64-bit System) |
Vendor: | Apple Inc. |
Version: | 12.10.8.5 and Older |
Architecture: | x64 |
Installer Type: | MSI |
Silent Install Switch (Step 1) | MsiExec.exe /i AppleApplicationSupport.msi /qn |
Silent Install Switch (Step 2) | MsiExec.exe /i AppleApplicationSupport64.msi /qn |
Silent Install Switch (Step 3) | MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn |
Silent Install Switch (Step 4) | MsiExec.exe /i iTunes64.msi REBOOT=ReallySuppress /qn |
Silent Uninstall Switch: | MsiExec.exe /x iTunes64.msi REBOOT=ReallySuppress /qn |
Repair Command: | MsiExec.exe /fa iTunes64.msi REBOOT=ReallySuppress /qn |
Download Link: | https://www.apple.com/itunes/download/win64 |
PowerShell Script: | https://silentinstallhq.com/apple-itunes-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-apple-itunes-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 an Installation Log File
The Apple iTunes installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.
Apple iTunes 32-bit Silent Install (EXE) with Logging
MsiExec.exe /i AppleApplicationSupport.msi /qn /L*v "%WINDIR%\Temp\AppleApplicationSupport-Install.log" |
MsiExec.exe /i AppleMobileDeviceSupport.msi /qn /L*v "%WINDIR%\Temp\AppleMobileDeviceSupport-Install.log" |
iTunesSetup.exe REBOOT=ReallySuppress /qn /L*v "%WINDIR%\Temp\iTunes32-Install.log" |
Apple iTunes 64-bit Silent Install (EXE) with Logging
MsiExec.exe /i AppleApplicationSupport.msi /qn /L*v "%WINDIR%\Temp\AppleApplicationSupport-Install.log" |
MsiExec.exe /i AppleApplicationSupport64.msi /qn /L*v "%WINDIR%\Temp\AppleApplicationSupport64-Install.log" |
MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn /L*v "%WINDIR%\Temp\AppleMobileDeviceSupport64-Install.log" |
iTunes64Setup.exe REBOOT=ReallySuppress /qn /L*v "%WINDIR%\Temp\iTunes64-Install.log" |
Apple iTunes 32-bit Silent Install (MSI) with Logging
MsiExec.exe /i AppleApplicationSupport.msi /qn /L*v "%WINDIR%\Temp\AppleApplicationSupport-Install.log" |
MsiExec.exe /i AppleMobileDeviceSupport.msi /qn /L*v "%WINDIR%\Temp\AppleMobileDeviceSupport-Install.log" |
MsiExec.exe /i iTunes.msi REBOOT=ReallySuppress /qn /L*v "%WINDIR%\Temp\iTunes32-Install.log" |
Apple iTunes 64-bit Silent Install (MSI) with Logging
MsiExec.exe /i AppleApplicationSupport.msi /qn /L*v "%WINDIR%\Temp\AppleApplicationSupport-Install.log" |
MsiExec.exe /i AppleApplicationSupport64.msi /qn /L*v "%WINDIR%\Temp\AppleApplicationSupport64-Install.log" |
MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn /L*v "%WINDIR%\Temp\AppleMobileDeviceSupport64-Install.log" |
MsiExec.exe /i iTunes64.msi REBOOT=ReallySuppress /qn /L*v "%WINDIR%\Temp\iTunes64-Install.log" |
Exclude iTunes Desktop Shortcut During Install
The iTunes 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.
Apple iTunes 32-bit Silent Install (EXE) with No Desktop Shortcut
MsiExec.exe /i AppleApplicationSupport.msi /qn |
MsiExec.exe /i AppleMobileDeviceSupport.msi /qn |
iTunesSetup.exe DESKTOP_SHORTCUTS=0 REBOOT=ReallySuppress /qn |
Apple iTunes 64-bit Silent Install (EXE) with No Desktop Shortcut
MsiExec.exe /i AppleApplicationSupport.msi /qn |
MsiExec.exe /i AppleApplicationSupport64.msi /qn |
MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn |
iTunes64Setup.exe DESKTOP_SHORTCUTS=0 REBOOT=ReallySuppress /qn |
Apple iTunes 32-bit Silent Install (MSI) with No Desktop Shortcut
MsiExec.exe /i AppleApplicationSupport.msi /qn |
MsiExec.exe /i AppleMobileDeviceSupport.msi /qn |
MsiExec.exe /i iTunes.msi DESKTOP_SHORTCUTS=0 REBOOT=ReallySuppress /qn |
Apple iTunes 64-bit Silent Install (MSI) with No Desktop Shortcut
MsiExec.exe /i AppleApplicationSupport.msi /qn |
MsiExec.exe /i AppleApplicationSupport64.msi /qn |
MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn |
MsiExec.exe /i iTunes64.msi DESKTOP_SHORTCUTS=0 REBOOT=ReallySuppress /qn |
Do Not Set Apple iTunes as Default Media Player
Apple iTunes 32-bit Silent Install (EXE) with Media Defaults Disabled
MsiExec.exe /i AppleApplicationSupport.msi /qn |
MsiExec.exe /i AppleMobileDeviceSupport.msi /qn |
iTunesSetup.exe MEDIA_DEFAULTS=0 REBOOT=ReallySuppress /qn |
Apple iTunes 64-bit Silent Install (EXE) with Media Defaults Disabled
MsiExec.exe /i AppleApplicationSupport.msi /qn |
MsiExec.exe /i AppleApplicationSupport64.msi /qn |
MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn |
iTunes64Setup.exe MEDIA_DEFAULTS=0 REBOOT=ReallySuppress /qn |
Apple iTunes 32-bit Silent Install (MSI) with Media Defaults Disabled
MsiExec.exe /i AppleApplicationSupport.msi /qn |
MsiExec.exe /i AppleMobileDeviceSupport.msi /qn |
MsiExec.exe /i iTunes.msi MEDIA_DEFAULTS=0 REBOOT=ReallySuppress /qn |
Apple iTunes 64-bit Silent Install (MSI) with Media Defaults Disabled
MsiExec.exe /i AppleApplicationSupport.msi /qn |
MsiExec.exe /i AppleApplicationSupport64.msi /qn |
MsiExec.exe /i AppleMobileDeviceSupport64.msi /qn |
MsiExec.exe /i iTunes64.msi MEDIA_DEFAULTS=0 REBOOT=ReallySuppress /qn |
Disable Apple iTunes Auto Update
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following command:
REG ADD "HKLM\SOFTWARE\Apple Computer, Inc.\iTunes\Parental Controls\Default" /v AdminFlags /t REG_DWORD /d 257 /f |
Suppress Apple iTunes Software License Agreement (EULA)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following command:
REG ADD "HKLM\SOFTWARE\Apple Computer, Inc.\iTunes" /v SLA /t REG_SZ /d EA1528 /f |
Customize iTunes Preferences
- Install iTunes
- Launch iTunes
- Select Edit-> Preferences…
- Configure iTunes settings to your organizations specification
- Close iTunes
- Navigate to “C:\Users\<userprofile>\AppData\Roaming\Apple Computer\Preferences\”
- Copy the com.apple.iTunes.plist file to C:\Downloads
- Navigate to “C:\Users\<userprofile>\AppData\Roaming\Apple Computer\Preferences\ByHost”
- Copy the com.apple.iTunes.{914a81c0-1ec2-11eb-870f-806e6f6e6963}.plist file (GUID may vary) to C:\Downloads
- Uninstall iTunes
- Delete the com.apple.iTunes.plist file from “C:\Users\<userprofile>\AppData\Roaming\Apple Computer\Preferences\”
- Delete the com.apple.iTunes.{914a81c0-1ec2-11eb-870f-806e6f6e6963}.plist file (GUID may vary) from “C:\Users\<userprofile>\AppData\Roaming\Apple Computer\Preferences\ByHost”
- Follow the “How to Install Apple iTunes Silently” steps mentioned earlier in the article
- Create the following folder (if not present) “C:\Users\<userprofile>\AppData\Roaming\Apple Computer\Preferences\”
- Copy the com.apple.iTunes.plist file to “C:\Users\<userprofile>\AppData\Roaming\Apple Computer\Preferences\”
- Create the following folder (if not present) “C:\Users\<userprofile>\AppData\Roaming\Apple Computer\Preferences\ByHost”
- Copy the com.apple.iTunes.{914a81c0-1ec2-11eb-870f-806e6f6e6963}.plist file (GUID may vary) to “C:\Users\<userprofile>\AppData\Roaming\Apple Computer\Preferences\ByHost”
How to Uninstall Apple iTunes Silently
Check out the following posts for a scripted solution:
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Version | Apple iTunes Silent Uninstall String |
12.12.4.1 (32-bit) | MsiExec.exe /x {A8FC46CC-4C0D-4B9A-81EA-BB3ED9BC46C0} /qn |
12.12.4.1 (64-bit) | MsiExec.exe /x {DCBA66F6-FF88-47BF-BC2C-8A8D187911C1} /qn |
12.11.4.15 (32-bit) | MsiExec.exe /x {F2DAF52C-DF89-4222-B031-32AA0FC9431D} /qn |
12.11.4.15 (64-bit) | MsiExec.exe /x {298FB192-1160-4551-BB70-1D2442DA9777} /qn |
12.11.3.17 (32-bit) | MsiExec.exe /x {FFD13BE7-F6A3-43D9-B79B-4B5502CA5FD0} /qn |
12.11.3.17 (64-bit) | MsiExec.exe /x {653C59E1-B78D-4D82-9259-C14DFD9F6EFC} /qn |
12.11.0.26 (32-bit) | MsiExec.exe /x {6DDCCDEB-5B38-4348-BE83-6087572D459A} /qn |
12.11.0.26 (64-bit) | MsiExec.exe /x {79951B67-3DC8-45DF-A516-86F89DA95924} /qn |
12.10.10.2 (32-bit) | MsiExec.exe /x {E3AAEC22-327A-4337-BECF-ED2F1E6CCFCE} /qn |
12.10.10.2 (64-bit) | MsiExec.exe /x {0F55124A-C00E-4227-A543-19389E732653} /qn |
12.10.9.3 (32-bit) | MsiExec.exe /x {CDEAEE47-1EB4-45BB-9208-69110EA7EF13} /qn |
12.10.9.3 (64-bit) | MsiExec.exe /x {40FA6352-B70E-434B-95C9-5BB87A0E22BF} /qn |
12.10.8.5 (32-bit) | MsiExec.exe /x {784F8C61-2332-480F-A41E-C1468A7D1053} /qn |
12.10.8.5 (64-bit) | MsiExec.exe /x {EA1B93E5-47D8-4252-8441-DEC5F5274C60} /qn |
12.10.7.3 (32-bit) | MsiExec.exe /x {E9C6EFF4-7053-49AC-88F9-10D6929A0D68} /qn |
12.10.7.3 (64-bit) | MsiExec.exe /x {013DB423-A8DE-4423-9E50-D45ED1041789} /qn |
12.10.6.2 (32-bit) | MsiExec.exe /x {13DC6E90-93BA-405B-A10D-8CFD79B3B02C} /qn |
12.10.6.2 (64-bit) | MsiExec.exe /x {739B363A-A8C1-4D32-843D-07603700D19F} /qn |
12.10.5.12 (32-bit) | MsiExec.exe /x {C2947F1E-249B-45E4-A3BF-31BED5A72705} /qn |
12.10.5.12 (64-bit) | MsiExec.exe /x {D75FB6A7-8D3C-4159-AE6D-42E1820E1B68} /qn |
12.10.4.2 (32-bit) | MsiExec.exe /x {AC07E555-58C3-44E4-B69F-52DB6ADA44BE} /qn |
12.10.4.2 (64-bit) | MsiExec.exe /x {49F48AA2-DEA7-453A-8735-9C862E7C8467} /qn |
12.10.3.1 (32-bit) | MsiExec.exe /x {D620E0AC-E682-418C-9780-5F045F5C3D9C} /qn |
12.10.3.1 (64-bit) | MsiExec.exe /x {9C96D8AC-EE43-4B47-877C-D11595511C8E} /qn |
12.10.2.3 (32-bit) | MsiExec.exe /x {2B918C20-5DCA-4CF6-A815-5743157E6421} /qn |
12.10.2.3 (64-bit) | MsiExec.exe /x {38749252-C55E-44D9-9CB6-52199D0173AB} /qn |
12.10.1.4 (32-bit) | MsiExec.exe /x {6B2BF825-C64A-4646-8339-1482F284111E} /qn |
12.10.1.4 (64-bit) | MsiExec.exe /x {227F49DB-D6E0-4AE2-8348-AA8F5AAB2F1F} /qn |
12.10.0.7 (32-bit) | MsiExec.exe /x {C3FAD5CC-0138-4797-9E4E-47FB6CF1EEDF} /qn |
12.10.0.7 (64-bit) | MsiExec.exe /x {D6969886-0A8A-46BF-A3FA-D6CD43FC8F85} /qn |
12.9.6.3 (32-bit) | MsiExec.exe /x {3BFF1271-7AAB-4F01-95D4-4E04C72E3DD0} /qn |
12.9.6.3 (64-bit) | MsiExec.exe /x {00ECC1A0-72EC-4E21-A03E-A9242A92CE1F} /qn |
12.9.5.7 (32-bit) | MsiExec.exe /x {0D6D0D10-66E0-4A5B-8EDB-A68F8B5D5C61} /qn |
12.9.5.7 (64-bit) | MsiExec.exe /x {A8AF3EF8-5010-4A92-BCCA-90F62A7D62B8} /qn |
12.9.4.102 (32-bit) | MsiExec.exe /x {BD36FEE8-DF48-485E-BB9F-F9435E3556CF} /qn |
12.9.4.102 (64-bit) | MsiExec.exe /x {D9D08A8F-5A03-486A-AD4D-3A438D521F8B} /qn |
12.9.3.3 (32-bit) | MsiExec.exe /x {A1A20067-65AC-4547-98CD-8489443BC611} /qn |
12.9.3.3 (64-bit) | MsiExec.exe /x {D9D08A8F-5A03-486A-AD4D-3A438D521F8B} /qn |
12.9.2.6 (32-bit) | MsiExec.exe /x {E9B408B4-59AE-4757-9054-8DD4A5768E5D} /qn |
12.9.2.6 (64-bit) | MsiExec.exe /x {A9921EE9-86E5-402C-A934-4A8DBAD99E24} /qn |
12.9.1.4 (32-bit) | MsiExec.exe /x {B2B6931F-558E-4E04-B941-A7AAFF88E3B8} /qn |
12.9.1.4 (64-bit) | MsiExec.exe /x {3F702C1B-628F-46FB-A094-56D5404CEE63} /qn |
12.9.0.167 (32-bit) | MsiExec.exe /x {73824AE9-6DAB-441E-A1E6-CBC2FDE1036D} /qn |
12.9.0.167 (64-bit) | MsiExec.exe /x {645877C4-2AB6-46B6-BD32-B251B0666F63} /qn |
12.8.0.150 (32-bit) | MsiExec.exe /x {ADB8797A-FAD0-4F2A-A23C-6DA6C5886407} /qn |
12.8.0.150 (64-bit) | MsiExec.exe /x {36F365B3-05C2-455D-9D96-B73829DE046D} /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.