Difference between revisions of "Toltec Connector"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 9: Line 9:
 
     name="Toltec Connector 2.0.5"
 
     name="Toltec Connector 2.0.5"
 
     revision="1"
 
     revision="1"
     reboot="true"
+
     reboot="false"
 
     priority="0">
 
     priority="0">
 
     <check type="uninstall" condition="exists" path="Toltec Connector 2.0" />
 
     <check type="uninstall" condition="exists" path="Toltec Connector 2.0" />

Revision as of 13:15, 18 August 2005

This is a silent installer and uninstaller for Toltec Connector, needed for Outlook users which want to work with a Kolab server.

Note that for an English version you will need to change the uninstall path, and the installer program path (from de to en).

<package
    id="toltec205"
    name="Toltec Connector 2.0.5"
    revision="1"
    reboot="false"
    priority="0">
    <check type="uninstall" condition="exists" path="Toltec Connector 2.0" />

    <install cmd='\\server\NON-MSI\Toltec\toltec-2.0.5-de-classic.exe /verysilent'>
        <exit code="0" />
    </install>

    <remove  cmd='"C:\Programme\Toltec\uninst00.exe" /verysilent' />
</package>