WiX Toolset Code
main
Sean Hall committed about 6 years ago
Turn tests off in appveyor.yml since they're run in appveyor.cmd
Sean Hall committed about 6 years ago
Sean Hall committed about 6 years ago
Add ThmExit macros to allow capturing thmutil specific errors.
Sean Hall committed about 6 years ago
Replace ExitTrace with new DUTIL_CALLBACK_TRACEERROR callback.
Sean Hall committed about 6 years ago
Do *not* require XML declaration
Rob Mensching committed about 6 years ago
Rob Mensching committed about 6 years ago
Convert inner text to appropriate attributes
Rob Mensching committed about 6 years ago
Move Windows Installer specific backend services to WindowsInstaller
Rob Mensching committed about 6 years ago
Rob Mensching committed about 6 years ago
Remove obsolete inner text handling
Rob Mensching committed about 6 years ago
Move Component\Condition inner text to Condition attribute
Rob Mensching committed about 6 years ago
Move Feature\Condition inner text to new Level element
Rob Mensching committed about 6 years ago
Move launch conditions to Launch element
Rob Mensching committed about 6 years ago
Move PermissionEx\Condition inner text to Condition attribute
Rob Mensching committed about 6 years ago
Move Control\Condition inner text to appropriate Condition attribute
Rob Mensching committed about 6 years ago
Move CustomAction script inner text to ScriptFile attribute
Rob Mensching committed about 6 years ago
Moved more inner text to attribute
Rob Mensching committed about 6 years ago
Introduce Message attribute to remove Error inner text
Rob Mensching committed about 6 years ago
Introduce Value attribute on MultiString/MultiStringValue elements
Rob Mensching committed about 6 years ago