Difference between revisions of "Quicktime Alternative"
From WPKG | Open Source Software Deployment and Distribution
m (corrected ALL version numbers to 1.65 and revision++) |
m |
||
Line 9: | Line 9: | ||
priority="0"> | priority="0"> | ||
<check type="uninstall" condition="exists" path="QuickTime Alternative 1.65" /> | <check type="uninstall" condition="exists" path="QuickTime Alternative 1.65" /> | ||
− | <install cmd='" | + | <install cmd='"%SOFTWARE%\quicktimealt165.exe" /verysilent /noreboot' /> |
− | + | ||
− | + | ||
<upgrade cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' /> | <upgrade cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' /> | ||
− | <upgrade cmd='" | + | <upgrade cmd='"%SOFTWARE%\quicktimealt165.exe" /verysilent /noreboot' /> |
− | + | ||
− | + | ||
<remove cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' /> | <remove cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' /> | ||
Line 22: | Line 18: | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 12:05, 3 October 2006
This is a silent installer for Quicktime Alternative 1.48 from http://www.free-codecs.com - you would have to double check for a different version. It is wise to install browsers before this one to get the plugin.
<package id="quicktimealternative" name="Quicktime Alternative 1.65" revision="3" reboot="false" priority="0"> <check type="uninstall" condition="exists" path="QuickTime Alternative 1.65" /> <install cmd='"%SOFTWARE%\quicktimealt165.exe" /verysilent /noreboot' /> <upgrade cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' /> <upgrade cmd='"%SOFTWARE%\quicktimealt165.exe" /verysilent /noreboot' /> <remove cmd='"%ProgramFiles%\QuickTime Alternative\unins000.exe" /SILENT' /> </package>