VBScript Uninstall - start menu folder may vary - just change the path
**********************************************************
Set WshShell = CreateObject("wscript.shell")
set filesys = CreateObject ("Scripting.FileSystemObject")
On Error Resume Next
Dim WshShell '
Dim filesys
Dim demofolder
'******************************************************************************
'Uninstall software
WshShell.Run ("C:\PROGRA~1\Autodesk\AUTODE~1\Setup.exe /remove /q"),1,True
'Delete folder from start menu
set demofolder = filesys.GetFolder("C:\Documents And Settings\All Users\Start Menu\Programs\CAD Viewers\Autodesk\")
demofolder.Delete
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ