One of our client PC's recently got random crash issues with MS Word. I manually uninstalled Office 2003 locally on the client, ran "gpupdate /force /boot" and expected the client to reinstall Office after rebooting.
It didn't.
I've ran gpupdate a couple of times, but nothing seems to take effect. The only thing in eventlog of interest is the regular info that group policy software settings has been enabled.
Any ideas why it won't reinstall by it self? Does Group Policy contain some kind of magic log where it keeps track of wich clients it has installed?
Edit: The redeploy function in Group Policy is out of the question, as it would reinstall Office on all our computers on the next reboot.
Edit2: RSOP (both cmd and mmc) shows Office 2003 software package as deployed.
Edit3: Tried moving the computer to a different OU with slightly different software packages (but with the same Office 2003 policy). The other software installed at boot-up, but still no Office.
This happens to me also, I manually uninstall a GPO package and there's no way I got it back, I noticed that there is a registry key that holds the GPO packages deployed.
Open regedit and browse HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt
Look in the subkeys for the product you want to redeploy and remove that key.
and the next time you reboot you will have the installation happening.
I haven't found a better way, it's a big problem for me, because users can uninstall the application "accidentally" and I haven't found a way around this.... amazing..
Do you have sufficient access to the AD where you could just move the computer to a new OU and apply a specific GPO to do the reinstall? That would avoid reinstalling all systems. It should be fairly quick as well.
BTW, did you run RSOP.MSC to see if there was anything there in the way of an explanation?
Gave up and reinstalled the computer. Case closed.
Edit: See the accepted solution.