Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIXFEAT:4763 Change "string" variable type to literal and add "formatted". | Sean Hall | 2020-08-09 | 1 | -0/+86 |
| | |||||
* | Set DpiAwareness to "unaware" from v3. | Sean Hall | 2020-07-19 | 1 | -0/+76 |
| | |||||
* | Correctly report error when Publish/@Condition='1' | Rob Mensching | 2020-07-18 | 1 | -1/+1 |
| | |||||
* | Separate "format" from "convert" | Rob Mensching | 2020-07-18 | 3 | -109/+122 |
| | | | | Closes wixtoolset/issues#6215 | ||||
* | Store short filenames in separate fields | Rob Mensching | 2020-07-12 | 1 | -1/+1 |
| | |||||
* | Make Feature/@Absent and Feature/@AllowAdvertise consistent | Rob Mensching | 2020-07-01 | 1 | -0/+77 |
| | | | | Conversion for wixtoolset/issues#5990 | ||||
* | Make Publish/@Condition truly optional | Rob Mensching | 2020-07-01 | 1 | -0/+46 |
| | | | | There is a change to the Core to add the condition back | ||||
* | Convert Firewall/RemoteAddress inner text to Value attribute | Rob Mensching | 2020-07-01 | 1 | -0/+79 |
| | |||||
* | Handle multiple Condition conversions | Rob Mensching | 2020-06-27 | 1 | -3/+9 |
| | |||||
* | Correctly detect wix4 for better conversions | Rob Mensching | 2020-06-27 | 2 | -2/+55 |
| | |||||
* | Add inner text conversions for Util.wixext | Rob Mensching | 2020-06-26 | 1 | -0/+79 |
| | |||||
* | Ensure Include elements have correct namespace | Rob Mensching | 2020-06-26 | 1 | -0/+67 |
| | | | | Fixes wixtoolset/issues#5891 | ||||
* | Skip v3 conversions when re-converting v4 code | Rob Mensching | 2020-06-26 | 7 | -33/+33 |
| | | | | | Rename Wix3Converter to WixConverter as the class is used for all conversions. | ||||
* | The Great Tuple to Symbol File Rename (tm) | Rob Mensching | 2020-06-25 | 1 | -0/+0 |
| | |||||
* | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 2020-06-25 | 7 | -199/+199 |
| | |||||
* | Do *not* require XML declaration | Rob Mensching | 2020-06-23 | 15 | -95/+26 |
| | |||||
* | Remove explicit auto-GUIDs | Rob Mensching | 2020-06-23 | 6 | -7/+7 |
| | |||||
* | Convert inner text to appropriate attributes | Rob Mensching | 2020-06-23 | 6 | -151/+607 |
| | |||||
* | Replace the removed Gaming namespace with the missing Http namespace. | Sean Hall | 2020-06-15 | 1 | -0/+1 |
| | |||||
* | Convert custom table Column Category and Modularize attributes | Rob Mensching | 2020-06-12 | 1 | -0/+50 |
| | |||||
* | Extract common code to base class and use common mock messaging | Rob Mensching | 2020-06-12 | 3 | -74/+69 |
| | |||||
* | Make convert code async | Rob Mensching | 2020-06-08 | 1 | -1/+1 |
| | |||||
* | Migrate integration tests from Tools repo | Rob Mensching | 2020-06-08 | 15 | -0/+843 |
| | |||||
* | Expose converter as a command-line command for use by wix.exe | Rob Mensching | 2020-06-08 | 1 | -0/+9 |
| | |||||
* | Remove unused test data. | Sean Hall | 2020-05-23 | 10 | -527/+0 |
| | |||||
* | Handle versioned extension ids. | Bob Arnson | 2020-03-05 | 1 | -0/+34 |
| | |||||
* | Don't mess with CDATA whitespace. | Bob Arnson | 2019-12-11 | 1 | -2/+25 |
| | |||||
* | When fixing namespaceless elements, fix the whole tree. | Bob Arnson | 2019-11-04 | 1 | -0/+6 |
| | |||||
* | Handle CustomTable/@BootstrapperApplicationData. | Bob Arnson | 2019-11-01 | 1 | -0/+28 |
| | |||||
* | Add namespace to <Include> elements. | Bob Arnson | 2019-10-31 | 1 | -1/+30 |
| | |||||
* | Better support all .NETs | Rob Mensching | 2019-10-20 | 1 | -0/+4 |
| | |||||
* | Fix keypath bug and overload resolution oddity. | Bob Arnson | 2019-06-25 | 1 | -3/+2 |
| | | | | | | | - Ensure a component with directory keypath is accurately reflected in `ComponentTuple.KeyPathType`. - To ensure callers don't have to reference wix.dll, have separate static methods for converting a file or a live WiX v3 `Output` object. | ||||
* | Normalize RegLocator correctly | Rob Mensching | 2019-06-24 | 1 | -0/+7 |
| | |||||
* | Integrate latest Data changes for FileTuple and AssemblyTuple | Rob Mensching | 2019-05-23 | 1 | -24/+70 |
| | |||||
* | Integrate latest changes to tuple definitions | Rob Mensching | 2019-05-23 | 1 | -292/+455 |
| | |||||
* | Initial code commit | Rob Mensching | 2019-05-15 | 16 | -0/+1611 |