WiX Toolset Code
main
Table ids per https://github.com/wixtoolset/issues/issues/5933.
Bob Arnson committed almost 5 years ago
Merge branch 'ericstj-addNativeMachine' into develop
Bob Arnson committed almost 5 years ago
Bob Arnson committed almost 5 years ago
Don't set NativeMachine variables when IsWow64Process2 is unavailable
Eric StJohn committed almost 5 years ago
Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtension
Eric StJohn committed about 5 years ago
Skip Wow64 redirection on 64-bit CA builds.
Bob Arnson committed about 5 years ago
On SuppressDowngradeFailure, quit after detect.
Bob Arnson committed about 5 years ago
Set the log file path for MSI transactions.
Nir Bar committed about 5 years ago
Allow BA to opt out of MSI transaction.
Nir Bar committed about 5 years ago
Make sure failure inside of a non-vital rollback boundary is ignored.
Nir Bar committed about 5 years ago
Always use user's temp directory as basis for acquisition folder.
Sean Hall committed about 5 years ago
Add argument and policy setting to set Burn's base working directory.
Sean Hall committed about 5 years ago
Remove unelevation code since clean room changes made it unreachable.
Sean Hall committed about 5 years ago
Sean Hall committed about 5 years ago
Create separate log file for clean room.
Sean Hall committed about 5 years ago
Recreate the command line for the clean room process.
Sean Hall committed about 5 years ago
Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.
Sean Hall committed about 5 years ago
Add BURN_DEPENDENCIES struct to store Dependency state.
Sean Hall committed about 5 years ago
Replace static cache internals with a struct.
Sean Hall committed about 5 years ago
Get system TEMP path from the registry.
Sean Hall committed about 5 years ago