Difference between revisions of "Toltec Connector"
From WPKG | Open Source Software Deployment and Distribution
m |
(No difference)
|
Revision as of 12:43, 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="true"
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>