diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-12 14:17:41 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-14 12:15:52 -0700 |
commit | ad5aeb25c459196938cc88c404406bbbe1df9061 (patch) | |
tree | e49b0e5d798ba7a4d666bfac23b1a0e88713dc1f /src/engine/apply.cpp | |
parent | e9a4f673511dd06a8209f3e4037ad20f153d6caa (diff) | |
download | wix-ad5aeb25c459196938cc88c404406bbbe1df9061.tar.gz wix-ad5aeb25c459196938cc88c404406bbbe1df9061.tar.bz2 wix-ad5aeb25c459196938cc88c404406bbbe1df9061.zip |
Port support for ISO/IEC 19770-2:2105 (aka SWID Tags-2)
Fixes wixtoolset/issues#8380
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 77080c76..dc40c50d 100644 --- a/src/engine/apply.cpp +++ b/src/engine/apply.cpp | |||
@@ -435,7 +435,7 @@ extern "C" HRESULT ApplyUnregister( | |||
435 | } | 435 | } |
436 | else | 436 | else |
437 | { | 437 | { |
438 | hr = RegistrationSessionEnd(&pEngineState->registration, &pEngineState->packages, resumeMode, restart, pEngineState->plan.dependencyRegistrationAction); | 438 | hr = RegistrationSessionEnd(&pEngineState->registration, &pEngineState->variables, &pEngineState->packages, resumeMode, restart, pEngineState->plan.dependencyRegistrationAction); |
439 | ExitOnFailure(hr, "Failed to end session in per-user process."); | 439 | ExitOnFailure(hr, "Failed to end session in per-user process."); |
440 | } | 440 | } |
441 | 441 | ||