diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-16 10:44:11 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:12:55 -0500 |
commit | e09a129ee276457d02d19a6444657cf3a2c73905 (patch) | |
tree | 0c12325e67a5e60aadfcfee5e14cda66b9868abe /src/engine/apply.cpp | |
parent | acf86637a6350d269e1ae1aa907e38f5138a0fa9 (diff) | |
download | wix-e09a129ee276457d02d19a6444657cf3a2c73905.tar.gz wix-e09a129ee276457d02d19a6444657cf3a2c73905.tar.bz2 wix-e09a129ee276457d02d19a6444657cf3a2c73905.zip |
UX payloads are never external.
Diffstat (limited to 'src/engine/apply.cpp')
-rw-r--r-- | src/engine/apply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/apply.cpp b/src/engine/apply.cpp index 6d1743e2..5826f513 100644 --- a/src/engine/apply.cpp +++ b/src/engine/apply.cpp | |||
@@ -388,7 +388,7 @@ extern "C" HRESULT ApplyRegister( | |||
388 | } | 388 | } |
389 | else | 389 | else |
390 | { | 390 | { |
391 | hr = RegistrationSessionBegin(sczEngineWorkingPath, &pEngineState->registration, &pEngineState->variables, &pEngineState->userExperience, pEngineState->plan.dwRegistrationOperations, pEngineState->plan.dependencyRegistrationAction, pEngineState->plan.qwEstimatedSize); | 391 | hr = RegistrationSessionBegin(sczEngineWorkingPath, &pEngineState->registration, &pEngineState->variables, pEngineState->plan.dwRegistrationOperations, pEngineState->plan.dependencyRegistrationAction, pEngineState->plan.qwEstimatedSize); |
392 | ExitOnFailure(hr, "Failed to begin registration session."); | 392 | ExitOnFailure(hr, "Failed to begin registration session."); |
393 | } | 393 | } |
394 | } | 394 | } |