Difference between revisions of "Autodesk DWG TrueView"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
 
This is a silent installer and uninstaller for Autodesk DWG TrueView.
 
This is a silent installer and uninstaller for Autodesk DWG TrueView.
  
<pre>
+
<source lang="xml">
 
<?xml version="1.0" encoding="UTF-8"?>
 
<?xml version="1.0" encoding="UTF-8"?>
  
Line 39: Line 39:
 
 
 
</packages>
 
</packages>
</pre>
+
</source>
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 18:26, 8 February 2008

This is a silent installer and uninstaller for Autodesk DWG TrueView.

<?xml version="1.0" encoding="UTF-8"?>

<!--                     
DwgTrueView2008 homepage :
http://www.autodesk.com

Download  DwgTrueView 2008  :
http://usa.autodesk.com/adsk/servlet/index?id=6703438&siteID=123112

( 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" />
		
		<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>