Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Largescale Deployment of Quicktime

Hey Guys,

Is there any way to get an MSI for quicktime so I can deploy it to 1000+ computers? I work for an k-12 school district and need to install quicktime on all the computers.

If I can get an MSI I can push it out, But I can't find one released from Apple nor can I easily find a way to contact Apple.

Any help?

Thanks,

-Chris

Windows Vista

Posted on Sep 9, 2009 5:57 AM

Reply
22 replies

Sep 12, 2009 6:39 AM in response to Crazypcgeek

I was only joking. The .msi file created from QuickTimeInstaller exe, is not likely to work. And based on Apple's License Agreement it would not be wise to try to tweek anything, I'd check with Apple on the proper procedure.

2. Permitted License Uses and Restrictions.
This License allows you to install and use one copy of the Apple Software on a single computer at a time. This License does not allow the Apple Software to exist on more than one computer at a time, and you may not make the Apple Software availible over a network where it could be used by multiple computers at the same time.

Sep 16, 2009 1:05 PM in response to Jacumba

I have a similar problem (with version 7.6.4). Does anyone know if there are guidelines from Apple somewhere on Quicktime deployment? I have a license agreement with them, but I didn't get any advice with that agreement. Appdeploy is helpful but I'd rather use command-line switches for the .exe that Apple provides if they're available... At the moment, using something like quicktime.exe /quiet will install quicktime, but throw an error when you try to open it. "Please install Apple Application Support." Apple Application Support will sucessfully install if you run the .exe without the /quiet switch. The licensing folks inform me that Apple Application Support (which is a separate program) does not have a separate installer. From the tone of the answer, I think that I'm supposed to be asking a different department these questions, but I'm lost as to where to go...

Sep 17, 2009 5:42 AM in response to Jacumba

Here is the quicktime story. First off CrazyPCGeek, you can use Orca to edit MSI's. It's free, easy, and especially doesn't cost 4000 dollars. On to the meat and potatoes.

Historically Quicktime version 7.X.X is an executable wrapped around a couple of MSI's. Up to 7.6.2 there were two MSI's packed in the exe. One for quicktime and one for Apple Software Updater, which NO enterprise wants to deploy for obvious reasons. All you had to do was simply open the exe in something like 7zip or winrar and copy out the MSI you want, and make some edits in Orca to disable desktop shortcuts etc. This worked great.

However with 7.6.4 they added a 3rd MSI called application support. Without application support installed quicktime will not launch once installed (totally bogus). The worst part is even if you do install it with the exe silently, like another person posted, it simply bypasses the application support installation and FAIL!

I got tricky and decided to install both the quicktime msi and the application support msi, this seemed to work until i tried to watch a video in firefox...FAIL, it acts as if QT just isn't installed (wack). Works in IE though.

So from what I can tell Apple totally jacked up the quicktime installer to basically make it impossible to silently install this for users. Worst yet, most enterprises are moving to a limited user environment where user's dont have the permissions (nor should they) to install said software (guessing that's what boat you are in at your school).

If ANYONE knows a developer at Apple, please let them know the unrest enterprises across the world are (no doubt) experiencing due to this. I am ready to say f it and deploy VLC player 🙂

Thanks!
Joe

Sep 22, 2009 2:28 PM in response to Crazypcgeek

Hey Chirs,

Here's what you gotta do...

To obtain both needed MSI's (AppleApplicationSupport.msi & QuickTime.msi) use the Apple Update Software tool (which installs with quicktime by default).


1. Launch Apple Update Software tool.
- Choose download only option instead of install.
- The files will be saved in the following directory:
C:\Documents and Settings\%username%\Local Settings\Application Data\Apple\Apple Software Update

2. Use orca to modify QuickTime.msi for English deployment.
- Open MSI w/Orca.
- Click View -> Summary Information.
- Under Language delete all except for 1033 (this is the code for US English).
- Save MSI/close Orca

3. If deploying using group policy be sure to include both MSI’s in your GPO.




I’ve also found that installs sometimes fail if the following condition exists in the quicktime package:
"NOT BNEWERPRODUCTISINSTALLED"


If you’re running into the same issue, just drop/remove that row. It’s located in:
- LaunchCondition -> NOT BNEWERPRODUCTISINSTALLED

You can also due a search for "NOT BNEWERPRODUCTISINSTALLED"


Hope this helps.

BTW, I used to work for the school system down here in Miami, good luck with those teachers. I find educators are the hardest users to train. 🙂

Take care,

-Jared

Sep 23, 2009 3:33 PM in response to Crazypcgeek

Can you create a login script for your users using their AD profiles? If so create a batch file as follows. You'll have to use winrar (free download) to open the 32MB QT installation .exe. You'll find all the .msi files in the .exe. Extract them and place them on a share -> \\server\share_name.

these first 3 command remove older versions of QT
The last two commands install QT (first command) and the application support that apple insists on having (second).

best of luck,


MsiExec.exe /X{C78EAC6F-7A73-452E-8134-DBB2165C5A68} /q
MsiExec.exe /X{6956856F-B6B3-4BE0-BA0B-8F495BE32033} /q
MsiExec.exe /X{A429C2AE-EBF1-4F81-A221-1C115CAADDAD} /q


msiexec /i \\server\share nameQT7.64.17.73\QuickTime.msi /quiet
msiexec /i \\server\share nameQT7.64.17.73\AppleApplicationSupport.msi /quiet

Largescale Deployment of Quicktime

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.