Difference between revisions of "Softerra LDAP Browser"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add external link) |
||
| Line 1: | Line 1: | ||
| − | This is a silent installer and uninstaller for Softerra LDAP Browser. | + | This is a silent installer and uninstaller for Softerra LDAP Browser. More infos from [http://www.ldapadministrator.com/ here] |
<source lang="xml"> | <source lang="xml"> | ||
Revision as of 10:10, 31 March 2011
This is a silent installer and uninstaller for Softerra LDAP Browser. More infos from here
<package id="ldapbrowser" name="LDAP browser" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Softerra LDAP Browser" />
<check type="file" condition="exists" path="%PROGRAMFILES%\Softerra\LDAP Browser 2.6\ldapbrowser.exe" />
<install cmd='msiexec /qb /l* %SystemDrive%\netinst\logs\ldapbrowser.txt /i %SOFTWARE%\ldapbrowser\ldapbrowser26.msi ALLUSERS=2' />
<install cmd='cmd /c mkdir "%AllUsersProfile%\Start Menu\Programs\LDAP browser" ' />
<install cmd='cmd /c del /s /q "%AllUsersProfile%\Desktop\Softerra LDAP Browser 2.6"' />
<remove cmd='msiexec /l* c:\netinst\logs\ldapbrowser.txt /x{520049D8-7E67-4E71-BB3E-74FDB34810AD}' />
</package>