Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-02 | Converters fixes and cleanup. | Bob Arnson | 14 | -55/+77 | |
- Support keeping the XML declaration. - Parse settings files earlier so they...work. - Fix typo. | |||||
2020-08-31 | Convert Feature/@Absent=disallow to AllowAbsent=no. | Bob Arnson | 2 | -5/+37 | |
2020-08-25 | Fix custom table & custom action decompilation. | Bob Arnson | 3 | -11/+22 | |
2020-08-17 | Only target all frameworks in Release | Sean Hall | 2 | -6/+8 | |
2020-08-09 | WIXFEAT:4763 Change "string" variable type to literal and add "formatted". | Sean Hall | 2 | -0/+140 | |
2020-07-19 | Use VS2019 for CI Build. | Bob Arnson | 1 | -1/+1 | |
2020-07-19 | Set DpiAwareness to "unaware" from v3. | Sean Hall | 2 | -1/+93 | |
2020-07-18 | Correctly report error when Publish/@Condition='1' | Rob Mensching | 2 | -2/+8 | |
2020-07-18 | Separate "format" from "convert" | Rob Mensching | 8 | -428/+589 | |
Closes wixtoolset/issues#6215 | |||||
2020-07-12 | Store short filenames in separate fields | Rob Mensching | 2 | -7/+57 | |
2020-07-01 | Make Feature/@Absent and Feature/@AllowAdvertise consistent | Rob Mensching | 2 | -0/+113 | |
Conversion for wixtoolset/issues#5990 | |||||
2020-07-01 | Make Publish/@Condition truly optional | Rob Mensching | 2 | -1/+56 | |
There is a change to the Core to add the condition back | |||||
2020-07-01 | Convert Firewall/RemoteAddress inner text to Value attribute | Rob Mensching | 2 | -1/+85 | |
2020-06-27 | Handle multiple Condition conversions | Rob Mensching | 2 | -9/+27 | |
2020-06-27 | Correctly detect wix4 for better conversions | Rob Mensching | 3 | -11/+69 | |
2020-06-26 | Add inner text conversions for Util.wixext | Rob Mensching | 2 | -0/+87 | |