diff --git a/checkin_notes b/checkin_notes index d45894a4d6..637ac32c20 100755 --- a/checkin_notes +++ b/checkin_notes @@ -22440,7 +22440,7 @@ David 9 Jan 2005 forum.inc profile.inc -David 9 Oct 2005 +David 9 Jan 2005 - message board fixes - show thread titles using htmlspecialchars() prevent invisible titles @@ -22450,3 +22450,7 @@ David 9 Oct 2005 forum_show.inc user/ forum_thread.php + +Rom 9 Jan 2005 (boinc) + - Tag for 4.58 release, all platforms + boinc_core_release_4_58 diff --git a/win_build/installerv2/BOINC.ism b/win_build/installerv2/BOINC.ism index de7313114b..40fef8cdf4 100644 Binary files a/win_build/installerv2/BOINC.ism and b/win_build/installerv2/BOINC.ism differ diff --git a/win_build/installerv2/redist/Windows/BOINC.vbs b/win_build/installerv2/redist/Windows/BOINC.vbs index 6d9013311c..f105ae23fe 100644 --- a/win_build/installerv2/redist/Windows/BOINC.vbs +++ b/win_build/installerv2/redist/Windows/BOINC.vbs @@ -248,13 +248,7 @@ Function PopulateServiceAccount() End If End If - If ( strUserDomain = Property("ComputerName") ) Then - strDomainUsername = ".\" & strUserName - Else - strDomainUsername = strUserDomain & "\" & strUserName - End If - - Property("SERVICE_DOMAINUSERNAME") = strDomainUsername + Property("SERVICE_DOMAINUSERNAME") = strUserDomain & "\" & strUserName Set oNetwork = Nothing