Autodesk Design Review

From WPKG | Open Source Software Deployment and Distribution
(Redirected from Autodesk design review)
Jump to: navigation, search

Silent installer and uninstaller for Autodesk Design Review.

This free product is for viewing AutoCAD DWF files and when Autodesk DWG TrueView is also installed it will view DWG files too.

Depends on DotNet 3.5 SP1, Microsoft Visual C++ 2008 Redistributable and Microsoft Visual C++ 2005 Redistributable.

I don't have DotNet 3.5 SP1 as a dependancy as we roll this out with WSUS.

Autodesk Design Review 2010

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

<packages>
  <package
    id='autodeskdesignreview'
    name='Autodesk Design Review 2010'
    revision='5'
    priority='0'
	reboot='false'>
	
	
	<depends package-id="vcredist_x86_2005SP1"/>
	<depends package-id="vcredist_x86_2008SP1"/>
	
	<check type="uninstall" condition="versiongreaterorequal" path="Autodesk Design Review 2010" value="10.0.0.108"/>
		
	<install cmd='msiexec /qn /i "%SOFTWARE%\autodesk\designreview2010\SetupDesignReview2010.msi"'/>
	<install cmd='%COMSPEC% /c del /q "%AllUsersProfile%\Desktop\Autodesk Design Review.lnk"'/>
	
	<upgrade cmd='msiexec /qn /i "%SOFTWARE%\autodesk\designreview2010\SetupDesignReview2010.msi"'/>
	<upgrade cmd='%COMSPEC% /c del /q "%AllUsersProfile%\Desktop\Autodesk Design Review.lnk"'/>
	
	<remove cmd='msiexec /qn /x "%SOFTWARE%\autodesk\designreview2010\SetupDesignReview2010.msi"' />
	
  </package>
</packages>