People,
I'd like some help to assist me in uninstalling MS Project 2010 and Visio 2010 from user workstation remotely.
Becuase the script that I use doesn't work when the user run it manually from shared network drive since they do not have local admin.
Here's the batch script content taht I use:
REM Visio 2010 Pro
MsiExec.exe /Uninstall {91140000-0057-0000-0000-0000000FF1CE} /quiet /norestart
REM Visio 2010 Std
MsiExec.exe /Uninstall {90140000-0057-0000-0000-0000000FF1CE} /quiet /norestart
Open in new window
Thanks.