| Commit message (Expand) | Author | Age | Files | Lines |
* | WiX v5 uses `wixext5` NuGet package subdirectory. | Bob Arnson | 2024-03-06 | 1 | -1/+1 |
* | More virtual/override symbols. | Bob Arnson | 2024-03-03 | 12 | -19/+19 |
* | Cleaning up a typo and a missed commit. | Bob Arnson | 2024-02-27 | 1 | -0/+5 |
* | Use camelCase attribute values. | Bob Arnson | 2024-02-27 | 4 | -75/+93 |
* | Switch to `virtual` access modifiers... | Bob Arnson | 2024-02-16 | 11 | -74/+79 |
* | Improve error when virtual action symbols collide. | Bob Arnson | 2024-02-05 | 1 | -5/+9 |
* | Clean up TouchFile. | Bob Arnson | 2024-01-19 | 2 | -6/+6 |
* | Remove warning for `Wix` bundle variable prefix. | Bob Arnson | 2024-01-01 | 4 | -66/+48 |
* | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 2023-12-19 | 10 | -19/+18 |
* | Introducing the WiX Standard Library | Rob Mensching | 2023-12-16 | 1 | -1/+0 |
* | Initial support for virtual symbols. | Rob Mensching | 2023-12-16 | 1 | -2/+2 |
* | Link localizations from WixExtensions the same as sections | Rob Mensching | 2023-12-16 | 23 | -77/+9 |
* | Pretty up build output | Rob Mensching | 2023-12-16 | 14 | -30/+30 |
* | Build tweaks to support VS 17.8... | Bob Arnson | 2023-12-04 | 1 | -1/+6 |
* | Remove the deprecated DifxApp WiX extension. | Bob Arnson | 2023-11-19 | 27 | -703/+0 |
* | add firewall extension decompiler, make msi modifications work, add all attri... | chris_bednarski | 2023-11-19 | 16 | -327/+2430 |
* | change firewall extension table name to Wix5FirewallException | chris_bednarski | 2023-11-19 | 9 | -65/+251 |
* | Random typo fix. | Bob Arnson | 2023-10-13 | 1 | -6/+6 |
* | Add cert and x64 tests. | Bob Arnson | 2023-10-13 | 3 | -17/+41 |
* | DotNetCompatibilityCheck: If running NetCoreCheck.exe fails with error code E... | apacker1 | 2023-10-03 | 1 | -5/+13 |
* | add FIREWALL_EXCEPTION_ATTRIBUTES struct | chris_bednarski | 2023-09-12 | 1 | -109/+89 |
* | Remove unused symbol `Version`. | Bob Arnson | 2023-09-12 | 8 | -16/+0 |
* | remove windows xp specific code from firewall extension | chris_bednarski | 2023-08-26 | 1 | -435/+7 |
* | add firewall extension decompiler | chris_bednarski | 2023-08-26 | 5 | -81/+164 |
* | use WcaGetRecordFormattedString to get firewall rule description | chris_bednarski | 2023-08-23 | 1 | -1/+1 |
* | Properly fragment NetFx custom actions. | Bob Arnson | 2023-08-15 | 2 | -22/+11 |
* | Remove legacy permissions support. | Bob Arnson | 2023-08-07 | 2 | -49/+4 |
* | fix stack corruption around cbdata when adding a machine certificate | chris_bednarski | 2023-08-02 | 1 | -3/+3 |
* | Remove invalid references to ToolsVersion in ext wixlib projects | Rob Mensching | 2023-07-19 | 2 | -3/+3 |
* | Add more _NODOMAIN properties to WixQueryOsWellKnownSID | Michael Stoll | 2023-06-16 | 1 | -0/+6 |
* | Fix Msmq key table relationship. | Bob Arnson | 2023-05-02 | 1 | -1/+1 |
* | Fix XmlConfig decompile to produce schema element, Add unitest for XmlDecomile | fyodorkor | 2023-05-02 | 2 | -9/+34 |
* | Fix XmlConfig lookup logic. | Bob Arnson | 2023-04-27 | 4 | -16/+36 |
* | Remove InstallDirDlg reference from WixUI_Mondo | Bob Arnson | 2023-04-26 | 2 | -2/+0 |
* | Fix missing table prefix. | Bob Arnson | 2023-04-04 | 1 | -3/+3 |
* | Hide visible NetCoreCheck.exe window. | Bob Arnson | 2023-04-04 | 6 | -17/+59 |
* | Fix bug when parsing bal prereq attributes. | Sean Hall | 2023-03-30 | 3 | -1/+65 |
* | Add tests for custom WixUI sets. | Bob Arnson | 2023-03-13 | 8 | -4/+285 |
* | Warn on mismatched output times and validate only Windows Installer databases | Rob Mensching | 2023-03-09 | 1 | -1/+1 |
* | Prevent direct references to platform neutral WixUI | Rob Mensching | 2023-03-09 | 9 | -84/+135 |
* | Add NetFx 4.8.1 detection and package groups. | Bob Arnson | 2023-02-28 | 3 | -0/+154 |
* | Add missing log path for ui.cmd | Rob Mensching | 2023-02-28 | 1 | -0/+2 |
* | Update some extensions to take advantage of multitargeting project references | Rob Mensching | 2023-02-21 | 16 | -82/+97 |
* | Add "4X" variants for the "45" properties | Bob Arnson | 2023-02-21 | 3 | -45/+177 |
* | Fix RemoveFoldersEx query. | Bob Arnson | 2023-02-21 | 7 | -8/+63 |
* | Minor cleanup of the obsoleted. | Bob Arnson | 2023-02-09 | 1 | -6/+0 |
* | Add some useful testing to VS.wixext. | Bob Arnson | 2023-02-09 | 1 | -2/+21 |
* | Change wixiuiba to request FORCE_PRESENT instead of REPAIR. | Sean Hall | 2023-02-08 | 1 | -1/+1 |
* | Add keyColumn definition to _User of Wix4FileSharePermissions | fyodorkor | 2023-02-04 | 1 | -1/+1 |
* | Fix CustomActionData names. | Bob Arnson | 2023-02-01 | 13 | -70/+17 |