Difference between revisions of "Toltec Connector"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
| Line 3: | Line 3: | ||
Note that for an English version you will need to change the installer program name (from de to en). | Note that for an English version you will need to change the installer program name (from de to en). | ||
| − | |||
<pre> | <pre> | ||
<package | <package | ||
| Line 13: | Line 12: | ||
<check type="uninstall" condition="exists" path="Toltec Connector 2.0" /> | <check type="uninstall" condition="exists" path="Toltec Connector 2.0" /> | ||
| − | <install cmd=' | + | <install cmd='%SOFTWARE%\Toltec\toltec-2.0.5-de-classic.exe /verysilent' /> |
| − | + | ||
| − | + | ||
<remove cmd='"%PROGRAMFILES%\Toltec\uninst00.exe" /verysilent' /> | <remove cmd='"%PROGRAMFILES%\Toltec\uninst00.exe" /verysilent' /> | ||
</package> | </package> | ||
</pre> | </pre> | ||
| − | + | ||
You can also copy a key with such a command: | You can also copy a key with such a command: | ||
| − | copy | + | copy %SOFTWARE%\Toltec\toltec.key %programfiles%\Toltec\ |
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. | 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 | + | [[category:Silent Installers]] |
Revision as of 13:38, 3 October 2006
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='%SOFTWARE%\Toltec\toltec-2.0.5-de-classic.exe /verysilent' />
<remove cmd='"%PROGRAMFILES%\Toltec\uninst00.exe" /verysilent' />
</package>
You can also copy a key with such a command:
copy %SOFTWARE%\Toltec\toltec.key %programfiles%\Toltec\
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.