Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 8 | -20/+20 |
| | | | | | | | 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". | ||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 8 | -16/+16 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 5 | -5/+5 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 8 | -8/+456 |
| | |||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 8 | -8/+8 |
| | | | | Implements 6858 | ||||
* | Store list of persisted well-known variables in Burn. | Sean Hall | 2022-08-02 | 8 | -8/+8 |
| | | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'. | ||||
* | Remove support for uninstalling MSU package. | Sean Hall | 2022-07-21 | 1 | -1/+1 |
| | | | | Fixes 6749 | ||||
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 5 | -4/+5 |
| | | | | 6772 | ||||
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 1 | -1/+1 |
| | | | | Fixes 6758 | ||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -1/+1 |
| | |||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 1 | -0/+1 |
| | | | | 3693 | ||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 2 | -0/+2 |
| | |||||
* | Log rest of plan and add testing of registration actions to PlanTest. | Sean Hall | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | Read Uninstallable from manifest and add test for non-uninstallable exe | Sean Hall | 2022-03-07 | 2 | -1/+2 |
| | | | | Last part of 6459 | ||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 3 | -3/+3 |
| | | | | Fixes #3777 | ||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 4 | -0/+4 |