Changes

Jump to: navigation, search

Autodesk DWG TrueView

1,877 bytes added, 07:04, 14 March 2014
Added the 2014 version
This is a silent installer and uninstaller for Autodesk DWG TrueView, a standalone DMG viewer. More infos from [http://usa.autodesk.com/adsk/servlet/pc/index?id=6703438&siteID=123112 here].
 
==Autodesk DWG TrueView 2014==
 
# Select your package and download it from: http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=9078813
# Run the downloaded exe to decompress the archive to any folder
# Since the decompressed folder is over 1G of size, I re-compress it using 7-zip
# The prerequistes are [[Microsoft_.NET_Framework|.Net Framework 4]] and [[DirectX]], but they are installed AUTOMATICALLY running the setup.exe as described in my package.xml:
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
<package id='TrueViewer2014'
name='Autodesk TrueView 2014'
revision='1'
priority='50'
reboot='false' >
<check type="uninstall" condition="exists" path="DWG TrueView 2014" />
 
<!-- decompression to a local folder (C:\temp\trueview) -->
<install cmd='%COMSPEC% /c rd /q /s C:\temp\trueview'> <exit code="any" /></install>
<install cmd='%COMSPEC% /c mkdir C:\temp\trueview'> <exit code="any" /></install>
 
<!-- here I copy 7z.exe and 7z.dll to local folder -->
<install cmd='%COMSPEC% /c copy /y "%SOFTWARE%\7zip\7z.*" C:\temp\trueview'> <exit code="any" /></install>
 
<!-- decompress to local folder - NOTE the output redirection is mandatory in order to run 7z with WPKG! -->
<install cmd='%COMSPEC% /C c:\temp\trueview\7z.exe x -y "%SOFTWARE%\viewers\TrueViewer\SetupDWGTrueView2014_ENU_64bit.7z" -oC:\temp\trueview > c:\temp\trueview\extract.log' />
<!-- start installation -->
<install cmd='c:\temp\trueview\setup.exe /w /t /l /q c:\temp\trueview\setup.ini' />
 
<!-- remove decompressed folder -->
<install cmd='%COMSPEC% /c rd /q /s C:\temp\trueview'> <exit code="any" /></install>
 
<upgrade include="install" />
<remove cmd='msiexec /x {5783F2D7-D028-0409-0100-0060B0CE6BBA} /qn /norestart' />
</package>
</packages>
</source>
==Autodesk DWG TrueView 2010==
5
edits

Navigation menu