aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for added elements to reference platform-specific extension custom actions.Bob Arnson2021-04-232-2/+76
|
* Detect Inability to write to output fileRon Martin2021-04-231-0/+24
| | | | Fixes wixtoolset/issues#6425
* Add StandardDirectory conversionsRob Mensching2021-04-061-0/+92
| | | | Completes wixtoolset/issues#6416
* Fix deprecated $(loc.xxx) localization variable references.Ron Martin2021-04-031-0/+38
| | | | Fixes wixtoolset/issues#6262
* Standardize on .NET Core v3.1Rob Mensching2021-04-031-1/+1
|
* Fixup SoftwareTag deprecations and SoftwareTagRef conversionRob Mensching2021-03-231-0/+66
| | | | Fixes wixtoolset/issues#6379
* Convert obsolete RegistryKey/@Action.Bob Arnson2021-03-211-0/+54
|
* Add conversion for BootstrapperApplicationData to BundleCustomData.Sean Hall2021-03-121-6/+172
| | | | #6176
* Fix spelling of RemoveUnusedNamespaces.Sean Hall2021-03-023-15/+3
|
* Add conversion for renaming RemotePayload, and warn about changed hash.Sean Hall2021-03-022-33/+104
| | | | #3992, #4183
* Convert Dependency elements to WiX v4 schemaRob Mensching2021-02-273-4/+182
|
* Convert Tag.wixext to SoftwareTag elementRob Mensching2021-02-277-13/+58
|
* Preserve unconvertable Win64 attribute contentRob Mensching2021-02-111-1/+7
|
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-111-0/+181
|
* Remove Burn AuthenticodeBob Arnson2021-01-311-1/+60
| | | | Fixes https://github.com/wixtoolset/issues/issues/6301
* Fix Package/@Compressed for new (compressed) default.Bob Arnson2021-01-286-17/+63
|
* Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching2021-01-082-2/+51
| | | | Fixes wixtoolset/issues#6245
* Enable XML doc and run tests in appveyor.cmd.Sean Hall2020-12-191-4/+2
|
* Add conversion for built-in BA usage from BootstrapperApplicationRef.Sean Hall2020-12-091-0/+204
|
* Add conversion for BootstrapperApplicationDll and bal:UseUILanguages.Sean Hall2020-12-081-3/+141
|
* Warn about inability to convert Verb/@Target.Bob Arnson2020-11-091-0/+26
|
* Warn about new InstallerVersion default.Bob Arnson2020-11-042-4/+27
|
* Add warnings for util:RegistrySearch (value) and DisplayInternalUI.Sean Hall2020-11-012-33/+35
|
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-2411-24/+274
|
* Fix conversion of Product/@Condition.Bob Arnson2020-10-131-0/+38
|
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-064-9/+9
|
* Converters fixes and cleanup.Bob Arnson2020-09-0211-37/+63
| | | | | | - Support keeping the XML declaration. - Parse settings files earlier so they...work. - Fix typo.
* Convert Feature/@Absent=disallow to AllowAbsent=no.Bob Arnson2020-08-311-1/+33
|
* 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
|