Difference between revisions of "Softerra LDAP Browser"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
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.
  
<package id="ldapbrowser" name="LDAP browser" revision="1" priority="0" reboot="false">
+
<source lang="xml">
 +
<package id="ldapbrowser" name="LDAP browser" revision="1" priority="0" reboot="false">
 
  <check type="uninstall" condition="exists" path="Softerra LDAP Browser" />
 
  <check type="uninstall" condition="exists" path="Softerra LDAP Browser" />
 
  <check type="file" condition="exists" path="%PROGRAMFILES%\Softerra\LDAP Browser 2.6\ldapbrowser.exe" />
 
  <check type="file" condition="exists" path="%PROGRAMFILES%\Softerra\LDAP Browser 2.6\ldapbrowser.exe" />
Line 8: Line 9:
 
  <install cmd='cmd /c del /s /q "%AllUsersProfile%\Desktop\Softerra LDAP Browser 2.6"' />
 
  <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}' />
 
  <remove cmd='msiexec /l* c:\netinst\logs\ldapbrowser.txt /x{520049D8-7E67-4E71-BB3E-74FDB34810AD}' />
</package>
+
</package>
 +
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 17:42, 12 April 2008

This is a silent installer and uninstaller for Softerra LDAP Browser.

<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>