DWF Viewer (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Silent uninstall

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
304 Views, 0 Replies

Silent uninstall

Is silent uninstall of AEV supported in other ways?
Like "ExpressViewerSetup.exe /u" since from what I know Tarma is supporting
the /u switch.
I've tried the following VBS and it works well.

on error resume next
Set WshShell = CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
UninstallString="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio
n\Uninstall\Autodesk Express Viewer\UninstallString"
InstallLocation="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio
n\Uninstall\Autodesk Express Viewer\InstallLocation"
WshShell.Run WshShell.RegRead(UninstallString) & " /q",1,true
fso.DeleteFolder InstallLocation, True

AEV 3.1.0.78

--
Best Regards, Jimmy B
CAD and Database Developer Manager at www.pharmadule-emtunga.com
Take a look at the trial version of SmartPurger (now for AutoCAD 2004) or
download some freeware at www.jtbworld.com
More on AutoCAD 2004;
www.jtbworld.com/autocad2004.htm
www.jtbworld.com/autocad2004tips.htm
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report