Unattended install of Quicktime Player?
Does anyone know how to do an unattended install of Quicktime Player without making an msi file? I can't seem to find any info on this. .
Does anyone know how to do an unattended install of Quicktime Player without making an msi file? I can't seem to find any info on this.
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Appears the Quicktime Player 6.x uses pretty much the same setup as 5.x with the QuickTimeInstaller.ini.
[QTSETUP]
32Bit=FALSE
16Bit=FALSE
NO_DIALOGS=TRUE
SHOW_SAMPLE=FALSE
SHOW_README=FALSE
SHOW_PROGRAMFOLDER=FALSE
REGISTRATION_DIALOG=FALSE
LICENSE_OPTION=2
SUPPRESS_SPEED_DIALOG=TRUE
SUPPRESS_PROXY_DIALOG=TRUE
INSTALL_QTJAVA=TRUE
INSTALL_QD3D=TRUE
INSTALL_QTINFO=TRUE
[QTPrefs]
ConnectionSpeed=Intranet
CSMultipleStreams=0
And of course you can get the full installer from:
http://www.apple.com/quicktime/download/standalone/
[QTSETUP]
32Bit=FALSE
16Bit=FALSE
NO_DIALOGS=TRUE
SHOW_SAMPLE=FALSE
SHOW_README=FALSE
SHOW_PROGRAMFOLDER=FALSE
REGISTRATION_DIALOG=FALSE
LICENSE_OPTION=2
SUPPRESS_SPEED_DIALOG=TRUE
SUPPRESS_PROXY_DIALOG=TRUE
INSTALL_QTJAVA=TRUE
INSTALL_QD3D=TRUE
INSTALL_QTINFO=TRUE
[QTPrefs]
ConnectionSpeed=Intranet
CSMultipleStreams=0
And of course you can get the full installer from:
http://www.apple.com/quicktime/download/standalone/
Thanks, I just figured it out too. Here's what my QuickTimeInstaller.ini looks like:
[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
Also, here's how to customize the settings after the unattended install:
1. Install QuickTime on a test PC, then run it.
2. Set all the preferences however you like.
3. Close QuickTime and save a copy of the file C:\Documents and Settings\All Users\Application Data\QuickTime\QuickTime.qtp. This is where all of the settings are stored.
4. After you do the unattended install on user's computers, replace the default QuickTime.qtp file with the one that you saved.
[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
Also, here's how to customize the settings after the unattended install:
1. Install QuickTime on a test PC, then run it.
2. Set all the preferences however you like.
3. Close QuickTime and save a copy of the file C:\Documents and Settings\All Users\Application Data\QuickTime\QuickTime.qtp. This is where all of the settings are stored.
4. After you do the unattended install on user's computers, replace the default QuickTime.qtp file with the one that you saved.
Glad to hear that it works for everyone