Difference between revisions of "Autodesk DWG TrueView"
From WPKG | Open Source Software Deployment and Distribution
m (add external link and and description) |
(→Autodesk DWG TrueView 2010) |
||
Line 1: | Line 1: | ||
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]. | 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]. | ||
− | + | Raymond KentMarch 21 2011When is the Android version conmig for the rest of the world? The Android platform for business purposes suits architects far more than iPad as we utilyze gmail, google sites, and google docs and hate to have to carry more than one device. ) | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==Autodesk DWG TrueView 2008== | ==Autodesk DWG TrueView 2008== |
Revision as of 11:54, 30 December 2012
This is a silent installer and uninstaller for Autodesk DWG TrueView, a standalone DMG viewer. More infos from here.
Raymond KentMarch 21 2011When is the Android version conmig for the rest of the world? The Android platform for business purposes suits architects far more than iPad as we utilyze gmail, google sites, and google docs and hate to have to carry more than one device. )
Autodesk DWG TrueView 2008
<?xml version="1.0" encoding="UTF-8"?>
<!--
DwgTrueView homepage :
http://www.autodesk.com
Download DwgTrueView 2010 :
http://usa.autodesk.com/adsk/servlet/index?id=6703438&siteID=123112
This version requires XP SP2 or Vista, plus Dotnet 3.5. For earlier versions of Windows use DwgTrueView 2007.
DwgTrueView 2007 :
http://downloads.zdnet.co.uk/0,1000000375,39200343s,00.htm
(uncompress with Winrar and place in a share position)
-->
<packages>
<package
id="dwgtrueview2008"
name="Autodesk DWG True View 2008"
revision="1"
reboot="false"
priority="20">
<check type="uninstall" condition="exists" path="DWG TrueView 2008" />
<depends package-id="dotnet20" />
<install cmd='msiexec /qn /norestart /i "%SOFTWARE%\DwgTrueView2008\DWGViewr.msi"' />
<upgrade cmd='msiexec /qn /norestart /i "%SOFTWARE%\DwgTrueView2008\DWGViewr.msi"' />
<remove cmd='msiexec /qn /norestart /x "%SOFTWARE%\DwgTrueView2008\DWGViewr.msi"' />
</package>
</packages>