Apple Event: May 7th at 7 am PT

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 25, 2009 11:43 AM in response to Whoam

Whoam, I already had a script to deploy QT, which I do with GP Preferences, this way it happens at every refresh, not just restart. However, I added this line that you suggested:
msiexec /i \\server\share nameQT7.64.17.73\AppleApplicationSupport.msi /quiet

to the same script, and now it installs support silently as well. Thanks for the tip.

-KH

Dec 16, 2009 3:42 PM in response to axeshr3dder

axeshr3dder,

Man - wish I would have read your post before I discovered exactly what you wrote up for v7.6.4 - also appears to be true for v7.6.5. I went through the pain of finding the extra msi dependency (I think the last version I tried to re-package was 7.6.2) and then just about called it good (I'm attempting Group Policy deployment) when I noticed that none of the mime types for Firefox had registered - again, just like you called it. Anyway, since I see your post is a couple months old just wondering - did you ever find an acceptable workaround? I'm seeing when I run the msi interactively the types are registered - but put /q switch on there and forget it.

One other thing I noticed - if after I ran the install quietly I would simply open the QuickTime control panel applet -> File Types (Tab) -> Click 'OK' without making any changes the mime types would register in Firefox.

-wolfpackitguy

Dec 17, 2009 12:50 PM in response to wolfpackitguy

Just following up on my own post of what I eventually did to get a fully deployable Group Policy based install of QuickTime v7.6.5. The gist of what I had to do was install the two QuickTime msi's (quicktime.msi, appleapplicationsupport.msi) in quite mode on a test system and then capture the changes that the Control Panel applet makes when it is opened and applies the MIME type settings/browser plugins. I then took the captured data, created a third MSI out of that and put all three msi's in a single group policy.

In case anyone wants to try the same:

1. Used Orca to directly edit the QuickTime.msi (included in apple's distribution package) language settings:

Changed:
View -> Summary Information -> Languages
1033,1036,1031,1041,1043,1040,1028,2052,1034,1030,1035,1042,1044,1045,2070,1046, 1049,1053

To:
1033

per this post: http://www.appdeploy.com/messageboards/tm.asp?m=29256 - tried to install with Chinese language.

2. On a vanilla XP test system installed Firefox

3. Installed these two msi's in quiet mode:

msiexec /i QuickTime.msi /qb
msiexec /i AppleApplicationSupport.msi /qb

4. Ran AdminStudio Repackager tool (repack.exe) on same XP test system:

1. Captured a batch file install that issued the following command:
"%ProgramFiles%\QuickTime\QTSystem\QuickTime.cpl"
2. Clicked the 'Browser' tab on the QT control panel preferences applet
3. Clicked 'MIME Settings...'
4. (Changed nothing) Clicked 'OK' (I also unselected the Notify checkbox)
5. Clicked 'OK' again to close QT control panel applet
6. Allowed the AdminStudio package to Process these changes
7. Then used AdminStudio Repackager output to build MSI

The resultant MSI had the logic to set the MIME type info in the registry and register the QT plugin with Firefox.

Feb 9, 2010 12:39 PM in response to wolfpackitguy

Sorry folks I totally forgot about this post. For what it's worth, in the end I did not use my repackaged version. All that had to be done was simply extract the installers for quicktime and app support with 7zip (like I mentioned). The key to the firefox snafu was to make sure you install app support THEN quicktime (this is the order the exe does it). I was doing it in the opposite order and thats why firefox was not reporting quicktime as being installed. This method has worked for subsequent releases as well. Give it a try. However, I still hate apple with all my gut 🙂.

Also I recommoned Microsoft's SCCM for software deployments (instead of GPO) if your company can afford it. Im starting to use it for OS deployments as well and have become quite the SCCM engineer ( there's money to be made 🙂 )

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.