Quicktime 7 silent install
i searched this site.
How to make it silent install?
i tried to use /qn for the MSI installer. But it does not install.
And how to remove the customaction for quicktime? i found it on tips.
Thanks
How to make it silent install?
i tried to use /qn for the MSI installer. But it does not install.
And how to remove the customaction for quicktime? i found it on tips.
Thanks
0 Comments
[ + ] Show comments
Answers (15)
Please log in to answer
Posted by:
wiseapp
19 years ago
Hi Mkali:
As I told you this MSI is setup.exe driven so you have to record an answer file to the setup as posted earlier by me and then you run this command:
\\Server\share\q\QuicktimeInstaller.exe -r -f1\\Server\share\q\setup.iss
\\Server\share\q\QuicktimeInstaller.exe /s/v/qn
This would run the setup in a silent mode. Otherwise this would not start in unattended mode and this should be the final command line:
\\server\share\q\QuickTimeInstaller.exe /V /t \\server\share\q\1033.MST /s/v/qn
I hope this should work , do let me know.
As I told you this MSI is setup.exe driven so you have to record an answer file to the setup as posted earlier by me and then you run this command:
\\Server\share\q\QuicktimeInstaller.exe -r -f1\\Server\share\q\setup.iss
\\Server\share\q\QuicktimeInstaller.exe /s/v/qn
This would run the setup in a silent mode. Otherwise this would not start in unattended mode and this should be the final command line:
\\server\share\q\QuickTimeInstaller.exe /V /t \\server\share\q\1033.MST /s/v/qn
I hope this should work , do let me know.
Posted by:
wiseapp
19 years ago
Posted by:
rahvintzu
19 years ago
Posted by:
wiseapp
19 years ago
Posted by:
mkali
19 years ago
If i don't want to install itunes, what should i do? Thanks.
My method is during the installation, copy the quicktime.msi and related file from %temp%. But i cannot make it install silently.
msiexec /i QuickTime.msi /t 1033.MST ISSETUPDRIVEN=1
when i type /qn after that, it doesn't work for me.... Any idea? Thanks
My method is during the installation, copy the quicktime.msi and related file from %temp%. But i cannot make it install silently.
msiexec /i QuickTime.msi /t 1033.MST ISSETUPDRIVEN=1
when i type /qn after that, it doesn't work for me.... Any idea? Thanks
Posted by:
mkali
19 years ago
Posted by:
vinitavin
19 years ago
Posted by:
mkali
19 years ago
Posted by:
anthonymel
19 years ago
Is there any way through a transform that I can remove the shortcut on the desktop and quick launch toolbar. Also, is there anyway through a transform to remove the quicktime icon in the tray area.
I tried creating one but I don't really see any setting there worth changing. I hope these things don't have to be don't through registry scripts.
Thanks,
Anthony
I tried creating one but I don't really see any setting there worth changing. I hope these things don't have to be don't through registry scripts.
Thanks,
Anthony
Posted by:
mkali
19 years ago
Posted by:
MeanGene
18 years ago
\\Server\share\q\QuicktimeInstaller.exe -r -f1\\Server\share\q\setup.iss
\\Server\share\q\QuicktimeInstaller.exe /s/v/qn
\\server\share\q\QuickTimeInstaller.exe /V /t \\server\share\q\1033.MST /s/v/qn
I am still having problems with these methods. First, it seems that I cannot get the /t to run a transform without error. I don't know why. What I did to get around the problem was to use a command line like this:
%Source%\QuickTimeInstaller.exe /L1033 -s -sms -f1"%Source%\setup.iss" -f2"%Ext.SetupLog%\%Title%.log"
It seems that all you need is to select the language and run the silent setup, all other switches are unnecessary.
Then follow up with a script that configures user settings.
One last problem is that I am finding a return code ErrorLevel 1 at the end of the QuicktimeInstaller.exe install. Does Apple use 1 instead of 0 for a successful install?
(Note: I am using version 7.1 of the QuickTimeInstaller, things may have changed since the original posting.)
Posted by:
wiseapp
18 years ago
Hi MeanGene:
It might be that you are using the new version of QuickTime installer, I would be downloading this version and would try the same. However as I said earlier the commands mentioned in this post works with the earlier version of Quicktime.
Can you post the log file generated since Errorlevel 1 means there is something wrong and not normal. Please post the log to resolve the stalemate.
It might be that you are using the new version of QuickTime installer, I would be downloading this version and would try the same. However as I said earlier the commands mentioned in this post works with the earlier version of Quicktime.
Can you post the log file generated since Errorlevel 1 means there is something wrong and not normal. Please post the log to resolve the stalemate.
Posted by:
wiseapp
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.