aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix custom table & custom action decompilation.Bob Arnson2020-08-252-8/+16
|
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-091-0/+86
|
* Set DpiAwareness to "unaware" from v3.Sean Hall2020-07-191-0/+76
|
* Correctly report error when Publish/@Condition='1'Rob Mensching2020-07-181-1/+1
|
* Separate "format" from "convert"Rob Mensching2020-07-183-109/+122
| | | | Closes wixtoolset/issues#6215
* Store short filenames in separate fieldsRob Mensching2020-07-121-1/+1
|
* Make Feature/@Absent and Feature/@AllowAdvertise consistentRob Mensching2020-07-011-0/+77
| | | | Conversion for wixtoolset/issues#5990
* Make Publish/@Condition truly optionalRob Mensching2020-07-011-0/+46
| | | | There is a change to the Core to add the condition back
* Convert Firewall/RemoteAddress inner text to Value attributeRob Mensching2020-07-011-0/+79
|
* Handle multiple Condition conversionsRob Mensching2020-06-271-3/+9
|
* Correctly detect wix4 for better conversionsRob Mensching2020-06-272-2/+55
|
* Add inner text conversions for Util.wixextRob Mensching2020-06-261-0/+79
|
* Ensure Include elements have correct namespaceRob Mensching2020-06-261-0/+67
| | | | Fixes wixtoolset/issues#5891
* Skip v3 conversions when re-converting v4 codeRob Mensching2020-06-267-33/+33
| | | | | Rename Wix3Converter to WixConverter as the class is used for all conversions.
* The Great Tuple to Symbol File Rename (tm)Rob Mensching2020-06-251-0/+0
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-257-199/+199
|
* Do *not* require XML declarationRob Mensching2020-06-2315-95/+26
|
* Remove explicit auto-GUIDsRob Mensching2020-06-236-7/+7
|
* Convert inner text to appropriate attributesRob Mensching2020-06-236-151/+607
|
* Replace the removed Gaming namespace with the missing Http namespace.Sean Hall2020-06-151-0/+1
|
* Convert custom table Column Category and Modularize attributesRob Mensching2020-06-121-0/+50
|
* Extract common code to base class and use common mock messagingRob Mensching2020-06-123-74/+69
|
* Make convert code asyncRob Mensching2020-06-081-1/+1
|
* Migrate integration tests from Tools repoRob Mensching2020-06-0815-0/+843
|
* Expose converter as a command-line command for use by wix.exeRob Mensching2020-06-081-0/+9
|
* Remove unused test data.Sean Hall2020-05-2310-527/+0
|
* Handle versioned extension ids.Bob Arnson2020-03-051-0/+34
|
* Don't mess with CDATA whitespace.Bob Arnson2019-12-111-2/+25
|
* When fixing namespaceless elements, fix the whole tree.Bob Arnson2019-11-041-0/+6
|
* Handle CustomTable/@BootstrapperApplicationData.Bob Arnson2019-11-011-0/+28
|
* Add namespace to <Include> elements.Bob Arnson2019-10-311-1/+30
|
* Better support all .NETsRob Mensching2019-10-201-0/+4
|
* Fix keypath bug and overload resolution oddity.Bob Arnson2019-06-251-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 correctlyRob Mensching2019-06-241-0/+7
|
* Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-231-24/+70
|
* Integrate latest changes to tuple definitionsRob Mensching2019-05-231-292/+455
|
* Initial code commitRob Mensching2019-05-1516-0/+1611