aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge ConvertersRob Mensching2021-05-1160-1/+9140
|\
| * Move Converters into wixRob Mensching2021-04-2769-0/+219
| |
| * Fix for added elements to reference platform-specific extension custom actions.Bob Arnson2021-04-233-2/+189
| |
| * Detect Inability to write to output fileRon Martin2021-04-232-9/+35
| | | | | | | | Fixes wixtoolset/issues#6425
| * Integrate latest Extensibility changesRob Mensching2021-04-191-1/+1
| |
| * Add StandardDirectory conversionsRob Mensching2021-04-062-1/+154
| | | | | | | | Completes wixtoolset/issues#6416
| * Fix deprecated $(loc.xxx) localization variable references.Ron Martin2021-04-032-12/+102
| | | | | | | | Fixes wixtoolset/issues#6262
| * Standardize on .NET Core v3.1Rob Mensching2021-04-031-1/+1
| |
| * Integrate ImmediateSection no longer uses codepageRob Mensching2021-04-031-1/+1
| |
| * Integrate the IntermediateSection and IntermediateSymbol mutable changesRob Mensching2021-04-031-6/+11
| |
| * Fixup SoftwareTag deprecations and SoftwareTagRef conversionRob Mensching2021-03-232-39/+122
| | | | | | | | Fixes wixtoolset/issues#6379
| * Convert obsolete RegistryKey/@Action.Bob Arnson2021-03-212-0/+83
| |
| * Update service provider dependencyBob Arnson2021-03-154-6/+6
| |
| * Add conversion for BootstrapperApplicationData to BundleCustomData.Sean Hall2021-03-123-19/+337
| | | | | | | | #6176
| * Fix spelling of RemoveUnusedNamespaces.Sean Hall2021-03-024-18/+6
| |
| * Add conversion for renaming RemotePayload, and warn about changed hash.Sean Hall2021-03-023-33/+169
| | | | | | | | #3992, #4183
| * Fix Win64 to Bitness, even in v4 .wxs codeRob Mensching2021-03-022-47/+37
| | | | | | | | | | Also updated AccessModifiers and decide not to change v3 Bundle .wxs code.
| * Update to latest build infrastructureRob Mensching2021-03-014-10/+29
| |
| * Update WixSuppressModularizationSymbolRob Mensching2021-03-011-1/+6
| | | | | | | | Partially fixes wixtoolset/issues#5944
| * Convert Dependency elements to WiX v4 schemaRob Mensching2021-02-274-6/+316
| |
| * 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
| | | | | | | | Fixes https://github.com/wixtoolset/issues/issues/6301
| * Fix Package/@Compressed for new (compressed) default.Bob Arnson2021-01-287-18/+72
| |
| * Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching2021-01-083-3/+75
| | | | | | | | Fixes wixtoolset/issues#6245
| * Report invalid command line arguments as errorsRob Mensching2021-01-081-1/+1
| | | | | | | | Also fixes wixtoolset/issues#6313
| * Enable XML doc and run tests in appveyor.cmd.Sean Hall2020-12-199-13/+28
| |
| * 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
| | | | | | | | | | | | - Support keeping the XML declaration. - Parse settings files earlier so they...work. - Fix typo.
| * 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
| |
| * 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
| | | | | | | | Closes wixtoolset/issues#6215
| * Store short filenames in separate fieldsRob Mensching2020-07-122-7/+57
| |
| * Make Feature/@Absent and Feature/@AllowAdvertise consistentRob Mensching2020-07-012-0/+113
| | | | | | | | Conversion for wixtoolset/issues#5990
| * Make Publish/@Condition truly optionalRob Mensching2020-07-012-1/+56
| | | | | | | | There is a change to the Core to add the condition back