Forcing Repush of Active Directory Deployed Software
Does anyone know how to do this?
Thanks
Thanks
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
brenthunter2005
18 years ago
Posted by:
BlueFlameKeg
18 years ago
Posted by:
brenthunter2005
18 years ago
Unfortunately you can't redeploy it to only one computer via Active Directory.
The only method I can offer is to remotely start the process on this one computer and run the neccessary command-line to reinstall the application.
eg: msiexec /i "application.msi" REINSTALL=ALL REINSTALLMODE=vomus etc etc
The only method I can offer is to remotely start the process on this one computer and run the neccessary command-line to reinstall the application.
eg: msiexec /i "application.msi" REINSTALL=ALL REINSTALLMODE=vomus etc etc
Posted by:
CedricMordrin
18 years ago
Posted by:
CedricMordrin
18 years ago
Found it...
We have a batch file template that we used when we experimented with GPO pushes.
It first calls msizap.exe to remove the specified product code
then it deletes the appropriate key under HKLM\Software\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt\
then runs gpudate and forces a reboot
when the machine reboots it will pull the software down via GPO.
Hope this helps...
We have a batch file template that we used when we experimented with GPO pushes.
It first calls msizap.exe to remove the specified product code
then it deletes the appropriate key under HKLM\Software\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt\
then runs gpudate and forces a reboot
when the machine reboots it will pull the software down via GPO.
Hope this helps...
Posted by:
YatesAG
18 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.