Difference between revisions of "Toltec Connector"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Toltec Connector, needed for Outlook users which want to work with a Kolab server. | 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 | + | Note that for an English version you will need to change the installer program name (from de to en). |
<!--<blockquote style="background: white; border: 1px solid black; padding: 1em;">--> | <!--<blockquote style="background: white; border: 1px solid black; padding: 1em;">--> | ||
| Line 17: | Line 17: | ||
</install> | </install> | ||
| − | <remove cmd='"C:\ | + | <remove cmd='"C:\%PROGRAMFILES%\Toltec\uninst00.exe" /verysilent' /> |
</package> | </package> | ||
</pre> | </pre> | ||
<!--</blockquote>--> | <!--</blockquote>--> | ||
| + | |||
| + | If you would like to know, how to make your current Samba installation work with Kolab (i.e., Kolab and Samba will use the same usernames/passwords from the LDAP server), you can read the [http://wpkg.org/kolab Samba and Kolab user management using LAM] HOWTO. | ||
[[category:Silent Installers|Toltec Connector]] | [[category:Silent Installers|Toltec Connector]] | ||
Revision as of 10:57, 3 September 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 installer program name (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:\%PROGRAMFILES%\Toltec\uninst00.exe" /verysilent' />
</package>
If you would like to know, how to make your current Samba installation work with Kolab (i.e., Kolab and Samba will use the same usernames/passwords from the LDAP server), you can read the Samba and Kolab user management using LAM HOWTO.