GPO Startup Script not working as it should
I have created a batch file to remove an application that was installed with install shield.
The batch file I made removes the application when I run it manually. When I create a GPO in active directory and then run the same script the line to remove the app does not work. The three other items in the script works.
Not Sure why this is happening.
The batch file I made removes the application when I run it manually. When I create a GPO in active directory and then run the same script the line to remove the app does not work. The three other items in the script works.
Not Sure why this is happening.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
fosteky
17 years ago
I'm a little unclear, does your batch use MSIEXEC /X {Product GUID} to uninstall it? If it does then add an L*v c:\temp\appremovalattempt.log and see if that sheds any light. Also, a standard user typically cannot uninstall packages, so if the batch is being launched using the User Configuration portion of a GPO then it'll only execute with the privileges of the operating user, so maybe that's where to start looking.
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.