WiX Toolset Code
main
Ron Martin committed over 4 years ago
Sean Hall committed over 4 years ago
Move the logic of a bundle registering as a system component into Burn.
Sean Hall committed over 4 years ago
Update registration code with more concise Exit* macros.
Sean Hall committed over 4 years ago
Make non-embedded bundles skip making a system restore point.
Sean Hall committed over 4 years ago
Fix bug where MSIFASTINSTALL was not set properly for MsiPackages.
Sean Hall committed over 4 years ago
Use Burn's parent switch with BundlePackages.
Sean Hall committed over 4 years ago
Support v3 bundles in BundlePackage and "burn extract" command.
Sean Hall committed over 4 years ago
Detect related bundles for BundlePackages.
Sean Hall committed over 4 years ago
Sean Hall committed over 4 years ago
Update PackageVerifier to calculate installed path of file.
Sean Hall committed over 4 years ago
Fix Burn pipe bug where 64-bit code was not interoperable with 32-bit.
Sean Hall committed over 4 years ago
Fix formatting on some bundle files.
Sean Hall committed over 4 years ago
Minimize chance of user arguments messing up the command line to avoid variations of issue 3890
Sean Hall committed over 4 years ago
Support editing the projects that end in ".cab"
Rob Mensching committed over 4 years ago
Support using response file for long command-lines in MakeSfxCA
Rob Mensching committed over 4 years ago
Provide managed CA and Embedded UI DTF libraries via NuGet
Rob Mensching committed over 4 years ago
Fix resource enumeration of 64-bit images
Rob Mensching committed over 4 years ago
Implement IWindowsInstallerDecompileExtensions
Rob Mensching committed over 4 years ago
Make "decompile" an MSI-only command instead of a backend requirement
Rob Mensching committed over 4 years ago