forked from I2P_Developers/i2p.i2p
Installer: Don't install Windows service by default
Causes confusion and multiple instances when users start their own copy too.
This commit is contained in:
@ -325,7 +325,7 @@
|
||||
</pack>
|
||||
|
||||
<!-- to disable by default, add preselected="no" -->
|
||||
<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="true" />
|
||||
|
Reference in New Issue
Block a user