Difference between revisions of "ISORecorder"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
 
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 "\\bluto\software\ISORecorderV2RC1.msi" /q'>
+
     <install cmd='msiexec /i "%SOFTWARE%\ISORecorder\\ISORecorderV2RC1.msi" /q' />
        <exit code="0" />
+
    </install>
+
     <remove cmd="msiexec /q /x{DFC6573E-124D-4026-BFA4-B433C9D3FF21}" />
     <remove cmd="msiexec /q /x{DFC6573E-124D-4026-BFA4-B433C9D3FF21}">
+
        <exit code="0"/>
+
    </remove>
+
 
</package>
 
</package>
 
</pre>
 
</pre>
  
  
[[category:Silent Installers|ISO Recorder]]
+
[[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>