diff --git a/doc/win_install.php b/doc/win_install.php index 273f872f32..ff1817451a 100644 --- a/doc/win_install.php +++ b/doc/win_install.php @@ -78,6 +78,49 @@ plus the following parameters:
Parameter | Description | +
INSTALLDIR | +
+ The location to install BOINC too. + Example: 'C:\\BOINC' + |
+
SETUPTYPE | +
+ The type of installation to perform. + Valid Values: 'Shared'. + |
+
ALLUSERS | +
+ Whether the shortcuts appear for just one user or all users. + Valid Values: '1' for shared. + |
+
ENABLESCREENSAVER | +
+ Whether to automatically enable the screensaver. + Valid Values: '0' for disabled, '1' for enabled. + |
+
ENABLELAUNCHATLOGON | +
+ Whether to automatically start BOINC when the installing user or all
+ users signon to the computer. + Valid Values: '0' for disabled, '1' for enabled. + |
+
LAUNCHPROGRAM | +
+ Whether to automatically launch BOINC Manager after setup completes. + Valid Values: '0' for disabled, '1' for enabled. + |
+
Parameter | Description | +
INSTALLDIR | +
+ The location to install BOINC too. + Example: 'C:\\BOINC' + |
+
SETUPTYPE | +
+ The type of installation to perform. + Valid Values: 'Service'. + |
+
ALLUSERS | +
+ Whether the shortcuts appear for just one user or all users. + Valid Values: '1' for service. + |
+
ENABLESCREENSAVER | +
+ Whether to automatically enable the screensaver. + Valid Values: '0' for disabled, '1' for enabled. + |
+
ENABLELAUNCHATLOGON | +
+ Whether to automatically start BOINC when the installing user or all
+ users signon to the computer. + Valid Values: '0' for disabled, '1' for enabled. + |
+
LAUNCHPROGRAM | +
+ Whether to automatically launch BOINC Manager after setup completes. + Valid Values: '0' for disabled, '1' for enabled. + |
+
SERVICE_DOMAINUSERNAME | +
+ Whether to automatically launch BOINC Manager after setup completes. + Valid Values: '0' for disabled, '1' for enabled. + |
+