Message boards : Questions and problems : Bug (?) in installer command line switches
Message board moderation
Author | Message |
---|---|
Send message Joined: 6 Jul 09 Posts: 2 ![]() |
Hi, I'm trying to install boinc using the command line switches as found at http://boinc.berkeley.edu/wiki/Creating_custom_installers . Here's the exact string I'm using: boinc_6.6.36_windows_intelx86.exe /s /v"/qn ENABLEPROTECTEDAPPLICATIONEXECUTION=1 ENABLESCREENSAVER=0 ENABLEUSEBYALLUSERS=0 " Problem is, it will NOT install as a service using this string. If I run the same settings using the GUI, it does install as a service. :-( Any idea what I miss? Thankss |
![]() Send message Joined: 29 Aug 05 Posts: 15632 ![]() |
Try the following: boinc_6.6.36_windows_intelx86.exe /s /v"/qn ENABLEPROTECTEDAPPLICATIONEXECUTION2=1 ENABLESCREENSAVER=0 ENABLEUSEBYALLUSERS=0 " ENABLEPROTECTEDAPPLICATIONEXECUTION was used for BOINC 6.2 ENABLEPROTECTEDAPPLICATIONEXECUTION2 is used for BOINC 6.4 and above. But I think you may then run into the problem that the service install does not have a password. While you can set it through adding BOINC_MASTER_PASSWORD and BOINC_PROJECT_PASSWORD, these passwords are rehashed using a base64 encoder. Or as I say in one of my FAQs: Passwords |
Send message Joined: 6 Jul 09 Posts: 2 ![]() |
Thanks, that worked... Didn't encounter any password related problems though. The installer just created the two windows accounts, with password. |
![]() Send message Joined: 29 Aug 05 Posts: 15632 ![]() |
OK, great. Good to know. :) |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.