aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert Tag.wixext to SoftwareTag elementRob Mensching2021-02-278-15/+80
* Preserve unconvertable Win64 attribute contentRob Mensching2021-02-112-9/+35
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-112-1/+235
* Address code-review comments.Bob Arnson2021-01-311-1/+1
* Remove Burn AuthenticodeBob Arnson2021-01-312-12/+91
* Fix Package/@Compressed for new (compressed) default.Bob Arnson2021-01-287-18/+72
* Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching2021-01-083-3/+75
* Report invalid command line arguments as errorsRob Mensching2021-01-081-1/+1
* Enable XML doc and run tests in appveyor.cmd.Sean Hall2020-12-1912-16/+34
* Add conversion for built-in BA usage from BootstrapperApplicationRef.Sean Hall2020-12-092-0/+314
* Add conversion for BootstrapperApplicationDll and bal:UseUILanguages.Sean Hall2020-12-084-8/+237
* Warn about inability to convert Verb/@Target.Bob Arnson2020-11-092-0/+42
* Warn about new InstallerVersion default.Bob Arnson2020-11-043-4/+44
* Add warnings for util:RegistrySearch (value) and DisplayInternalUI.Sean Hall2020-11-013-35/+71
* Strong-name sign WiX assemblies.Bob Arnson2020-10-293-0/+12
* Clean up MediaTemplate and tweak a bit.Bob Arnson2020-10-262-2/+16
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-2412-25/+384
* Fix conversion of Product/@Condition.Bob Arnson2020-10-132-3/+41
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-065-10/+28
* Converters fixes and cleanup.Bob Arnson2020-09-0214-55/+77
* Convert Feature/@Absent=disallow to AllowAbsent=no.Bob Arnson2020-08-312-5/+37
* Fix custom table & custom action decompilation.Bob Arnson2020-08-253-11/+22
* Only target all frameworks in ReleaseSean Hall2020-08-172-6/+8
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-092-0/+140
* Use VS2019 for CI Build.Bob Arnson2020-07-191-1/+1
* Set DpiAwareness to "unaware" from v3.Sean Hall2020-07-192-1/+93
* Correctly report error when Publish/@Condition='1'Rob Mensching2020-07-182-2/+8
* Separate "format" from "convert"Rob Mensching2020-07-188-428/+589
* Store short filenames in separate fieldsRob Mensching2020-07-122-7/+57
* Make Feature/@Absent and Feature/@AllowAdvertise consistentRob Mensching2020-07-012-0/+113
* Make Publish/@Condition truly optionalRob Mensching2020-07-012-1/+56
* Convert Firewall/RemoteAddress inner text to Value attributeRob Mensching2020-07-012-1/+85
* Handle multiple Condition conversionsRob Mensching2020-06-272-9/+27
* Correctly detect wix4 for better conversionsRob Mensching2020-06-273-11/+69
* Add inner text conversions for Util.wixextRob Mensching2020-06-262-0/+87
* Ensure Include elements have correct namespaceRob Mensching2020-06-261-0/+67
* Skip v3 conversions when re-converting v4 codeRob Mensching2020-06-269-82/+107
* The Great Tuple to Symbol File Rename (tm)Rob Mensching2020-06-252-0/+0
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2511-313/+313
* Do *not* require XML declarationRob Mensching2020-06-2316-111/+58
* Remove explicit auto-GUIDsRob Mensching2020-06-237-7/+30
* Convert inner text to appropriate attributesRob Mensching2020-06-237-152/+886
* Replace the removed Gaming namespace with the missing Http namespace.Sean Hall2020-06-154-6/+7
* Consistently call IWixToolsetCoreServiceProvider a "coreProvider"Rob Mensching2020-06-131-3/+3
* Convert custom table Column Category and Modularize attributesRob Mensching2020-06-122-1/+103
* Extract common code to base class and use common mock messagingRob Mensching2020-06-123-74/+69
* Make convert code asyncRob Mensching2020-06-082-7/+11
* 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-087-2/+378
* Handle util:PermissionEx/@InheritableSean Hall2020-05-231-1/+25