aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/variable.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Bring Sean's fixes to `wix4`.Bob Arnson2021-09-181-1/+1
|
* Don't set NativeMachine variables when IsWow64Process2 is unavailableEric StJohn2021-09-131-2/+5
|
* Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtensionEric StJohn2021-08-301-0/+25
|
* Get system TEMP path from the registry.Sean Hall2021-08-041-1/+0
| | | | Also, correctly handle return codes from related path APIs.
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-021-0/+28
| | | | Fixes #3777
* Move burn into burnRob Mensching2021-04-291-0/+2323