Difference between revisions of "EDrawings"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(eDrawings 2006)
(No difference)

Revision as of 10:10, 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>