Friday, April 22, 2016

Uninstall QuickTime

Un-Install QuickTime Player

Use the following commands in your batch file to silently un-install QuickTime:

msiexec.exe /i "\\servername\share\QuickTime.msi" /passive DESKTOP_SHORTCUTS=NO
msiexec.exe /x {FF59BD75-466A-4D5A-AD23-AAD87C5FD44C} /qn /norestart

"DESKTOP_SHORTCUTS=NO" will suppress the creation of QuickTime desktop shortcut.
The first line will silently upgrade the QuickTime installed on the machine to the latest version 7.79.80.95 (will replace the previous version).
The second line will un-install the QuickTime completely.


Note: use the latest version of QuickTime.msi i.e. version 7.79.80.95 (copy the .msi to shared location \\servername\share\)