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")
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.
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:
Questions & Answers related to Autodesk Autodesk DWG TrueView
Blogs (0)
Blog posts related to Autodesk Autodesk DWG TrueView
Links (0)
Links 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