CDR Tools Frontend

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

This is a silent installer and uninstaller for CDR Tools Frontend.

CDRTFE 1.5.1

Obtain http://skylink.dl.sourceforge.net/project/cdrtfe/cdrtfe/cdrtfe%201.5.1/cdrtfe-1.5.1.exe

<packages:packages xmlns:packages="http://www.wpkg.org/packages"
        xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.wpkg.org/packages ../xsd/packages.xsd">

<package
        id="cdrtfe"
        name="cdrtools Frontend"
        revision="%version%"
        priority="10"
        reboot="false">

        <variable name="version" value="1.5.1" />

        <check
                type="uninstall"
                condition="exists"
                path="cdrtfe %version%" />

        <install cmd="%SOFTWARE%\cdrtfe\cdrtfe-%version%.exe /VERYSILENT /SUPPRESSMSGBOXES" />
        <remove cmd="%PROGRAMFILES%\cdrtfe\uninst\unins000.exe /VERYSILENT /SUPPRESSMSGBOXES" />

        <upgrade include="install" />
        <downgrade include="upgrade" />
</package>

</packages:packages>

CDRTFE 1.3pre1

<package id="cdrtfe" name=" cdrtools/Mode2CDMaker/VCDImager Frontend" revision="0" priority="0" reboot="false">
 <check type="uninstall" condition="exists" path="cdrtfe 1.3pre"/>
 <install cmd="%SOFTWARE%\cdrw\cdrtfe-1.3pre1.exe /SILENT"/>
 <remove cmd="%PROGRAMFILES%\cdrtfe\uninst\unins000.exe /SILENT"/>
 <upgrade cmd="%SOFTWARE%\cdrw\cdrtfe-1.3pre1.exe /SILENT"/>
</package>