aboutsummaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/RegistrationTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-051-3/+3
| | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference.
* Fix and run Burn 64-bit unit tests.Sean Hall2022-03-011-2/+2
|
* Factor out TestRegistryFixture so other tests can mock regutil API's.Sean Hall2022-03-011-251/+124
|
* The bundle provider's presence needs to follow ARP registration.Sean Hall2022-02-011-18/+24
|
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-161-1/+1
| | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness.
* Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING.Bob Arnson2021-12-271-1/+0
| | | | Thanks to @rseanhall's sharp eyes.
* Remove RebootRequired per...Bob Arnson2021-12-271-1/+0
| | | | ...https://github.com/wixtoolset/issues/issues/6668.
* Recreate the command line for the clean room process.Sean Hall2021-08-041-6/+6
| | | | | | Persist /xlog when resuming from RunOnce. Fixes #6259
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-6/+12
|
* Add BURN_DEPENDENCIES struct to store Dependency state.Sean Hall2021-08-041-6/+30
|
* Replace static cache internals with a struct.Sean Hall2021-08-041-24/+54
| | | | Initialize them explicitly to make it clearer when that happens.
* Add fixed buffer butil APIs.Sean Hall2021-07-191-1/+2
|
* Refactor butil while cleaning up other things.Sean Hall2021-07-181-39/+41
|
* Allow access to persisted variables from related bundles.Jacob Hoover2021-07-181-9/+169
| | | | Implements #3704
* Add InProgressDisplayName for bundles.Sean Hall2021-05-191-18/+20
| | | | #6296
* Move burn into burnRob Mensching2021-04-291-0/+772