forked from I2P_Developers/i2p.i2p
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user