service wrapper is now fully integrated

This commit is contained in:
hypercubus
2004-08-25 11:20:56 +00:00
committed by zzz
parent 18a6a9e965
commit fd85416088
9 changed files with 242 additions and 130 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<processing>
<job name="Launching I2P...">
<os family="windows" />
<executefile name="$INSTALL_PATH/postinstall.bat" />
</job>
<job name="Launching I2P...">
<os family="unix" />
<executefile name="$INSTALL_PATH/postinstall" />
</job>
</processing>