summaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/RegistrationTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-13/+13
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-28/+28
|
* Register the InstallDate in BurnRob Mensching2022-12-221-0/+2
| | | | Closes 7068
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-1/+1
|
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-2/+0
| | | | Implements 6858
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-3/+3
| | | | Fixes 3455
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-171-0/+3
| | | | Fix edge case where version string is all v's.
* Always reset the system component status when registering the bundle.Sean Hall2022-04-231-1/+1
| | | | Finishes 4454
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-231-18/+24
| | | | Fixes 4039
* Add WixBundleCommandLineAction, don't set dynamic variables at startup.Sean Hall2022-03-161-2/+5
| | | | Fixes 6736
* 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