Difference between revisions of "ISORecorder"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 10: | Line 10: | ||
<check type="uninstall" condition="exists" path="ISO Recorder" /> | <check type="uninstall" condition="exists" path="ISO Recorder" /> | ||
− | <install cmd='msiexec /i "\\ | + | <install cmd='msiexec /i "%SOFTWARE%\ISORecorder\\ISORecorderV2RC1.msi" /q' /> |
− | + | ||
− | + | <remove cmd="msiexec /q /x{DFC6573E-124D-4026-BFA4-B433C9D3FF21}" /> | |
− | <remove cmd="msiexec /q /x{DFC6573E-124D-4026-BFA4-B433C9D3FF21} | + | |
− | + | ||
− | + | ||
</package> | </package> | ||
</pre> | </pre> | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 19:47, 2 October 2006
ISO Recorder power toy that lets you burn CD ISOs without EZ CD Creator, or Nero, etc.
<package id="isorecorder" name="ISO Recorder" revision="0" reboot="false" priority="0"> <check type="uninstall" condition="exists" path="ISO Recorder" /> <install cmd='msiexec /i "%SOFTWARE%\ISORecorder\\ISORecorderV2RC1.msi" /q' /> <remove cmd="msiexec /q /x{DFC6573E-124D-4026-BFA4-B433C9D3FF21}" /> </package>