Difference between revisions of "EDrawings"
From WPKG | Open Source Software Deployment and Distribution
(eDrawings 2006) |
|||
Line 1: | Line 1: | ||
− | == | + | == EDrawings 2006 == |
This is a silent installer and uninstaller for eDrawings 2006 (a nice cad viewer from Solidworks). | This is a silent installer and uninstaller for eDrawings 2006 (a nice cad viewer from Solidworks). | ||
Line 17: | Line 17: | ||
</blockquote> | </blockquote> | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 10:16, 7 June 2006
EDrawings 2006
This is a silent installer and uninstaller for eDrawings 2006 (a nice cad viewer from Solidworks).
<package id="edrawings" name="eDrawings" revision="2006" reboot="false" priority="0">
<check type="uninstall" condition="exists" path="eDrawings 2006" />
<install cmd='msiexec /q /i "%WPKGPATH%\packages\edrawings\eDrawings.msi" allusers=1'>
<exit code="0" />
</install>
<remove cmd='MsiExec.exe /q /x{AB31E6F5-2020-4AEB-A0D8-A93F4519051B}' />
<upgrade cmd='msiexec /q /i "%WPKGPATH%\packages\edrawings\eDrawings.msi" allusers=1'>
<exit code="0" />
<exit code="3010" />
</upgrade>
</package>