/build/static/layout/Breadcrumb_cap_w.png

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: 8k  |  Created: 01/30/2007

Average Rating: 0
DWG TrueView has 4 inventory records, 3 Questions, 0 Blogs and 3 links. Please help add to this by sharing more!

Deployment Tips (4)

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
5
Command Line
Download DWG Viewer 2009 and extract it using your favorite unzipper.

Create a batch file with the following contents.

:: ----- Begin -----
@echo off
@echo.
@echo.
@echo Installing DWG TrueView dependencies...


:: Framework 3.0
dir /b "%WinDir%\Microsoft.NET\Framework\v3.0" 1>nul 2>&1 || @echo ... Framework 3.0 && "%~dp0support\dotnetfx\dotnetfx.exe" /q /norestart


:: MSXML 6
dir /b "%Windir%\system32\msxml6r.dll" 1>nul 2>&1 || @echo ... MSXML6 && msiexec /i "%~dp0support\msxml\msxml6.msi" /qn


:: Visual C++ 2005 Redistributable
@set LogFile=%WinDir%\Temp\SetupLog for Microsoft Visual C++ 2005 Redistributable v.8.0.56336.txt

dir /b /OD "%CommonProgramFiles%\Microsoft Shared\VC\msdia80.dll" 1>nul 2>61 || @echo ... Microsoft Visual C++ 2005 Redistributable 8.0.56336 && msiexec.exe /i "%~dp0support\VCRedist\x86\vcredist.msi" /qn ALLUSERS=2 REBOOT=REALLYSUPPRESS /log "%LogFile%"


:: DirectX 9
findstr /C:"Microsoft DirectX 9.0" "C:\WINDOWS\Microsoft.NET\DirectX for Managed Code\1.0.2911.0\*.xml" 1>nul 2>&1 || @echo ... DirectX 9 && "%~dp0Support\DirectX\DXSETUP.exe" /silent


@echo ... done.

:: DWG TrueView 2009

@set LogFile=%WinDir%\Temp\SetupLog for DWG TrueView 2009 v.17.2.56.0.txt

@echo Installing DWG TrueView 2009 17.2.56.0

@echo Using logfile "%LogFile%"

msiexec.exe /i "%~dp0DWGVIEWR.msi" /qn ALLUSERS=2 REBOOT=REALLYSUPPRESS /log "%LogFile%"

@echo Done.

@ping localhost -n 3 1>nul 2>&1


:: --- End ---
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
5
Command Line
Install:
msiexec.exe /i DWGVIEWR.msi ADDLOCAL=ALL ALLUSERS=1 REBOOT=REALLYSUPPRESS /qn

Remove:
msiexec.exe /x DWGVIEWR.msi /qn REBOOT=REALLYSUPPRESS
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Command Line
When you extract the downloaded executable file and run the setup.exe, by default the setup.ini is left alone. It will run the default installation dialogs.

For running a full silent setup use the command:

setup.exe /i setup.ini

No edits in the setup.ini are needed
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
When you start setup.exe it will extract to c:\Documents and Settings\%USERNAME%\Local Settings\Temp\*.tmp

Now you can save the folder.

In these folder you will find the dwgview.msi and under support some possibly needed programs (DirectX, dotnetfx, msxml,...)
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (4)

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

DWG TrueView

Version

17.2.56.0

Uninstall String

C:\Program Files\DWG TrueView 2009\Setup\Setup.exe /P {5783F2D6-7028-0409-0000-0060B0CE6BBA} /M AOEM C:\Programme\DWG TrueView 2009\Setup\Setup.exe /P {5783F2D6-7028-0407-0000-0060B0CE6BBA} /M AOEM C:\Programmer\DWG TrueView 2009\Setup\Setup.exe /P {5783F

Blogs (0)

Blog posts related to Autodesk DWG TrueView

Reviews (0)

Reviews related to Autodesk DWG TrueView

 
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