diff options
Diffstat (limited to 'src/ext')
-rw-r--r-- | src/ext/Bal/dnchost/dnchost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/dnchost/dnchost.cpp b/src/ext/Bal/dnchost/dnchost.cpp index 36970f83..cdf204fb 100644 --- a/src/ext/Bal/dnchost/dnchost.cpp +++ b/src/ext/Bal/dnchost/dnchost.cpp | |||
@@ -199,7 +199,7 @@ static HRESULT LoadDncConfiguration( | |||
199 | hr = XmlGetAttributeEx(pixnHost, L"FilePath", &sczPayloadName); | 199 | hr = XmlGetAttributeEx(pixnHost, L"FilePath", &sczPayloadName); |
200 | BalExitOnRequiredXmlQueryFailure(hr, "Failed to get WixBalBAFactoryAssembly/@FilePath."); | 200 | BalExitOnRequiredXmlQueryFailure(hr, "Failed to get WixBalBAFactoryAssembly/@FilePath."); |
201 | 201 | ||
202 | hr = PathConcat(pArgs->pCommand->wzBootstrapperWorkingFolder, sczPayloadName, &pState->sczBaFactoryAssemblyPath); | 202 | hr = PathConcatRelativeToBase(pArgs->pCommand->wzBootstrapperWorkingFolder, sczPayloadName, &pState->sczBaFactoryAssemblyPath); |
203 | BalExitOnFailure(hr, "Failed to create BaFactoryAssemblyPath."); | 203 | BalExitOnFailure(hr, "Failed to create BaFactoryAssemblyPath."); |
204 | 204 | ||
205 | LPCWSTR wzFileName = PathFile(pState->sczBaFactoryAssemblyPath); | 205 | LPCWSTR wzFileName = PathFile(pState->sczBaFactoryAssemblyPath); |