/build/static/layout/Breadcrumb_cap_w.png

Autodesk Express Viewer

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.8k  |  Created: 02/25/2007

Average Rating: 0
Express Viewer has 1 inventory records, 0 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
117
Command Line
The tarma installer seems pretty basic -

ExpressViewerSetup.exe /q

Mostly silent unattended installer

/q or /q1 - silent install
/q2 - invisible install

Other useful options in conjunction with /q:

/x - clean up automatically if install fails
/b0 - never reboot after installation
/b1 - reboot if necessary (default)
/b2 - always reboot after installation

Where to get it
here

Nice thing is, it seems to automatically clean up any old versions installed.


if you want to do an uninstall this string works -
C:\Progra~1\Autodesk\AUTODE~1\Setup.exe /remove /q
youll have to have it remove the program icon also with a script.

another way to uninstall -
vbscript by www.jtbworld.com
on error resume next
Set WshShell = CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
UninstallString=WshShell.RegRead( "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wind
ows\CurrentVersion\Uninstall\Auto desk Express Viewer\UninstallString")
InstallLocation=WshShell.RegRead("HKEY_LOCAL_MACHIN E\SOFTWARE\Microsoft\Wind
ows\CurrentVersion\Uninstall\Autodesk Express Viewer\InstallLocation")
WshShell.Run UninstallString & " /q",1,true
fso.DeleteFolder InstallLocation, True
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
ExpressViewerSetup.exe /q2 Note: ExpressViewerSetup is availble online. Additional automation switches are available, see online listing for details.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
ExpressViewerSetup.exe /q2 Note: ExpressViewerSetup is availble online. Additional automation switches are available, see online listing for details.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Express Viewer

Version

4.0

Contact

supportinformation.en@autodesk.com

Uninstall String

C:\PROGRA~1\Autodesk\AUTODE~1\Setup.exe /remove C:\PROGRA~1\Autodesk\AUTODE~2\Setup.exe /remove

Questions & Answers (0)

Questions & Answers related to Autodesk Express Viewer

Blogs (0)

Blog posts related to Autodesk Express Viewer

Reviews (0)

Reviews related to Autodesk Express Viewer

 
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