Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -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 proc | Rob Mensching | 2024-03-06 | 1 | -28/+28 |
| | |||||
* | Register the InstallDate in Burn | Rob Mensching | 2022-12-22 | 1 | -0/+2 |
| | | | | Closes 7068 | ||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 1 | -2/+0 |
| | | | | Implements 6858 | ||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -3/+3 |
| | | | | Fixes 3455 | ||||
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 1 | -0/+3 |
| | | | | Fix edge case where version string is all v's. | ||||
* | Always reset the system component status when registering the bundle. | Sean Hall | 2022-04-23 | 1 | -1/+1 |
| | | | | Finishes 4454 | ||||
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 1 | -18/+24 |
| | | | | Fixes 4039 | ||||
* | Add WixBundleCommandLineAction, don't set dynamic variables at startup. | Sean Hall | 2022-03-16 | 1 | -2/+5 |
| | | | | Fixes 6736 | ||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 1 | -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 Hall | 2022-03-01 | 1 | -2/+2 |
| | |||||
* | Factor out TestRegistryFixture so other tests can mock regutil API's. | Sean Hall | 2022-03-01 | 1 | -251/+124 |
| | |||||
* | The bundle provider's presence needs to follow ARP registration. | Sean Hall | 2022-02-01 | 1 | -18/+24 |
| | |||||
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 1 | -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 Arnson | 2021-12-27 | 1 | -1/+0 |
| | | | | Thanks to @rseanhall's sharp eyes. | ||||
* | Remove RebootRequired per... | Bob Arnson | 2021-12-27 | 1 | -1/+0 |
| | | | | ...https://github.com/wixtoolset/issues/issues/6668. | ||||
* | Recreate the command line for the clean room process. | Sean Hall | 2021-08-04 | 1 | -6/+6 |
| | | | | | | Persist /xlog when resuming from RunOnce. Fixes #6259 | ||||
* | Parse most of Burn command line parameters into BURN_ENGINE_COMMAND. | Sean Hall | 2021-08-04 | 1 | -6/+12 |
| | |||||
* | Add BURN_DEPENDENCIES struct to store Dependency state. | Sean Hall | 2021-08-04 | 1 | -6/+30 |
| | |||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -24/+54 |
| | | | | Initialize them explicitly to make it clearer when that happens. | ||||
* | Add fixed buffer butil APIs. | Sean Hall | 2021-07-19 | 1 | -1/+2 |
| | |||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 1 | -39/+41 |
| | |||||
* | Allow access to persisted variables from related bundles. | Jacob Hoover | 2021-07-18 | 1 | -9/+169 |
| | | | | Implements #3704 | ||||
* | Add InProgressDisplayName for bundles. | Sean Hall | 2021-05-19 | 1 | -18/+20 |
| | | | | #6296 | ||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+772 |