forked from I2P_Developers/i2p.i2p
Windows Uninstall the service if I2P is installed, whether the service was enabled by the installer or not.
This commit is contained in:
@@ -196,6 +196,18 @@
|
|||||||
<executable targetfile="$INSTALL_PATH/postinstall.sh" type="bin" stage="never" keep="true" failure="warn"><os family="unix" /></executable>
|
<executable targetfile="$INSTALL_PATH/postinstall.sh" type="bin" stage="never" keep="true" failure="warn"><os family="unix" /></executable>
|
||||||
<executable targetfile="$INSTALL_PATH/postinstall.sh" type="bin" stage="postinstall" keep="true" failure="warn"><os family="unix" />
|
<executable targetfile="$INSTALL_PATH/postinstall.sh" type="bin" stage="postinstall" keep="true" failure="warn"><os family="unix" />
|
||||||
<args><arg value="$INSTALL_PATH" /></args></executable>
|
<args><arg value="$INSTALL_PATH" /></args></executable>
|
||||||
|
<!--
|
||||||
|
Removal of the I2P service in Windows should be done in the base pack
|
||||||
|
so that even if a user installed the service manually it will still be
|
||||||
|
removed when uninstalling.
|
||||||
|
-->
|
||||||
|
<executable targetfile="$INSTALL_PATH/uninstall_i2p_service_winnt.bat" stage="uninstall" os="windows">
|
||||||
|
<args>
|
||||||
|
<arg value="$INSTALL_PATH\wrapper.config" />
|
||||||
|
<arg value="--nopause" />
|
||||||
|
</args>
|
||||||
|
</executable>
|
||||||
|
|
||||||
|
|
||||||
</pack>
|
</pack>
|
||||||
|
|
||||||
@@ -217,12 +229,6 @@
|
|||||||
<arg value="$INSTALL_PATH\wrapper.config" />
|
<arg value="$INSTALL_PATH\wrapper.config" />
|
||||||
</args>
|
</args>
|
||||||
</executable>
|
</executable>
|
||||||
<executable targetfile="$INSTALL_PATH/uninstall_i2p_service_winnt.bat" stage="uninstall" failure="warn" keep="true">
|
|
||||||
<args>
|
|
||||||
<arg value="$INSTALL_PATH\wrapper.config" />
|
|
||||||
<arg value="--nopause" />
|
|
||||||
</args>
|
|
||||||
</executable>
|
|
||||||
</pack>
|
</pack>
|
||||||
</packs>
|
</packs>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user