diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-22 16:57:18 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-23 15:40:21 -0500 |
commit | 0ee63890d8eacd044115524476eb9419114500a7 (patch) | |
tree | 63f7794f98a6438d29b8aae881c20c4de583a1a2 /src/burn/test/BurnUnitTest/RegistrationTest.cpp | |
parent | a981e29d7a3df566754356c3fe1eb938a5cac4c1 (diff) | |
download | wix-0ee63890d8eacd044115524476eb9419114500a7.tar.gz wix-0ee63890d8eacd044115524476eb9419114500a7.tar.bz2 wix-0ee63890d8eacd044115524476eb9419114500a7.zip |
Always reset the system component status when registering the bundle.
Finishes 4454
Diffstat (limited to 'src/burn/test/BurnUnitTest/RegistrationTest.cpp')
-rw-r--r-- | src/burn/test/BurnUnitTest/RegistrationTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/test/BurnUnitTest/RegistrationTest.cpp b/src/burn/test/BurnUnitTest/RegistrationTest.cpp index 0075e937..9aadc2cc 100644 --- a/src/burn/test/BurnUnitTest/RegistrationTest.cpp +++ b/src/burn/test/BurnUnitTest/RegistrationTest.cpp | |||
@@ -793,7 +793,7 @@ namespace Bootstrapper | |||
793 | TestThrowOnFailure(hr, L"Failed to deserialize variables."); | 793 | TestThrowOnFailure(hr, L"Failed to deserialize variables."); |
794 | 794 | ||
795 | // write active resume mode | 795 | // write active resume mode |
796 | hr = RegistrationSessionResume(®istration, &variables, BOOTSTRAPPER_REGISTRATION_TYPE_INPROGRESS); | 796 | hr = RegistrationSessionBegin(sczCurrentProcess, ®istration, &cache, &variables, dwRegistrationOptions, qwEstimatedSize, BOOTSTRAPPER_REGISTRATION_TYPE_INPROGRESS); |
797 | TestThrowOnFailure(hr, L"Failed to write active resume mode."); | 797 | TestThrowOnFailure(hr, L"Failed to write active resume mode."); |
798 | 798 | ||
799 | // verify that run key was put back | 799 | // verify that run key was put back |