Fixes dotnet.exe string as runtime now reads it (#246)

This commit is contained in:
Justin Kotalik 2017-11-16 15:05:32 -08:00 committed by GitHub
parent 9e345ad43f
commit 85ea220c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -579,12 +579,6 @@ IN_PROCESS_APPLICATION::ExecuteApplication(
}
// The first argument is mostly ignored
hr = strDotnetExeLocation.Append(pszDotnetExeString);
if (FAILED(hr))
{
goto Finished;
}
argv[0] = strDotnetExeLocation.QueryStr();
PATH::ConvertPathToFullPath(m_pConfiguration->QueryArguments()->QueryStr(),
m_pConfiguration->QueryApplicationFullPath()->QueryStr(),