Jump to content

Anyone managed to get Quicktime deployed on Win 7?


Recommended Posts

Posted

I hate it, I really dont want to deploy it, but there is an archaic piece of languages software that requires it to run.

 

Quicktime always used to be one of the simplest things to deploy on XP - start the setup, get the MSI from the temp folder, make a few modifications to stop updates etc and it was done.

Again I have done all that but deploying it to Windows 7 machines, it briefly flashes up 'installing managed software Quicktime' for a second and thats it. Nothing is installed, and nothing is logged in the event log (helpful!)

 

Even the old, known working version (7.62) we used with XP does the same thing.

 

Just wondered if anyone had got it working and had any tips?

Posted

I'm attaching an MST that worked for me last time I deployed Quicktime 7.65.17.80 onto Windows 7. I haven't tested it with later versions as I don't deploy Quicktime any more (no-one's missed it yet).

 

Things this MST does:

 

  • Removes all the shortcuts
  • Stops the QT tray icon from being installed
  • (Theoretically) prevents the nag screen to upgrade to Pro
  • Stops the updater from being installed

 

As always, YMMV.

AT Install Options 1.0.mst

Posted
Windows media player on windows 7 will play quick time file which negates the need to install Quick time, Apple updater, google toolbar and all the krap apple now bundles with it.
Posted
I'm attaching an MST that worked for me last time I deployed Quicktime 7.65.17.80 onto Windows 7. I haven't tested it with later versions as I don't deploy Quicktime any more (no-one's missed it yet).

 

Things this MST does:

 

  • Removes all the shortcuts
  • Stops the QT tray icon from being installed
  • (Theoretically) prevents the nag screen to upgrade to Pro
  • Stops the updater from being installed

 

As always, YMMV.

 

Thanks, I'll give it a go :)

 

runcmd - yeah in 99% of cases you now dont need it, but when theres an old bit of software that checks for quicktime before it will run...

Posted

do you need to install apple application support first?

 

i think ive had it working on 7 but ive generally stopped deploying it unless asked for it and nobody has yet

Posted
Check that you've applied the relevant language MST file with ORCA

 

Also apple application support needs to be installed too

 

infact dosent the msi need editing to only contain language 1033 (or if you set msi deploy to ignore language it installs in taiwaneese)

Posted
infact dosent the msi need editing to only contain language 1033 (or if you set msi deploy to ignore language it installs in taiwaneese)

 

Not 100% sure as i am not at work at the moment but i know i had problems installing it on XP without editing it in orca. You need to remove all language mst's and only include 1033 (whatever mst file is in english)

 

Since getting it to work on XP, ive deployed the same edited msi on Windows 7 and havent heard any problems from staff.

Posted

The MST doesnt seem to work, but I think thats more because for some reason the MSI refuses to even attempt to install.

 

I've applied and enforced the GPO, a RSOP shows the GPO is applied but the MSI isnt listed in software installation in the RSOP window, and doesnt log anything (eg it doesnt attempt to even install)

 

Dont understand it...I'm used to troubleshooting failed MSI deployments, but usually when they leave an error! Am I missing something obvious?

Posted
Method 2 (A BETTER VERSION): If you open up the QuickTime.msi package through ORCA (DON"T START A TRANSFORM FOR THIS STEP), then immediately click on 'View->Summary Information. (If you have already started a blank transform, you will be unable to edit the package information.) You'll notice the supported languages are something like, 1033,1036,1031,1041,1043,1040,2052,1034,1030,1035,1042,1044,1053,1028. Remove them all but 1033 -- English. Then save the msi overtop of itself (another thing I absolutely hate doing, but it is required this time). This method will cleanly get the English version to install through GP happily. :) I used this method for getting 7_1_5_120 on my systems.

 

Quicktime 7.1.5 vendor MSI wont deploy via GPO?

 

Did your MSI deploy in XP ok?

Posted
The MST doesnt seem to work, but I think thats more because for some reason the MSI refuses to even attempt to install.

 

I've applied and enforced the GPO, a RSOP shows the GPO is applied but the MSI isnt listed in software installation in the RSOP window, and doesnt log anything (eg it doesnt attempt to even install)

 

Dont understand it...I'm used to troubleshooting failed MSI deployments, but usually when they leave an error! Am I missing something obvious?

 

iirc some of the changes had to be done direct to the msi not as an mst file language in 99% sure needed to be direct

Posted

Try this

 

:: Install Quicktime 7.6.6 silently

start /w msiexec /i AppleApplicationSupport.msi /quiet /passive /norestart

start /w msiexec /i QuickTime.msi /quiet /passive /norestart ASUWISINSTALLED=0 APPLEAPPLICATIONSUPPORTISINSTALLED={0C34B801-6AEC-4667-B053-03A67E2D0415} DESKTOP_SHORTCUTs=NO QT_TRAY_ICON=NO SCHEDULE_ASUW=NO

Posted
infact dosent the msi need editing to only contain language 1033 (or if you set msi deploy to ignore language it installs in taiwaneese)

 

Damnit, it's been so long I forgot that I had in fact done this, and suspect my MST won't work without it. Willith has posted the method for achieving this in his post above.

 

As a tip for testing, I always test transforms and edits before deploying them by calling a command line similar to this:

 

msiexec /i setup.msi TRANSFORMS="\\path\to\transform.mst" /qb

 

Suppresses all the UI except the progress bar, so you can test any automation you've put in the transform. It's a pretty good approximation of a GPO deployment with a lot less hassle.

Posted

Bumpety bump!

 

After reading all these higgeldy piggeldy posts and not really understanding any of it- does anyone have a simple, step-by-step way of deploying Quicktime over the network using Group Policy?

 

I've used Advanced Installer to create an MSI after installing quicktime on a pc but i'm not sure if this is the best way of doing it.

 

J

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...