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:
zzz
2013-06-10 14:04:58 +00:00
parent 876109d3a5
commit 660be7d579

View File

@ -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" />