AppDeploy.com

 


Quicktime 7.1.5 vendor MSI wont deploy via GPO?

Quicktime Player 7.x is discussed in the Package Knowledge base.
Click here to read the details shared about this application in the AppDeploy Package Knowledge Base.
Click here to remove this link or associate this thread with different Package KB article.
Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [AppDeploy Forums] >> Distribution >> Group Policy >> Quicktime 7.1.5 vendor MSI wont deploy via GPO? Page: [1] 2   next >   >>
Login
Message << Older Topic   Newer Topic >>
Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/19/2007 8:00:44 PM   
fosteky

 

Posts: 97
Score: 3
Joined: 4/26/2006
Status: offline
Has anyone successfully deployed Apple's Quicktime player 7.1.5? I have the QuickTime.MSI from QuickTimeInstaller.exe version 7.1.5.120 (just copied out of %TEMP%) and this thing will just not deploy via GPO. All it's predecessors do, but this one - nope. It attaches to the GPO, but then on boot nothing happens, not even a mention in app event log - never ever seen anything like this. I've downloaded it a couple times, tried different MSIs with the same GPO (no problem) but when I attach 7.1.5 I get no joy. The MSI (and MST I've made) install just fine with an MSIEXEC statement, but as I say - I cannot get GPO to push it. Any ideas - or can anyone tell me whether they've successfully gotten 7.1.5 installing via GPO?
Post #: 1
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/20/2007 1:53:51 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
I am having the same problem. I hope someone has some help with this.

(in reply to fosteky)
Post #: 2
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/21/2007 5:23:52 PM  3 votes
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 >

(in reply to jfrasier)
Post #: 3
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/21/2007 6:38:05 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
Thanks for the detailed reply. I did try both of the language ideas you gave with no success. I had found that information somewhere on this site -- maybe even from you. If I ever get a basic install to work I know the ideas about the transform will be used so I appreciate that.

I am beginning to think there is something larger happening here as I also can't get an adobe acrobat reader install to work. Again, neither install even seems to be recognized by the workstations because there are no entries about it in the eventviewer.

Thanks again.

Jane

(in reply to dlernstrom)
Post #: 4
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/21/2007 6:49:47 PM   
dlernstrom

 

Posts: 22
Score: 5
Joined: 1/27/2007
Status: offline
Here's a couple of quick thoughts...
If you are installing the software on a per machine basis, make sure the software is in the 'Computer' section of the GPO. Also make sure that the appropriate target (authenticated users/machine names/etc) have Read & Apply Group Policy security permissions.

The most useful thing I would suggest is to do a 'Resultant Set of Policy' on the particular machine for a username and see if your given machine/username combination will be affected by your GPO. If you haven't ever done a RSOP, it basically gives you a Group Policy-like window that shows you the sum-total of what settings the machine will eventually have. If you perform a RSOP and don't see your package listed, then there is a problem with how you've put the package into Active Directory.

-David

(in reply to jfrasier)
Post #: 5
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/21/2007 7:36:10 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
I hate to be such a newbie, but we all were once...

I did put it in the computer section and put the computer in the OU. I don't understand where I am supposed to do the part about 'have Read & Apply Group Policy security permissions.

(in reply to dlernstrom)
Post #: 6
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 10:38:58 AM   
dlernstrom

 

Posts: 22
Score: 5
Joined: 1/27/2007
Status: offline
Regarding the 'Read' and 'Apply Group Policy' sections:
1) Right click on your OU, left click on properties.
2) left click on the Group Policy tab.
3) Right click on the Group Policy Object you created, left click on properties
4) left click on the security tab

Check to make sure whatever machines/individuals are either listed here explicitly or collectively as appropriate. For instance, a group policy applying to everything beneath your chosen OU tier could be represented by 'Authenticated Users' having 'Read' and 'Apply Group Policy' options checked. If you only want it to apply to one machine in that OU, click on the 'Add' button, make sure 'Computers' is included as an Object Type, and then enter the machine name in the blank.

---------------------------------------

Did you run a Resultant Set of Policy yet? Right click on a given machine within the OU (or on the OU itself) and go to All Tasks. RSOP Logging represents the system as it currently is, RSOP Planning allows you to specify what potential changes you are about to make to analyze the impact of those changes. You probably ought to do 'Logging' since you have already implimented your changes.

(in reply to jfrasier)
Post #: 7
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 1:37:46 PM   
nheim

 

Posts: 1177
Score: 55
Joined: 4/5/2004
From: Switzerland
Status: offline
Hi fostkey,
yes, did the rollout this week. We even have the update function on, which will remove Versions like 7.03 and 7.04.
As David already stated, alter the language field on the 'Summary Information' dialog. This affects only the language of the Readme file (and the dialogs, which you wont see with GPO install).

If this still doesn't help, switch on MSI logging on the client (can easely be done via Group Policy).
Try the install again.
After that, go the %windir%\temp folder and look for log files.

Really make sure, that the computer account of the target machine has the right to 'Apply Group Policy'

Run 'gresult /z' on the clients command line and look for your GPO being there.

And finally, have a look at this KB article:
http://support.microsoft.com/kb/840669/en-us

Have lost hours and hours of time, because of this issue!

Regards, Nick

Oops, there's a typo: The command is: gpresult /z :-)

< Message edited by nheim -- 3/22/2007 2:14:27 PM >

(in reply to fosteky)
Post #: 8
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 1:44:51 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
dLernstrom -- thanks. I did that. Still nothing and the rsop does not show that it is getting the information to install the program.

Nick -- thanks for some more ideas. I will look at those.

You guys are great.

Jane

(in reply to nheim)
Post #: 9
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 2:49:28 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
I ran the gpresult and it shows that GP was applied but the GPO for installing QT was not listed.

I looked at that article and thought ah-ha since our network is 1GB. I added the registry entry listed in that article and even set it for the longest amount of time but it still didn't work. We do get that userenv error about not being able to contact the domain fairly often.

Any more ideas? I have spent hours and hours of time on this.

Jane

(in reply to jfrasier)
Post #: 10
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 2:57:27 PM   
dlernstrom

 

Posts: 22
Score: 5
Joined: 1/27/2007
Status: offline
Jane,

Don't look at nothing showing on the RSOP as being a discouraging find! That is actually the most helpful thing you can discover, because that tells you that your active directory structure is preventing the particular group policy from applying to the machine.

Other things I would check is if your new GPO is disabled. I disable GPOs while I configure them so that they don't get pushed out until I know they are right. The last step I make before I consider them done is to un-disable the policy.

It has been also suggested to disable either the Computer Configuration or the User Configuration of a Group Policy to optimize the systems applying policy, for example if your policy only applies to computers, disable the user part of the policy. Perhaps you have disabled the computer policy half.

I don't think the gpresult would show anything that RSOP didn't already discover -- that the machine is not receiving the policy.

(in reply to jfrasier)
Post #: 11
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 3:02:37 PM   
dlernstrom

 

Posts: 22
Score: 5
Joined: 1/27/2007
Status: offline
I also don't think the KB article would apply to your situation since the RSOP would have contacted the machine to query what policy it knew about.

Your RSOP (logging) proved that your target system is not receiving the policy at all. The machine was contacted by the DC in order to generate this report.

You could take the specific target machine directly out of the equation by doing a RSOP (planning) on the entire OU to see if your new group policy applies to any machines in the OU. RSOP planning can run against an entire OU/Container (provided you are sending it out to all 'Authenticated Users').

Are you trying to deploy the software to all users within the OU or just to target machines?

-David

(in reply to dlernstrom)
Post #: 12
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 3:08:46 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
Right now I have assigned the software in the computer configuration and have only put my test computer in there. The ultimate goal is to send it to all computers for all users. Many of our computers are shared.

I checked and the GPO was enabled. I did disable the user part. The RSOP does show 3 GPOs-Default Domain Policy, Password Policy and one I made so that IE7 would not be offered.


(in reply to dlernstrom)
Post #: 13
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 3:11:22 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
I just ran the RSOP on the OU container and it does not show the GPO for installing QT

(in reply to jfrasier)
Post #: 14
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 3:24:56 PM   
dlernstrom

 

Posts: 22
Score: 5
Joined: 1/27/2007
Status: offline
I just did a little test where I created a brand new empty group policy in my OU and then ran "C:\Windows\System32\gpresult /z > c:\output.txt" (Piped my output into a file rather than the screen because the output was huge). There is a section that looked something like this:

USER SETTINGS
--------------
    CN=ADMINDLE,OU=_Testing,DC=MYDC
    Last time Group Policy was applied: 3/22/2007 at 11:55:49 AM
    Group Policy was applied from:      MYDC
    Group Policy slow link threshold:   500 kbps

    Applied Group Policy Objects
    -----------------------------
        New Group Policy Object


This told me that the BRAND NEW Group Policy still showed up without any modifications. Testing whether or not a brand new Group Policy Object shows up in this list would remove anything Quicktime related from the equation.

Tell me if a blank 'New Group Policy Object' shows up in your gpresult.

(in reply to jfrasier)
Post #: 15
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 3:33:50 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
Boy do I feel stupid!

I was trying your blank new policy and discovered that I had created my InstallQT GPO but had not linked it to the OU!!!!

Thanks so much. I haved really checked to see how QT is but I did see that it was doing an install.

In a way I was hoping hoping it was some sort of screwy AD thing and that one of you would have the answer and it would solve ALL of our network related problems. LOL

Thanks again.

Jane

< Message edited by jfrasier -- 3/22/2007 3:35:07 PM >

(in reply to dlernstrom)
Post #: 16
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/22/2007 3:41:21 PM   
dlernstrom

 

Posts: 22
Score: 5
Joined: 1/27/2007
Status: offline
No worries. I have found a lot of answers to my AD/GP goofs through AppDeploy and so it is good that somebody else is also sufficiently helped.

Haven't heard anything from fosteky on whether or not his issue was resolved.

Jane or fosteky, let us know if there are any other problems with QT.

(in reply to jfrasier)
Post #: 17
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/23/2007 11:14:09 AM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
It worked great on the test computer in my office. Then I tried it at another location, with the source of the msi as a server in my building. It did not work, and because of our vlan I thought that was the problem. I then copied the .msi and .mst to a computer that this other computer could see, gave auth. users permissions to that folder. I removed the GPO from before and made a new one pointing to this new source.

When I restarted the computer, nothing. I did a gpresult and it said that it DIDN'T get the GPO yet in the software installation section it was there with the remote server. I ran a gpupdate /force and same thing. I have rebooted the computer many time. I don't know how to 'tell it' to get the files from the local server. It is really not a server, but that shouldn't matter, should it? I checked the DC that it was logging into to be sure that AD was replicated.

Their were not log files or eventviewer messages about the install except yesterday when I was doing it from the remote server (which happens to be a DC).

Any ideas?

Thanks
Jane

(in reply to dlernstrom)
Post #: 18
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/23/2007 11:47:50 AM   
rodt99

 

Posts: 1
Score: 0
Joined: 12/14/2006
Status: offline
Just a thought but have you given "Domain Computers" read permissions to your server share folder?

Also, check your application log in Event Viewer on the PC. If the MSI is being applied but there are errors they should show up there.

A quick note to dlernstrom. Awesome fix for the QuickTime msi. I would never have thought to edit the language options in the MSI. Cheers, it did the job.

(in reply to jfrasier)
Post #: 19
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/23/2007 12:26:55 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
That is a great idea, rod. I haven't done that. I am working in a library environment and now can't work on that computer because we are open but I will try it when we close this afternoon.

Jane

(in reply to rodt99)
Post #: 20
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/26/2007 7:03:49 PM   
fosteky

 

Posts: 97
Score: 3
Joined: 4/26/2006
Status: offline
Wow, this string really multiplied since I've been gone for the week (was ill) and I'm just getting back now. So just a couple comments:
1) all the GPO software deployment advice - it's appreciated but I know GPO software deployment backwards and forwards now, it's nothing simple like that.
2) the advice about the language - that rings true. I recall having a very similar issue with Macromedia's Fireworks 8, which wanted to install in a Chinese language setting, and once I set the GPO to ignore language it worked. I look forward to trying the direct edit on the QT MSI - I figure if the vendor delivers such a screwed up MSI why treat it like a normal vendor MSI. I'll respond with results and hopefully some kudos.

Thanks....

(in reply to jfrasier)
Post #: 21
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/26/2007 7:25:12 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
Fosteky -- I hope that works for you.

I am still having trouble. I made sure that domain computers have read permission to the GPO and that apply group policy is checked.

This is what I saw on one computer today when I did gpresult /z

Applied group policy section included the InstallQuicktime GPO

but under Software Installations in RSPO, it says NA.

There was no mention of installation in the eventviewer. Do you have any other ideas?

Jane

(in reply to fosteky)
Post #: 22
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/27/2007 12:50:59 PM   
jfrasier

 

Posts: 45
Score: 0
Joined: 3/20/2007
Status: offline
OK, here is another one.

I tried installing quicktime on another computer and it didn't work. When I ran gpresult I got:

The computer is a part of security groups:
NULL SID
NT Authority\Network

This sounds like a bad thing to me.

Jane

(in reply to jfrasier)
Post #: 23
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/27/2007 7:05:58 PM   
nheim

 

Posts: 1177
Score: 55
Joined: 4/5/2004
From: Switzerland
Status: offline
Hi Jane,
this looks to me, as some group memberships aren't resolved properly.
First of all, i would try to rejoin this machine to the domain and see, if this behavior remains.
See: http://technet2.microsoft.com/WindowsServer/en/library/5dbc99be-7404-41a6-9be7-171d40c398db1033.mspx?mfr=true
Regards, Nick

(in reply to jfrasier)
Post #: 24
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 3/27/2007 8:02:37 PM   
fosteky

 

Posts: 97
Score: 3
Joined: 4/26/2006
Status: offline
Thanks for the pointer toward the language problem, setting the GPO to ignore language resulted in the GPO finally pushing the MSI and MST at least, but of course in the last language on that list. So I direct edited the MSI with ORCA per David Ernstrom's advice and am now pleased with the result.

(in reply to nheim)
Post #: 25
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 4/17/2007 12:36:43 PM   
mcburn13

 

Posts: 6
Score: 0
Joined: 4/17/2007
Status: offline
I got this to work via GPO pretty nicely with the edits using ORCA.

Anyone know what table to change to have this install in the Program Files\Accessories Folder instead of just "Program Files"? or to just take it out as a start menu folder all-together may be a good option

anyone? bueller?

-J

(in reply to fosteky)
Post #: 26
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 4/17/2007 12:52:39 PM   
dlernstrom

 

Posts: 22
Score: 5
Joined: 1/27/2007
Status: offline
The shortcuts are all created via the Directory Table in conjunction with the Shortcut Table.

To remove the entries entirely, you'll want to delete the 4 entries in the shortcut table and also delete the entry in the Directory table called 'QuickTimeProgramMenuFolder'.

The process of dumping the 4 QT shortcuts into the Programs->Accessories folder is as simple as editing the Directory Table by modifying the following entry:
Directory: QuickTimeProgramMenuFolder
Directory Parent: ProgramMenuFolder
DefaultDir: ACCESS~1|Accessories

A more elegant way would be to create the following Directory Table entry:
Directory: AccessoriesFolder
DirectoryParent: ProgramMenuFolder
DefaultDir: ACCESS~1|Accessories
------AND MODIFY the following entry:-------
Directory: QuickTimeProgramMenuFolder
Directory Parent: AccessoriesFolder
DefaultDir: QT|QuickTime

The latter solution would give you a QuickTime folder within the accessories folder to house your shortcuts.

-David

-------------------------------------------------------------------------------------------------
Edit: 4/17/07 1:30 PM
The above solution doesn't work due to Apple's Custom Actions. Look at a following post for one that accomplishes the same thing.
-David

< Message edited by dlernstrom -- 4/17/2007 3:31:52 PM >

(in reply to mcburn13)
Post #: 27
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 4/17/2007 2:21:25 PM   
mcburn13

 

Posts: 6
Score: 0
Joined: 4/17/2007
Status: offline
I did this:
A more elegant way would be to create the following Directory Table entry:
Directory: AccessoriesFolder
DirectoryParent: ProgramMenuFolder
DefaultDir: ACCESS~1|Accessories
------AND MODIFY the following entry:-------
Directory: QuickTimeProgramMenuFolder
Directory Parent: AccessoriesFolder
DefaultDir: QT|QuickTime

It still installed into the program files folder instead of its subfolder Accessories.
Any suggestions?

(in reply to dlernstrom)
Post #: 28
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 4/17/2007 3:26:27 PM   
dlernstrom

 

Posts: 22
Score: 5
Joined: 1/27/2007
Status: offline
Well... it WOULD have worked if Apple had of followed standard procedure of MSI development.

However, after a brief investigation, I discovered that apple is overwriting those parameters in their custom actions. You will be able to accomplish what you are after by making the following modification to the CUSTOMACTION table (ignore my previous suggestion on how to move the shortcuts):

Action: Set_PROGRAMMENUNAME
Type: 307
Source: PROGRAMMENUNAME
Target: Accessories\QuickTime\

I did test this and know it works.

Incidentally, looking at how that custom action is called, if the PROGRAMMENUNAME was specified as a property or set via the command line, you could also accomplish the same thing. Something on the order of: "msiexec /i QuickTime.msi PROGRAMMENUNAME=Accessories\Quicktime\". The PROGRAMMENUNAME value does not need to be in quotes. (tested 4/27/07 1:29 PM)

-David

< Message edited by dlernstrom -- 4/17/2007 3:30:14 PM >

(in reply to mcburn13)
Post #: 29
RE: Quicktime 7.1.5 vendor MSI wont deploy via GPO? - 4/17/2007 4:27:00 PM   
mcburn13

 

Posts: 6
Score: 0
Joined: 4/17/2007
Status: offline
that did the trick. While waiting for your response I took out ALL of the entries for the shortcut menu and deleted the row in DIRECTORY for quicktimeprogrammenufolder.
This got rid of any folder entries...but I decided that I wanted users to have the ability to start QT without digging around the C drives (but not clutter up the program menu folder)


(in reply to dlernstrom)
Post #: 30
Page:   [1] 2   next >   >>
All Forums >> [AppDeploy Forums] >> Distribution >> Group Policy >> Quicktime 7.1.5 vendor MSI wont deploy via GPO? Page: [1] 2   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.063