/build/static/layout/Breadcrumb_cap_w.png

does anyone have all the possible command line swithes for QuickTimePlayer.exe (v7)?

I've exploded out the QuickTime.msi but when I run it like this: msiexec /i QuickTime.msi /qb! REBOOT=R it does install but when I try to run it it says that it did not install properly and I need to reinstall it. So I wanted to get all of the command line options for QuickTimePlayer.exe.

0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Quicktime needs some of the other MSI installed to work correctly. I usually extract everything, then delete the "junk" (Apple update utility). Then i install all the MSI with this bat script. for /f %%a in ('dir /b *.msi') do start /wait msiexec /qn /i %%a
Posted by: dchristian 12 years ago
Red Belt
2
Quicktime needs some of the other MSI installed to work correctly. I usually extract everything, then delete the "junk" (apple update utility). Then i install all the MSI with this bat script.

for /f %%a in ('dir /b *.msi') do start /wait msiexec /qn /i %%a

Comments:
  • That worked, thanks. One more thing, once I started up QT it asked me if I wanted to associate files with QT. how do you silence that? - mhsl808 12 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Link

Related Links

Post

Related Posts

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ