ISORecorder

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

This is a silent installer and uninstaller for ISORecorder.

ISO Recorder is a 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>