Sahil Posted January 19, 2005 Author Posted January 19, 2005 Nothing works for me. I tried using the /A switch to make an AIP, but this is not a MSI, it is a .exe file.Any other suggestions?
totoymola Posted January 19, 2005 Posted January 19, 2005 How about running the original installer, and copy the files that it creates in the %temp% folder?but this is not a MSI, it is a .exe file.Really? I wish I can try it now..
Sahil Posted January 19, 2005 Author Posted January 19, 2005 For some odd reason, it is working.I added /f at the end just for the heck of it. Did a windows installation on a machines, and it works like a charm. Silly Computers!
totoymola Posted January 19, 2005 Posted January 19, 2005 Which one worked? The admin install point? Temp files?
Sahil Posted January 19, 2005 Author Posted January 19, 2005 start /wait %systemdrive%\Install\Applications\QuickTimeFullInstaller.exe /f^^ This one did
totoymola Posted January 20, 2005 Posted January 20, 2005 Really? The silent install switch is /f? That is new to me.
jfmartel Posted January 25, 2005 Posted January 25, 2005 Anyone yet have found the switches for unattended setup for QT 6.5.2Thank you!
Slip400 Posted January 31, 2005 Posted January 31, 2005 I installed quicktime 6.5.2 with full installer as shown win "ini" file... My install stops at about 90%, and pops up asking me my internet speed... here is my iniI do not want to use "Quicktime alternativeAfter closing out the box, setup completes...but once in windows, it continues to ask my speed each time QT is opened... very annoyingbesides, how i register this? I paid $30 for this posQuickTimeInstaller.ini
gtaylor Posted January 31, 2005 Posted January 31, 2005 I have just installed Quicktime 6.5.2 successfully. I used the following QuicktimeInstaller.ini file to install Quicktime silently:;QuicktimeInstaller.ini[QTSETUP]license_option=0no_dialogs=trueregistration_dialog=falsesupress_speed_dialog=trueinstall_qtjava=falseinstall_qd3d=trueinstall_quicklaunch_icons=falseinstall_desktop_icons=falseshow_sample=falseshow_readme=falseshow_programfolder=falseinstall_qtinfo=false[QTPREFS]show_hotpicks=falseConnectionSpeed="1.5 Mbps T1/Intranet/Lan"CSMultipleStreams=0I created the following INF file to configure Quicktime following installation:;Quicktime 6.5.2 Configuration INF;Please document each entry with a comment.;This file does the following:; 1. Disables the Quicktime System Tray Icon; 2. Disables Quicktime Task (qttask.exe) from loading at startup.; 3. Deletes the Quicktime folder from the Start menu; 3. Adds a 'Quicktime Player' shortcut to the Utilities folder; 4. Copies a pre-configured quicktime preferences file (quicktime.qtp); to the 'All Users\Application Data\Quicktime' folder.[Version] Signature=$CHICAGO$[DefaultInstall] AddReg=DisableSystemTrayIcon.AddReg DelReg=DisableQuicktimeTask.DelReg ProfileItems=QuicktimePlayer, QuicktimeGroup CopyFiles=QuicktimePreferencesFile[DisableSystemTrayIcon.AddReg] HKLM,"Software\Apple Computer, Inc.\QuickTime\ActiveX","QTTaskRunFlags",0x00010001,2;Remove Quicktime Task (QTTASK.EXE) from running at startup[DisableQuicktimeTask.DelReg] HKLM,"%RUN%,"Quicktime Task";Add Quicktime Player shortcut to the Start Menu[QuicktimePlayer] Name = "Quicktime Player" CmdLine = 16422, "Quicktime", quicktimeplayer.exe SubDir = "Utilities" InfoTip = "Apple Quicktime Player 6.5.2";Delete the Quicktime Start Menu Group[QuicktimeGroup] Name = "Quicktime", 0x00000006[SourceDisksNames] 1=%DiskName%,,0[SourceDisksFiles] quicktime.qtp=1[QuicktimePreferencesFile] quicktime.qtp[DestinationDirs] QuicktimePreferencesFile=16419,Quicktime[Strings] Diskname="Quicktime Installation, Disk #1" Run = "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"I have attached a copy of my Quicktime.qtp file. The main reason for copying the Quicktime.qtp file is to disable the reminder to purchase Quicktime Pro. You can do this by installing Quicktime, setting your computers clock forward 5-10 years and then running Quicktime until the reminder pops up, click Later on the dialog box and the close Quicktime. Set your clock back to the current date and make a copy of the quicktime.qtp file which will be in the "'All Users\Application Data\Quicktime" folder.QuickTime.qtp
warrior1109 Posted January 31, 2005 Posted January 31, 2005 The registration info is kept in the QuickTime.qtp file! So once you've installed and registered, your reg name and key is stored in the QuickTime.qtp file
gtaylor Posted January 31, 2005 Posted January 31, 2005 The registration info is kept in the QuickTime.qtp file! So once you've installed and registered, your reg name and key is stored in the QuickTime.qtp fileI haven't registered Quicktime so the quicktime.qtp file I uploaded doesn't contain any registration information. Useful to know this for future reference though.
Slip400 Posted February 1, 2005 Posted February 1, 2005 ok, looks promising...Can you explain how to use the inf file with my install?I use RunOnceEx.cmdREG ADD %KEY%\020 /VE /D "Quicktime Player 6.5.1 Pro" /fREG ADD %KEY%\021 /V 1 /D "REGEDIT /S %systemdrive%\install\Quicktime\QT.reg" /f REG ADD %KEY%\022 /V 2 /D "%systemdrive%\install\Quicktime\QT.exe /f REG ADD %KEY%\023 /V 3 /D "REGEDIT /S %systemdrive%\install\Quicktime\QT.reg" /f REG ADD %Key%\024 /V 4 /D "%SystemRoot%\system32\taskkill.exe /F /IM QuickTimePlayer.exe" /fall are in QT Directery
gtaylor Posted February 1, 2005 Posted February 1, 2005 Can you explain how to use the inf file with my install?I use an INF file to place the RunOnceEx information into the registry so my use of the REG command is a little rusty but the following should work:REG ADD %KEY%\020 /VE /D "Quicktime Player 6.5.2" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Quicktime\QuickTime652.exe" /fREG ADD %KEY%\020 /V 2 /D "rundll32 setupapi,InstallHinfSection DefaultInstall 128 %systemdrive%\install\quicktime\QuickTimeSettings.inf" /fThis should create one RunOnceEx entry which runs the Quicktime installer and then runs the INF file to make the necessary modifications to the installation.
warrior1109 Posted February 1, 2005 Posted February 1, 2005 This is how I install with the full installer, the inf file goes in the folder with the full installer, i've made a SFX for the QuickTime.qtp, and I call it all like this;REG ADD %KEY%\088 /VE /D "Quick Time 6.5.2 Pro" /fREG ADD %KEY%\088 /V 1 /D "%CDROM%\Software\QT\QuickTimePrefs.exe" /fREG ADD %KEY%\088 /V 2 /D "%CDROM%\Software\QT\QuickTimeFullInstaller.exe" /fThis works fine for me.
jfmartel Posted February 1, 2005 Posted February 1, 2005 Anyone knows if there is any log file that setup creates?I've launched setup file with .ini file with File Monitor, but havent found.We're using some kind of control on our setups, and .log file is very useful to know if a setup has completed succesfuly.Thank you!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now