mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11804
This commit is contained in:
parent
d18edc87eb
commit
98dca861c7
|
@ -269,3 +269,12 @@ David 8 Jan 2007
|
|||
ViewProjectsGrid.cpp,h
|
||||
ViewTransfersGrid.pp
|
||||
ViewWOrkGrid.cpp
|
||||
|
||||
Rom 8 Jan 2007
|
||||
- Win SETUP: Make Windows XP or better require passwords for the
|
||||
service accounts again.
|
||||
- Win SETUP: Fix a spelling mistake that JM7 found.
|
||||
|
||||
boinc/win_build/installerv2/redist/Windows/src/boinccas
|
||||
CAGrantServiceExecutionRight.cpp
|
||||
CAVerifyServicePassword.cpp
|
||||
|
|
|
@ -149,7 +149,7 @@ UINT CAGrantServiceExecutionRight::OnExecution()
|
|||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
_T("Failed to be able to optain the SID for the selected user on the localhost")
|
||||
_T("Failed to be able to obtain the SID for the selected user on the localhost")
|
||||
);
|
||||
return ERROR_INSTALL_FAILURE;
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@ UINT CAVerifyServicePassword::OnExecution()
|
|||
}
|
||||
else
|
||||
{
|
||||
if ( strServicePassword.empty() && ( strWindowsVersion.empty() || (strWindowsVersion < _T("501")) ))
|
||||
if ( strServicePassword.empty() )
|
||||
{
|
||||
DisplayMessage(
|
||||
MB_OK,
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue