summaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/RegistrationTest.cpp
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-04-22 16:57:18 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-04-23 15:40:21 -0500
commit0ee63890d8eacd044115524476eb9419114500a7 (patch)
tree63f7794f98a6438d29b8aae881c20c4de583a1a2 /src/burn/test/BurnUnitTest/RegistrationTest.cpp
parenta981e29d7a3df566754356c3fe1eb938a5cac4c1 (diff)
downloadwix-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.cpp2
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(&registration, &variables, BOOTSTRAPPER_REGISTRATION_TYPE_INPROGRESS); 796 hr = RegistrationSessionBegin(sczCurrentProcess, &registration, &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