/build/static/layout/Breadcrumb_cap_w.png

Autodesk Autodesk DWG TrueView

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: 5.6k  |  Created: 06/06/2006

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

Deployment Tips (4)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 2 ratings
Most Commonly Reported Deployment Method
Repackaged (to a setup.msi)
119
Note
The product's MSI generally has a problem recreating the profile related data for every user that logs in. Adding the below script to a custom action or launched by active setup will do the trick. Fixing the recreation of files for %APPDATA% can fixed through the msi or quickly by adding an active setup StubPath for MSIEXEC /fp {GUID} /qn as part of the installation.

I recommend not using their setup.exe (wrapper) and packaging each prerequisite individually.


Dim WSHShell
Set WSHShell = WScript.CreateObject("WScript.Shell")
Set objNetwork = WScript.CreateObject("Wscript.Network")

MYNTNAME = objnetwork.UserName

WSHShell.RegWrite "HKCU\Software\Autodesk\CurProd","DWG TrueView", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\Autodesk Digital Signatures\IconOverlayEnabled","1", "REG_DWORD"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\CurVer", "R3", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\CurVer", "DWGVIEWR-5001:409", "REG_SZ"

'[HKEY_CURRENT_USER\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409]
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\LocalRootFolder", "C:\Documents and Settings\" & MYNTNAME &"\Local Settings\Application Data\Autodesk\DWG TrueView 2007\R3\enu\", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\RoamableRootFolder","C:\Documents and Settings\" & MYNTNAME &"\Local Settings\Application Data\Autodesk\DWG TrueView 2007\R3\enu\", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\AutoMigrate", "0", "REG_DWORD"
'[HKEY_CURRENT_USER\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\FixedProfile\General]
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\FixedProfile\General\ProfileStorage", "C:\Documents and Settings\" & MYNTNAME &"\Application Data\Autodesk\DWG TrueView 2007\R3\enu\Support\Profiles\FixedProfile.aws", "REG_SZ"

'[HKEY_CURRENT_USER\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\Editor Configuration]
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\Editor Configuration\CustomDictionary", "C:\Documents and Settings\" & MYNTNAME &"\Application Data\Autodesk\DWG TrueView 2007\R3\enu\support\sample.cus", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\Editor Configuration\FontMappingFile", "C:\Documents and Settings\" & MYNTNAME &"\Application Data\Autodesk\DWG TrueView 2007\R3\enu\support\", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\Editor Configuration\XrefLoadPath", "C:\Program Files\Temp\", "REG_SZ"

'[HKEY_CURRENT_USER\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General]
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\ToolPalettePath", "C:\Documents and Settings\" & MYNTNAME & "\Application Data\Autodesk\DWG TrueView 2007\R3\enu\support\ToolPalette", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\AlternativePageSetUpsTemplate", "C:\Documents and Settings\" & MYNTNAME & "\Local Settings\Application Data\Autodesk\DWG TrueView 2007\R3\enu\Template\SheetSets\Architectural Imperial.dwt", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\PrinterConfigDir", "C:\Documents and Settings\" & MYNTNAME & "\Application Data\Autodesk\DWG TrueView 2007\R3\enu\plotters", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\PrinterDescDir", "C:\Documents and Settings\" & MYNTNAME & "\Application Data\Autodesk\DWG TrueView 2007\R3\enu\plotters\PMP Files", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\PrinterStyleSheetDir", "C:\Documents and Settings\" & MYNTNAME & "\Application Data\Autodesk\DWG TrueView 2007\R3\enu\Plot Styles", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\SheetSetTemplatePath", "C:\Documents and Settings\" & MYNTNAME & "\Local Settings\Application Data\Autodesk\DWG TrueView 2007\R3\enu\Template", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\Support", "C:\Documents and Settings\" & MYNTNAME & "\Application Data\Autodesk\DWG TrueView 2007\R3\enu\support;C:\Program Files\Autodesk\DWG TrueView\support;C:\Program Files\Autodesk\DWG TrueView\fonts;C:\Program Files\Autodesk\DWG TrueView\help;C:\Program Files\Autodesk\DWG TrueView\support\color;", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\TemplatePath", "C:\Documents and Settings\" & MYNTNAME & "\Local Settings\Application Data\Autodesk\DWG TrueView 2007\R3\enu\Template", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\PlotToFilePath", "C:\Documents and Settings\" & MYNTNAME & "\My Documents", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\PlotLogPat", "C:\Documents and Settings\" & MYNTNAME & "\Local Settings\Application Data\Autodesk\DWG TrueView 2007\R3\enu\", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General\DatabaseWorkSpacePath", "C:\Documents and Settings\" & MYNTNAME & "\Application Data\Autodesk\DWG TrueView 2007\R3\enu\Data Links", "REG_SZ"

'[HKEY_CURRENT_USER\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General Configuration]
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General Configuration\MenuFile", "C:\Documents and Settings\" & MYNTNAME & "\Application Data\Autodesk\DWG TrueView 2007\R3\enu\support\DWGVIEWR", "REG_SZ"
WSHShell.RegWrite "HKCU\Software\Autodesk\DWG TrueView\R3\DWGVIEWR-5001:409\Profiles\<<Unnamed Profile>>\General Configuration\TempDirectory", "C:\DOCUME~1\" & MYNTNAME & "\LOCALS~1\Temp\", "REG_SZ"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
119
Note
To uninstall DWG TrueView 2, use the following command line:

msiexec /uninstall <path>\dwgv.msi /qb

I tried using the GUID for DWG TrueView 2 and it did not work. It was looking for the msi, which was stored in the TEMP directory during installation, then deleted. I use /qb for testing, so that I can determine the application is actually being uninstalled.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note
Make sure you download the very latest version (3.0.0.139) here: http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=6703485 as it does not have the administrator issue
issue noted here: http://jtbworld.blogspot.com/2006/04/dwg-trueview-2007-major-problems.html (per *NOT* being able to run as
user/poweruser)

news://discussion.autodesk.com/autodesk.dwg.trueview - This is the autodesk news/discussion group for this product, free support.

Application requires MSI 3.1, .NET Framework Runtime 2.0 or later, DirectX 9.0 or later, and MDAC 2.7 or later. The
setup.exe will install these but I recommend using your own verification so you can straight run the MSI and bypass these
checks. Also requires previous versions to be uninstalled before this version is installed, following are some strings to
use depending on what versions you have installed:

Simple install string - msiexec.exe /i "DWGViewr.msi" REBOOT=ReallySuppress /qb

For Powered By Volo View 3.0 (build 996) the command would be:

msiexec /x {0576A3D0-0000-0409-0000-491C453655D7} REMOVE="ALL" /qn

For Volo(TM) View Express 2 (Build 644) the command would be:

msiexec /x {1ECD6EC8-7BB2-4CD5-A384-BAA371BC4D21} REMOVE="ALL" /qn

For DWG TrueView 2.0 the command line would be msiexec /x {} REMOVE="ALL" /qn

Thanks to the 2.x thread for some of this information.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note

The issues with non-admins are apprently fixed in build 3.0.0.139 - available to download.

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

Autodesk DWG TrueView

Version

3

Questions & Answers (0)

Questions & Answers related to Autodesk Autodesk DWG TrueView

Blogs (0)

Blog posts related to Autodesk Autodesk DWG TrueView

Reviews (0)

Reviews related to Autodesk 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