*** empty log message ***

svn path=/trunk/boinc/; revision=5331
This commit is contained in:
Rom Walton 2005-02-05 22:18:41 +00:00
parent cb1923028c
commit a3d41f2f11
3 changed files with 13 additions and 1 deletions

View File

@ -24034,3 +24034,15 @@ Rom 5 Feb 2005
Rom 5 Feb 2005
- Tag for 4.66 release, all platforms
boinc_core_release_4_66
Rom 5 Feb 2005
- Bug Fix: Remove the Users group from the service install type ACL list.
- Bug Fix: Set ALLUSERS to null when either the Single or Service install
type is selected
- Bug Fix: Adjust the validate setup type script to account for the new
rules
win_build/installerv2/
BOINC.ism
win_build/installerv2/redist/windows
BOINC.vbs

Binary file not shown.

View File

@ -268,7 +268,7 @@ Function ValidateSetupType()
strSetupType = Property("SETUPTYPE")
If (Len(strSetupType) <> 0) Then
If ( strSetupType = "Single" ) Then
If ( strSetupType = "Single" Or strSetupType = "Service" ) Then
If (Property("ALLUSERS") <> "") Then
oRecord.IntegerData(1) = 25002
Message msiMessageTypeFatalExit, oRecord