Difference between revisions of "ISORecorder"

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

Revision as of 00:37, 28 October 2005

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 "\\bluto\software\ISORecorderV2RC1.msi" /q'>
        <exit code="0" />
    </install>
    <remove cmd="msiexec /q /x{DFC6573E-124D-4026-BFA4-B433C9D3FF21}">
        <exit code="0"/>
    </remove>
</package>