| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Checkks all custom actions for cycles. Version 3. Fixes wixtoolset/issues#6201 | Ronald Martin | 2021-02-19 | 1 | -0/+20 |
| | | |||||
| * | Fix file size overflow error in ProcessPayloadsCommand. | Alex Kubiesa | 2021-02-15 | 7 | -0/+28 |
| | | | | | Fixes #4008 | ||||
| * | Replace Win64 attribute with Bitness attribute | Rob Mensching | 2021-02-11 | 11 | -20/+42 |
| | | | | | Closes wixtoolset/#4707 | ||||
| * | SlipstreamMsp belongs under the MsiPackage, not the MspPackage. | Sean Hall | 2021-02-10 | 1 | -0/+10 |
| | | |||||
| * | Improve duplicate-id reporting. | Bob Arnson | 2021-02-08 | 1 | -0/+14 |
| | | |||||
| * | Remove Burn Authenticode | Bob Arnson | 2021-01-31 | 1 | -2/+0 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/6301 | ||||
| * | Add patch test from old repo and get it passing. | Sean Hall | 2021-01-27 | 7 | -0/+110 |
| | | | | | Fixes #6341. | ||||
| * | Rename ExePackage/@XxxCommand attributes to @XxxArguments | Rob Mensching | 2021-01-08 | 3 | -6/+6 |
| | | | | | Fixes wixtoolset/issues#6245 | ||||
| * | Validate MSU package build | Rob Mensching | 2021-01-08 | 3 | -0/+13 |
| | | | | | Closes wixtoolset/issues#6006 | ||||
| * | Require or recommend ExePackage/@DetectCondition | Rob Mensching | 2021-01-08 | 3 | -1/+21 |
| | | | | | Fixes wixtoolset/issues#6197 | ||||
| * | Support environment variables with parens in the preprocessor | Rob Mensching | 2021-01-07 | 1 | -0/+4 |
| | | | | | Fixes wixtoolset/issues#4484 | ||||
| * | Add test for invalid ids | Rob Mensching | 2021-01-07 | 1 | -0/+8 |
| | | | | | Closes wixtoolset/issues#5464 | ||||
| * | Implement improved file sequence optimization | Rob Mensching | 2021-01-06 | 5 | -0/+32 |
| | | | | | | | | | | | First ensures files are grouped by DiskId. Then files are sequenced by target directory order to optimize MSI installation behavior. Finally, files are alphabetized in the directory. Additional optimizations could be considered in the future from here. Fixes wixtoolset/issues#4409 Fixes wixtoolset/issues#4708 | ||||
| * | Fix handling of duplicate directories | Rob Mensching | 2021-01-05 | 1 | -0/+25 |
| | | |||||
| * | Fix up tests to work well under NCrunch plus whitespace clean up | Rob Mensching | 2021-01-05 | 1 | -1/+0 |
| | | |||||
| * | Fix parsing of DpiAwareness attribute. | Sean Hall | 2021-01-03 | 1 | -0/+7 |
| | | |||||
| * | Add failing tests. | Sean Hall | 2021-01-03 | 4 | -0/+55 |
| | | |||||
| * | Add CanExtractBundleWithDetachedContainer test. | Nir Bar | 2020-12-21 | 1 | -0/+10 |
| | | |||||
| * | 4862 - Disallow Burn Variables that are Hidden and Persisted. | Sean Hall | 2020-12-19 | 2 | -2/+7 |
| | | |||||
| * | Add more failing tests and label them with the issue number. | Sean Hall | 2020-12-19 | 3 | -0/+44 |
| | | |||||
| * | Canonicalize Payload/@Name. | Sean Hall | 2020-12-16 | 3 | -0/+23 |
| | | |||||
| * | Add test to verify primary feature select in component categories. | Bob Arnson | 2020-12-09 | 3 | -0/+48 |
| | | |||||
| * | WIXFEAT:6209 - Move BA entry point to its own element. | Sean Hall | 2020-12-08 | 3 | -11/+14 |
| | | |||||
| * | Decompiling null GUID should set `Guid=""` to match. | Bob Arnson | 2020-12-08 | 3 | -0/+18 |
| | | |||||
| * | MSI transaction cleanup. | Sean Hall | 2020-12-02 | 6 | -0/+56 |
| | | |||||
| * | Support an empty multiString registry value | Bob Arnson | 2020-11-16 | 1 | -0/+2 |
| | | |||||
| * | Reorganize Product/Package to Package/SummaryInformation. | Bob Arnson | 2020-10-24 | 32 | -199/+143 |
| | | |||||
| * | Add failing tests. | Sean Hall | 2020-10-14 | 2 | -0/+18 |
| | | |||||
| * | Add error message for cases where inner text used to be used. | Bob Arnson | 2020-09-30 | 1 | -9/+5 |
| | | |||||
| * | Replace BinaryKey with BinaryRef and FileKey with FileRef. | Bob Arnson | 2020-09-06 | 4 | -13/+10 |
| | | |||||
| * | Fix check for valid 8.3 names for >3 extensions. | Bob Arnson | 2020-09-01 | 1 | -0/+4 |
| | | |||||
| * | Update decompiler to use XDocument rather than generated classes. | Bob Arnson | 2020-08-24 | 1 | -4/+4 |
| | | | | | | - Use CompareXml for diffing. - Change CustomAction/@ScriptFile to @ScriptSourceFile. | ||||
| * | WIXFEAT:4763 Change "string" variable type to literal and add "formatted". | Sean Hall | 2020-08-09 | 1 | -0/+7 |
| | | |||||
| * | Fix Control symbol dehydration to MSI output. | Bob Arnson | 2020-07-26 | 1 | -0/+1 |
| | | |||||
| * | Support implicit standard directory reference and "3264" platform folders | Rob Mensching | 2020-07-21 | 4 | -10/+29 |
| | | | | | Completes wixtoolset/issues#5798 and wixtoolset/issues#5835 | ||||
| * | Ensure named bindpaths are not found in unnamed bindpaths | Rob Mensching | 2020-07-17 | 3 | -3/+3 |
| | | | | | Fixes wixtoolset/issues#6200 | ||||
| * | Fix parsing of bind variables with default values | Rob Mensching | 2020-07-17 | 2 | -0/+7 |
| | | |||||
| * | Tests for CopyFile element | Rob Mensching | 2020-07-08 | 1 | -0/+15 |
| | | | | | Validates wixtoolset/issues#5867 | ||||
| * | Add failing test for CustomAction cycle. | Sean Hall | 2020-07-01 | 1 | -0/+19 |
| | | |||||
| * | Reference Media if DiskId is specified. | Bob Arnson | 2020-06-24 | 1 | -2/+2 |
| | | |||||
| * | Remove obsolete inner text handling | Rob Mensching | 2020-06-23 | 5 | -34/+31 |
| | | |||||
| * | Introduce Message attribute to remove Error inner text | Rob Mensching | 2020-06-23 | 1 | -4/+2 |
| | | |||||
| * | Introduce Value attribute on MultiString/MultiStringValue elements | Rob Mensching | 2020-06-23 | 1 | -0/+15 |
| | | |||||
| * | If no Media or MediaTemplate is present, default to a MediaTemplate. | Bob Arnson | 2020-06-22 | 22 | -25/+5 |
| | | |||||
| * | Add BundleCustomDataRef element. | Sean Hall | 2020-06-22 | 1 | -7/+14 |
| | | | | | Default BundleCustomData to Type=bootstrapperApplication. | ||||
| * | Restore Unreal to CustomTable. | Sean Hall | 2020-06-19 | 1 | -0/+13 |
| | | |||||
| * | Implement BundleCustomData. Remove Unreal from CustomTable. | Sean Hall | 2020-06-19 | 2 | -29/+36 |
| | | |||||
| * | Reorganize media assignment to correctly place facade order optimization | Rob Mensching | 2020-06-16 | 1 | -2/+2 |
| | | |||||
| * | Fix custom table column values case in compiler and decompiler | Rob Mensching | 2020-06-12 | 3 | -3/+36 |
| | | |||||
| * | Redesign CustomTable tuples to support resolving binary columns | Rob Mensching | 2020-06-03 | 6 | -0/+53 |
| | | |||||
