Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Support an empty multiString registry value | Bob Arnson | 2020-11-16 | 3 | -7/+4 | |
| | | ||||||
| * | Obsolete long-deprecated elements and attributes. | Bob Arnson | 2020-11-09 | 4 | -135/+9 | |
| | | ||||||
| * | Catch more former-supported-but-now-illegal inner text. | Bob Arnson | 2020-11-09 | 1 | -0/+2 | |
| | | ||||||
| * | Update GitVersioning. | Sean Hall | 2020-11-02 | 5 | -5/+5 | |
| | | ||||||
| * | Strong-name sign WiX assemblies. | Bob Arnson | 2020-10-29 | 4 | -1/+13 | |
| | | ||||||
| * | A bit of cleanup on now-defunct Product element references. | Bob Arnson | 2020-10-28 | 3 | -6/+7 | |
| | | ||||||
| * | One shiny NuGet package, please and thank you. | Sean Hall | 2020-10-24 | 1 | -0/+1 | |
| | | ||||||
| * | Reorganize Product/Package to Package/SummaryInformation. | Bob Arnson | 2020-10-24 | 40 | -530/+473 | |
| | | ||||||
| * | Add failing tests. | Sean Hall | 2020-10-14 | 4 | -0/+72 | |
| | | ||||||
| * | Add CreateFolders standard action... | Bob Arnson | 2020-10-12 | 3 | -0/+5 | |
| | | | | | | | | ...when there are Component symbols to install. | |||||
| * | Add the decompiled package's platform to the DecompileResult. | Bob Arnson | 2020-10-08 | 3 | -25/+47 | |
| | | ||||||
| * | Add error message for cases where inner text used to be used. | Bob Arnson | 2020-09-30 | 6 | -10/+47 | |
| | | ||||||
| * | Remove 32-bit ARM support. | Bob Arnson | 2020-09-19 | 8 | -61/+8 | |
| | | ||||||
| * | Replace BinaryKey with BinaryRef and FileKey with FileRef. | Bob Arnson | 2020-09-06 | 6 | -25/+22 | |
| | | ||||||
| * | Fix typo. | Bob Arnson | 2020-09-01 | 2 | -7/+7 | |
| | | ||||||
| * | Fix check for valid 8.3 names for >3 extensions. | Bob Arnson | 2020-09-01 | 3 | -1/+9 | |
| | | ||||||
| * | A couple of minor decompiler fixes. | Bob Arnson | 2020-08-26 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed custom action null column decompilation. | Bob Arnson | 2020-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | Update decompiler to use XDocument rather than generated classes. | Bob Arnson | 2020-08-24 | 9 | -5230/+3427 | |
| | | | | | | | | | | - Use CompareXml for diffing. - Change CustomAction/@ScriptFile to @ScriptSourceFile. | |||||
| * | Only target all frameworks in Release | Sean Hall | 2020-08-17 | 5 | -5/+10 | |
| | | ||||||
| * | WIXFEAT:4763 Change "string" variable type to literal and add "formatted". | Sean Hall | 2020-08-09 | 6 | -40/+122 | |
| | | ||||||
| * | Fix Control symbol dehydration to MSI output. | Bob Arnson | 2020-07-26 | 4 | -36/+43 | |
| | | ||||||
| * | Support implicit standard directory reference and "3264" platform folders | Rob Mensching | 2020-07-21 | 17 | -72/+437 | |
| | | | | | | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835 | |||||
| * | WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication ↵ | Sean Hall | 2020-07-19 | 3 | -9/+98 | |
| | | | | | | | | element to control the DPI awareness settings in the bundle's application manifest. | |||||
| * | Generate the bundle's application manifest in the Burn backend. | Sean Hall | 2020-07-19 | 3 | -16/+143 | |
| | | ||||||
| * | Display command-line help from Core and extensions | Rob Mensching | 2020-07-18 | 7 | -56/+79 | |
| | | | | | | | | Closes wixtoolset/issues#6211 | |||||
| * | Ensure named bindpaths are not found in unnamed bindpaths | Rob Mensching | 2020-07-17 | 6 | -62/+68 | |
| | | | | | | | | Fixes wixtoolset/issues#6200 | |||||
| * | Fix parsing of bind variables with default values | Rob Mensching | 2020-07-17 | 5 | -2/+49 | |
| | | ||||||
| * | Create failing test for named bind paths. | Sean Hall | 2020-07-16 | 1 | -0/+30 | |
| | | ||||||
| * | Fix short filenames containing bind variables | Rob Mensching | 2020-07-14 | 1 | -2/+2 | |
| | | ||||||
| * | Fix validation of wildcard short filename extension. | Rob Mensching | 2020-07-14 | 1 | -1/+1 | |
| | | ||||||
| * | Major performance improvements to inline directory syntax parsing | Rob Mensching | 2020-07-14 | 4 | -222/+220 | |
| | | ||||||
| * | Implement optimized simple reference creation | Rob Mensching | 2020-07-14 | 2 | -1/+46 | |
| | | ||||||
| * | Update CompileCoreTestExtensionWixlib to be a .NET Core app. | Sean Hall | 2020-07-14 | 2 | -9/+10 | |
| | | ||||||
| * | Update dependencies. | Sean Hall | 2020-07-14 | 5 | -5/+5 | |
| | | ||||||
| * | Add CustomTableRef element. | Sean Hall | 2020-07-10 | 4 | -7/+74 | |
| | | ||||||
| * | Add CreateIdentifierValueFromPlatform. | Sean Hall | 2020-07-10 | 1 | -0/+35 | |
| | | ||||||
| * | Tests for CopyFile element | Rob Mensching | 2020-07-08 | 3 | -0/+64 | |
| | | | | | | | | Validates wixtoolset/issues#5867 | |||||
| * | Improve compiler performance by removing regex and other string fixes | Rob Mensching | 2020-07-08 | 11 | -374/+454 | |
| | | ||||||
| * | Move short filename generation to the WindowsInstallerBackend | Rob Mensching | 2020-07-08 | 6 | -159/+171 | |
| | | ||||||
| * | Remove unused property | Rob Mensching | 2020-07-08 | 3 | -4/+0 | |
| | | ||||||
| * | Consolidate Custom Action tests in CustomActionFixture | Rob Mensching | 2020-07-01 | 2 | -99/+101 | |
| | | ||||||
| * | Make Feature/@Absent and Feature/@AllowAdvertise consistent | Rob Mensching | 2020-07-01 | 1 | -33/+3 | |
| | | | | | | | | Fixes wixtoolset/issues#5990 | |||||
| * | Default Publish/@Condition to "1" in the WI backend | Rob Mensching | 2020-07-01 | 1 | -0/+15 | |
| | | ||||||
| * | Add failing test for CustomAction cycle. | Sean Hall | 2020-07-01 | 3 | -0/+61 | |
| | | ||||||
| * | Support localized TextStyle Size | Rob Mensching | 2020-06-28 | 2 | -4/+3 | |
| | | ||||||
| * | The Great Tuple to Symbol File Rename (tm) | Rob Mensching | 2020-06-25 | 7 | -0/+0 | |
| | | ||||||
| * | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 2020-06-25 | 102 | -2913/+2913 | |
| | | ||||||
| * | Integrate Symbol to TupleWithSection rename | Rob Mensching | 2020-06-25 | 4 | -92/+91 | |
| | | ||||||
| * | Reference Media if DiskId is specified. | Bob Arnson | 2020-06-24 | 3 | -8/+8 | |
| | |