WiX Toolset Code
main
Move WiX .wixpdbs to pdbs folder so they are included in archives
Rob Mensching committed about 4 years ago
Allow customization of the .wixpdb output folder
Rob Mensching committed about 4 years ago
Port EnableFeatureSelection tests from v3 repo, add a new one, fix them
Sean Hall committed about 4 years ago
Handle downgrade failure detection during Detect.
Bob Arnson committed about 4 years ago
Use a dedicated pipe for redirecting logging from the elevated process.
Sean Hall committed about 4 years ago
Create log for elevated process.
Sean Hall committed about 4 years ago
Fix bug in IsWuRebootPending where it uninitialized COM on failure.
Sean Hall committed about 4 years ago
Resume automatic updates as part of ApplyUninitialize.
Sean Hall committed about 4 years ago
Use conditional text rather than controls.
Bob Arnson committed about 4 years ago
Don't retry 1606 because are they ever transient?!
Bob Arnson committed about 4 years ago
Add direct reference to System.Configuration.ConfigurationManager
Rob Mensching committed about 4 years ago
Update heat to use StandardDirectory element
Rob Mensching committed about 4 years ago
Clean up error message when BA is missing.
Bob Arnson committed about 4 years ago
Improve command line error reporting and remove some unused errors
Rob Mensching committed about 4 years ago
Redesign command-line help to meet the needs of WiX v4
Rob Mensching committed about 4 years ago
Ensure command-line error prevents execution of command
Rob Mensching committed about 4 years ago
Normalize wix pdbs zip name to place $(Version) consistently
Rob Mensching committed about 4 years ago
Remove unused WixToolset.Core.Burn reference to shrink ~10MB
Rob Mensching committed about 4 years ago
Fix architectures when generating metadata
Rob Mensching committed about 4 years ago
Fix some errors new to .NET SDK 6.0.400.
Bob Arnson committed about 4 years ago