dlernstrom
Posts: 22
Score: 5 Joined: 1/27/2007 Status: offline
|
I will bet you have a language issue... I ran into the same problem... more on that in a minute. First, here's the process I did: Downloaded QuickTimeInstaller.exe from the apple website Cleaned out my temp folder "started" an install of quicktime grabbed the QuickTime.msi from the newly created folder in my temp folder Used the ORCA tool to create the following TRANSFORM: Property Table: REGSRCH_INSTALL_ASU = 0 DESKTOP_SHORTCUTS = 0 QTINFO.BISQTPRO = 1 Registry Table: Added an entry to ensure that the Taskbar icon never showed up... Registry = NoTaskIcon (Some Unique Key -- Whatever name you pick) Root = 2 Key = SOFTWARE\Apple Computer, Inc.\QuickTime\ActiveX Name = QTTaskRunFlags Value = #2 Component = QTPlugin.ocx Shortcut Table: Removed the QuickTimePlayer_Desktop entry (Because I don't believe programs should put shortcuts on the desktop). HERE'S THE GROUP POLICY TRICK Method 1 (The workaround I discovered): When you add the package through Group Policy, you'll have a tab that is titled 'Deployment'. Click that and then click advanced. Check the box that says 'Ignore language when deploying this package.' This is because (as I'll explain in a minute), that Quicktime 7_1_5_120 defaults to the Chinese Language! This workaround will get the program to install okay (really, your system is rejecting the package because it doesn't believe the Chinese program should install on an English system. I know, it seems contrary to logic since there is an entry in the Property table for 1033 (english language), but unfortunately, that is the case. This is the method I used to get 7_1_3_100 installed on my systems. 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. You should rate this post, it was a triumphant discovery! :) -David
< Message edited by dlernstrom -- 3/21/2007 5:25:59 PM >
|