aboutsummaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/ManifestTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-1/+1
| | | | | | | 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-2/+2
|
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-1/+0
| | | | Implements 6858
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-021-3/+3
| | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'.
* Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.Sean Hall2022-04-131-2/+8
|
* Replace static cache internals with a struct.Sean Hall2021-08-041-0/+3
| | | | Initialize them explicitly to make it clearer when that happens.
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-021-0/+1
| | | | Fixes #3777
* Move burn into burnRob Mensching2021-04-291-0/+62