linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #01010
[Bug 502280] Re: unable to install windows service because of minor bug
Fixed in version 2.5.0.
** Changed in: adchpp
Status: Fix Committed => Fix Released
--
unable to install windows service because of minor bug
https://bugs.launchpad.net/bugs/502280
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
Status in ADCH++: Fix Released
Bug description:
It would appear that there is a pretty glaring bug/typo in the windows service installer (commandline). It adds the configuration directory location with 2 "\\"s attached at the end, and this results in the config file not loading, (and thus) all scripts being inoperative.
When I for instance type “adchppd -i adch -c e:\programs\adch++\config\”, the line that’s added to the service list is “adchppd.exe -i adch -c “e:\programs\adch++\config\\” -d adch”.
Could someone please fix this?