Windows: Don't install as a service by default.

With this checkin I'm trying to lessen the occurences of ticket #474:

If a user installs I2P on top of an already existing I2P installation with the service
enabled, the installer will hang. The Quit button cannot be clicked. Clicking
the X in the corner seems to roll back the installation.

Also #472: service is not removed when I2P is uninstalled
This commit is contained in:
kytv
2011-06-14 12:08:04 +00:00
parent 3c45f57b96
commit a07fb68e14

View File

@@ -199,7 +199,7 @@
</pack>
<pack name="Windows Service" required="no">
<pack name="Windows Service" required="no" preselected="no">
<description>Automatically start I2P in the background</description>
<os family="windows" />
<executable targetfile="$INSTALL_PATH/set_config_dir_for_nt_service.bat" stage="postinstall" failure="warn" keep="false" />