Difference between revisions of "Retina Scan Identd"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 5: Line 5:
 
You may have to manually configure Windows firewall (not tested).
 
You may have to manually configure Windows firewall (not tested).
  
 
+
<source lang="xml">
<package id="retina_scan_identd" name="retina_scan_identd" revision="1" priority="0" reboot="false">
+
<package id="retina_scan_identd" name="retina_scan_identd" revision="1" priority="0" reboot="false">
 
  <check type="uninstall" condition="exists" path="Retina Scan Version 0.2.0" />
 
  <check type="uninstall" condition="exists" path="Retina Scan Version 0.2.0" />
 
  <install cmd='%SOFTWARE%\retina-scan-0.2.0.exe /sp- /silent' />
 
  <install cmd='%SOFTWARE%\retina-scan-0.2.0.exe /sp- /silent' />
 
  <upgrade cmd='%SOFTWARE%\retina-scan-0.2.0.exe /sp- /silent' />
 
  <upgrade cmd='%SOFTWARE%\retina-scan-0.2.0.exe /sp- /silent' />
 
  <remove cmd='"%PROGRAMFILES%\Nockmaar\Retina Scan\unins000.exe" /sp- /silent /norestart' />
 
  <remove cmd='"%PROGRAMFILES%\Nockmaar\Retina Scan\unins000.exe" /sp- /silent /norestart' />
</package>
+
</package>
 +
</source>
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 14:19, 7 April 2008

This is a silent installer and uninstaller for Retina Scan Identd.

Retina Scan Identd is a RFC 1413 Ident Server for Windows XP. You may use it with Dansguardian, Squid, IRC, etc.

You may have to manually configure Windows firewall (not tested).

<package id="retina_scan_identd" name="retina_scan_identd" revision="1" priority="0" reboot="false">
 <check type="uninstall" condition="exists" path="Retina Scan Version 0.2.0" />
 <install cmd='%SOFTWARE%\retina-scan-0.2.0.exe /sp- /silent' />
 <upgrade cmd='%SOFTWARE%\retina-scan-0.2.0.exe /sp- /silent' />
 <remove cmd='"%PROGRAMFILES%\Nockmaar\Retina Scan\unins000.exe" /sp- /silent /norestart' />
</package>