aboutsummaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/TestData/PlanTest/MsuPackageFixture_manifest.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-2/+2
| | | | | | | 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 consistencyRob Mensching2024-03-071-2/+2
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-1/+21
|
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-1/+1
| | | | Implements 6858
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-021-1/+1
| | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'.
* Remove support for uninstalling MSU package.Sean Hall2022-07-211-1/+1
| | | | Fixes 6749
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-191-0/+1