No. Unless it was the fastest SP2 install I've ever seen, it isn't installed. System properties also refllect the OS is only at SP1
Main Topics
Browse All TopicsI'm trying to to deploy XP SP2 through group policy.
Following the instructions here...
Guide for Installing and Deploying Microsoft® Windows® XP Service Pack 2
http://www.microsoft.com/t
..it explains how to do this. I extracted the network install of SP2. I put it on a shared folder on the DC. I built a new OU called Test Environment and put a user and their machine account in there. I built a new group policy under the "Computer Configuration" part of the GPE and pointed to the network path of the Update.msi. Once I had that set up I ran SECEDIT /REFRESHPOLICY to propogate the policy through the domain. I went to the machine I am using to test it with and rebooted a few times...nothing is happening. What am I missing here?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi
Download and install the GPMC on an XP client (It will work on an XP SP1 client with .net framework installed and will work on a pure 2000 server based domain) - It will tell you what policies are being applied, what aren't and any issues and is generally massively useful for administering group policy and it's results. You also need to make sure that Domain Computers have permissions to access the network share containing the MSI, and you also need to make sure that Domain Computers have read and apply rights on the group policy object. You don't need a user in there I don't think as this is a assigned to a machine, and on the policy itself it may help to disable the user configuration part as this can sometimes conflict. You'll also need to make sure the policy for "Always wait for the network at startup and logon" is configured on the workstations, as the fast logon optimisation feature can cause policy not to apply,
Once all this is set, from the XP workstation type this from a command prompt - gpupdate /force - It should then prompt for a reboot,
Description of the Windows XP Professional Fast Logon Optimization Feature
http://support.microsoft.c
Enterprise Management with the Group Policy Management Console
http://www.microsoft.com/w
Deb :))
DVation,
Did you choose to "Assign" or "Publish" the MSI package? Here are the key points that I can think of:
- Is the Package setup correctly or not? That includes the "Auto Install"
- Is the package available to the client over UNC? Is the path to the package defined as UNC or regular path in GPO?
- Is the client in the correct OU that has the GPO assigned to?
- Does the isntallation even start? It's possible that it starts but then it fails. You could probably create a verbose output in the setup to test this one.
JM
I've disabled Fast Logon Optimization through group policy to eliminate that possibility. I granted full read/write permissions to the share and the gpo for the time being to eliminate the possibility of it being a permissions issue. I have also left only the machine account in the testing OU. I removed the user account to avoid any conflicts.
I ran gpupdate /force on the client. The command completed sucessfully. Upon reboot, nothing happened.
I am going to see what I can find out from the GPMC. In the meantime I'm open to more suggestions.
DVation,
Try to create some new setting in the same GPO, for instance to "Run these programs at user login" and have it run a CMD.exe for example. Do the secedit thing to enforce your GP changes and reboot. If CMD starts up, then we know that it's either bad package, bad path, or something other than GPO is just not running.
I try to eliminate what I can in troubleshooting to easily figure out where to look.
Let us know.
JM
"Did you choose to "Assign" or "Publish" the MSI package? "
Per the MS document I was reading, I choose "Assign" ...should the be "Publish" ? What's the difference?
"Is the Package setup correctly or not? That includes the "Auto Install"
I am using the Update.msi that came with XP SP2. I don't know what you are referring to when you say "Auto Install". I know there are parameters I can pass an .msi file to make an install silent, but I have no idea how to do this when deployed via group policy. That was going to be something I was going to tackle once I got this working :)
"Is the package available to the client over UNC? Is the path to the package defined as UNC or regular path in GPO?"
From the client I can access the share using the UNC, that is correct. The GPO had the UNC define, not the local path. I was warned about that in the documentation I was reading and was careful about that.
"Is the client in the correct OU that has the GPO assigned to?"
I right-click the Test OU and go to properties, then edit the group policy tab. This Test OU has the one machine account I am traying to make this work on. So to answer your question...I think so :)
"Does the isntallation even start? It's possible that it starts but then it fails. You could probably create a verbose output in the setup to test this one."
If it starts, it fails too quickly for me to even tell.
" Try to create some new setting in the same GPO, for instance to "Run these programs at user login" and have it run a CMD.exe for example. "
I don't know if I did this right, in the GPE
User Configuration > Admin Templates > System > Logon/Logoff > Run these programs at user login > enabled
I added C:\WINDOWS\SYSTEM32\cmd.ex
I forced a refresh on the client and rebooted. CMD.EXE did *not* show up.
I'd like to add that the GPO for the domain (Default Domain Policy) *is* working because my firewall settings and automatic update settings are unchangable and managed by group policy. So I know my domain policy is working...but I can't get this policy for this particular OU working. Maybe I did something wrong in creating it?
I right clicked domain.local in AD Users and Computers, went to New > Organizational Unit
I called it "Test Environment". I then found the computer I was testing in the Computers OU and right clicked it, choose "Move..." and moved it to the new OU. To edit it's GP, I right click the new OU, go to properties, Group Policy tab, then I added the default policy and edit from there. Hopefully this will help you experts diagnose my problem here! Thanks for all the effort so far!
Bingo. We have a thread now. We know that this GPO is not being applied. Before we go any further, do you happen to have multiple domain controllers? It's likely in that case that you're authenticating to the other DC which does not have the changes replicated to it yet. If you don't, then it can't be that. Go to command prompt on this client and do
ECHO %LOGONSERVER%
it should display the name of the domain controller you're logging on to. It's worth a shot.
"No, there is only one DC"
I don't really know how inheritance works...could that have something to do with it? There is an option to block inheritance although I don't think I want to do that because then the client would not get all the other domain-wide policies applied.
Also,
"Did you choose to "Assign" or "Publish" the MSI package? "
Per the MS document I was reading, I choose "Assign" ...should the be "Publish" ? What's the difference?
Assign will let execute the isntallation package upon login. Publish will place it in the Add/Remote Programs under the Add New Programs list. That is the reason I asked if you saw it there, but you answered no, so you assigned it which is the right thing to do.
We can tell that the entire GPO is not being executed for some reason. That's why I asked you to test running the CMD file in the same GPO. We know it's not the "Package" but it's the GPO itself.
Let's try to block inheritance. It could possibly be something in the domain wide GPO that's causing this not to run. It's worth a shot since we're playing around on a test machine and not domain wide.
http://www.microsoft.com/r
This link is referring to not havign at least Read right to the GPO or the OU in question.
I think I got it... I went to the properties og the GPO and added the computer name with full permissions. When I ran the gpupdate /force on the client, it actually said it needed to reboot to apply the settings (it hadn't done that unitl now)...i think that may have done the trick...ill let you know how it goes!
Business Accounts
Answer for Membership
by: jmelikaPosted on 2004-11-04 at 10:20:12ID: 12496446
If you go to Add/Remove Programs, does it show up under Add New Programs?