Avatar of Albert Widjaja
Albert Widjaja
Flag for Australia

asked on 

Need Batch script to uninstall Visio 2010 and Project 2010 as user ?

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.
Windows BatchVB ScriptPowershell

Avatar of undefined
Last Comment
NVIT

8/22/2022 - Mon