Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-04-19 | Use IReadOnlyCollection. | Sean Hall | 2 | -3/+3 | |
2021-04-19 | Update dependencies. | Sean Hall | 1 | -1/+1 | |
2021-04-15 | Update dependencies. | Sean Hall | 3 | -5/+5 | |
2021-04-12 | Fix rollback of user rights | Rob Mensching | 4 | -80/+389 | |
2021-04-12 | Add RemoveRegistryKey | Rob Mensching | 11 | -6/+366 | |
2021-04-12 | Add Condition to RemoveFoldersEx | Rob Mensching | 5 | -29/+87 | |
2021-04-12 | Move RestartResource attributes to symbol | Rob Mensching | 2 | -18/+18 | |
2021-04-12 | Move SecureObj attributes to symbol | Rob Mensching | 2 | -13/+16 | |
2021-04-12 | Update dutil | Rob Mensching | 2 | -2/+2 | |
2021-04-07 | Update dependencies. | Bob Arnson | 1 | -1/+1 | |
2021-04-06 | Update dependencies. | Bob Arnson | 21 | -110/+54 | |
2021-03-31 | Update to latest Sdk. | Sean Hall | 1 | -1/+1 | |
2021-03-22 | Update dependencies. | Bob Arnson | 1 | -1/+1 | |
2021-03-19 | Minor test clean up | Rob Mensching | 4 | -12/+1 | |
2021-03-19 | RemoveFolderEx.Property should be modularized as a Column | Rob Mensching | 4 | -1/+41 | |
The value in the column is the name of a Property not a formatted field that can contain properties. Fixes wixtoolset/issues#4449 | |||||
2021-03-18 | Update dependencies. | Sean Hall | 2 | -3/+3 | |
2021-03-03 | Update to latest build infrastructure | Rob Mensching | 10 | -103/+45 | |
2021-03-03 | Use updated AccessModifier enum | Rob Mensching | 1 | -3/+3 | |
2021-03-02 | Update dependencies. | Sean Hall | 5 | -13/+13 | |
2021-02-28 | Update to latest build process to simplify build of .snupkg | Rob Mensching | 8 | -26/+69 | |
2021-02-23 | Add custom action prefixes. | Bob Arnson | 1 | -22/+22 | |
2021-02-17 | Update dependencies. | Sean Hall | 3 | -4/+4 | |
2021-02-11 | Replace Win64 attribute with Bitness attribute | Rob Mensching | 4 | -8/+37 | |
2021-02-09 | Update DUtil dependency. | Bob Arnson | 6 | -11/+11 | |
2021-02-04 | Update dependencies. | Sean Hall | 3 | -7/+7 | |
2021-01-09 | Modularize XmlConfig/@ElementId and add tests for XmlConfig | Rob Mensching | 10 | -77/+175 | |
Fixes wixtoolset/issues#4698 Closes wixtoolset/issues#5447 | |||||
2021-01-03 | Update dependencies. | Sean Hall | 9 | -5/+39 | |
2020-12-08 | Update dependencies. | Sean Hall | 7 | -19/+17 | |
Remove platformless BundleExtension. | |||||
2020-11-02 | Update dependencies. | Sean Hall | 7 | -24/+24 | |
2020-10-31 | Update to latest Tools. | Bob Arnson | 1 | -1/+1 | |
2020-10-31 | Strong-name sign WiX assemblies. | Bob Arnson | 3 | -0/+12 | |
2020-10-26 | Update test authoring for Package/SummaryInformation change. | Bob Arnson | 9 | -35/+18 | |
2020-10-08 | Update to latest Tools. | Bob Arnson | 1 | -1/+1 | |
2020-09-27 | Modularize IconFile | Bob Arnson | 10 | -9/+76 | |
2020-09-20 | Update to latest authoring/tools. | Bob Arnson | 11 | -106/+98 | |
2020-09-20 | Remove 32-bit ARM support. | Bob Arnson | 6 | -48/+22 | |
2020-09-06 | Replace BinaryKey with BinaryRef and FileKey with FileRef. | Bob Arnson | 5 | -13325/+2 | |
2020-09-02 | Fix Condition authoring. | Bob Arnson | 3 | -38/+37 | |
2020-08-26 | Replace serialization and update WixSdk | Bob Arnson | 2 | -127/+84 | |
2020-08-26 | #ifdef out serialization use | Bob Arnson | 1 | -0/+2 | |
2020-08-09 | Update dependencies. | Sean Hall | 5 | -13/+13 | |
2020-07-19 | Update dependencies. | Sean Hall | 9 | -30/+32 | |
2020-07-16 | Fix the immediate problem in wixtoolset/issues#6216 | William Kent | 1 | -1/+1 | |
2020-07-12 | Add elements to reference platform-specific extension custom actions. | Bob Arnson | 10 | -258/+323 | |
2020-07-10 | Remove Win32 pdb path. | Sean Hall | 1 | -1/+0 | |
2020-07-10 | Change the DetectSHA2Support element to WindowsFeatureSearch. This will make ↵ | Sean Hall | 11 | -92/+176 | |
it easier to add support for other Windows features in the future. | |||||
2020-07-10 | Add x64 and ARM64 versions of UtilBundleExtension. | Sean Hall | 13 | -13/+88 | |
2020-06-30 | Fix bind paths. | Bob Arnson | 1 | -3/+3 | |
2020-06-26 | Remove use of inner text conversions for Util.wixext | Rob Mensching | 18 | -168/+121 | |
Also, convert all test code to modern expectation | |||||
2020-06-26 | Build wixlib with WixToolset.Sdk | Rob Mensching | 6 | -99/+28 | |