Changes

Jump to: navigation, search

Quicktime

1,240 bytes added, 21:46, 14 January 2008
no edit summary
Package for Quicktime 7.3.1
 
<package id="Apple_Quicktime" name="Apple Quicktime Player" revision="731" priority="40" reboot="false">
<check type="logical" condition="and">
<check type="registry" condition="exists" path="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E0D51394-1D45-460A-B62D-383BC4F8B335}" />
<check type="uninstall" condition="exists" path="QuickTime" />
</check>
<install cmd=""%SOFTWARE%\Apple\Quicktime\7.3.1\QuickTimeInstaller.exe" /quiet /norestart ChkOptInstASU=0 DESKTOP_SHORTCUTS=0 QT_TRAY_ICON=0 SCHEDULE_ASUW=0" timeout="0">
<exit code="0" />
<exit code="3010" />
</install>
<remove cmd="%windir%\system32\MsiExec.exe /X {E0D51394-1D45-460A-B62D-383BC4F8B335} /qb-!" timeout="0">
<exit code="0" />
<exit code="3010" reboot="true" />
</remove>
<upgrade cmd=""%SOFTWARE%\Apple\Quicktime\7.3.1\QuickTimeInstaller.exe" /quiet /norestart ChkOptInstASU=0 DESKTOP_SHORTCUTS=0 QT_TRAY_ICON=0 SCHEDULE_ASUW=0" timeout="0">
<exit code="0" />
<exit code="3010" reboot="true" />
</upgrade>
</package>
 
Now you only have to delete the Registrykey "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" -> "QuickTime Task".
I do this one using KIXTART.
 
----
 
 
Below a "truly silent" method, taken from http://www.mediamacros.com/item/item-1006687115/:
3
edits

Navigation menu