41
edits
Changes
Created page with 'Silent installer and uninstaller for [http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&id=4086277 Autodesk Design Review].<br> <br> This free product is for viewing Au…'
Silent installer and uninstaller for [http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112&id=4086277 Autodesk Design Review].<br>
<br>
This free product is for viewing AutoCAD DWF files and when [[Autodesk DWG TrueView]] is also installed it will view DWG files too.<br>
<br>
Depends on [[Microsoft .NET Framework | DotNet 3.5 SP1]], Microsoft Visual C++ 2008 Redistributable and Microsoft Visual C++ 2005 Redistributable.<br>
<br>
I don't have DotNet 3.5 SP1 as a dependancy as we roll this out with WSUS.br>
<br>
<source lang="xml">
<?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>
</source>
<br>
This free product is for viewing AutoCAD DWF files and when [[Autodesk DWG TrueView]] is also installed it will view DWG files too.<br>
<br>
Depends on [[Microsoft .NET Framework | DotNet 3.5 SP1]], Microsoft Visual C++ 2008 Redistributable and Microsoft Visual C++ 2005 Redistributable.<br>
<br>
I don't have DotNet 3.5 SP1 as a dependancy as we roll this out with WSUS.br>
<br>
<source lang="xml">
<?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>
</source>