Difference between revisions of "Quicktime"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
This is a silent installer for Quicktime. It uses AutoIT, so it's discouraged (and you'll have to write the .aut file yourself).
 
 
<package id="quicktime" name="Quicktime (movie player, plugin)" revision="1" priority="0" reboot="false">
 
<check type="uninstall" condition="exists" path="QuickTime" />
 
<install cmd='\\server\share\quicktime\quicktimefullinstaller.exe' />
 
<install cmd='cmd /c del /s /q "%AllUsersProfile%\Desktop\QuickTime Player.lnk" ' />
 
<remove cmd="\\spd\wpkg\tool\autoit \\spd\wpkg\scripts\un-quicktime.aut" />
 
<upgrade cmd='' />
 
</package>
 
 
 
----
 
 
 
Below a "truly silent" method, taken from http://www.mediamacros.com/item/item-1006687115/:
 
Below a "truly silent" method, taken from http://www.mediamacros.com/item/item-1006687115/:
  
 
How do I make Quicktime Install Silently?
 
How do I make Quicktime Install Silently?
  
First you need the stand alone installer from Quicktime. Then place a text file beside the installer and name it QuickTimeInstaller.ini and place this text inside....
+
First you need the stand alone installer from Quicktime. Then place a text file beside the installer and name it QuickTimeInstaller.ini and place this text inside....
  
 
  [QTSETUP]
 
  [QTSETUP]
Line 30: Line 17:
 
  install_qtinfo=true
 
  install_qtinfo=true
  
[[category:Silent Installers|Quicktime]]
+
[[category:Silent Installers]]

Revision as of 12:04, 3 October 2006

Below a "truly silent" method, taken from http://www.mediamacros.com/item/item-1006687115/:

How do I make Quicktime Install Silently?

First you need the stand alone installer from Quicktime. Then place a text file beside the installer and name it QuickTimeInstaller.ini and place this text inside....

[QTSETUP]
license_option=0
no_dialogs=true
registration_dialog=false
supress_speed_dialog=true
install_qtjava=false
install_qd3d=true
show_sample=false
show_readme=false
show_programfolder=false
install_qtinfo=true