WINBUILD: Skip decoding the setup cookie.

This commit is contained in:
Rom Walton 2016-02-10 18:12:42 -05:00
parent eab1dd6f84
commit 5299dfed3b
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ tstring CACreateProjectInitFile::ParseParameter(tstring& strSetupExeName, tstrin
// WCG didn't want to have to encode their setup cookie value. So all parameters but the setup cookie
// are base64 encoded.
//
if (strParameterName == _T("asc")) {
if (strParameterName == _T("asc_")) {
strParameterValue = strEncodedValue;