| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | UAC shield for per-machine configurable bundles. | Bob Arnson | 2026-07-22 | 5 | -16/+16 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/9308 | ||||
| * | Target VS2026 and .NET 10 for WiX v8. | Bob Arnson | 2026-06-09 | 19 | -21/+21 |
| | | | | | VS2022/v143 toolsets are no longer required. | ||||
| * | Start WiX Toolset v8 | Rob Mensching | 2026-05-20 | 15 | -29/+29 |
| | | |||||
| * | Remove duplicated project | Rob Mensching | 2026-03-05 | 1 | -2/+0 |
| | | |||||
| * | Configurable-scope bundles for WixStdBA. | Bob Arnson | 2026-02-24 | 8 | -2/+68 |
| | | | | | | Fixes https://github.com/wixtoolset/issues/issues/9234 Fixes https://github.com/wixtoolset/issues/issues/9235 | ||||
| * | Support dual-purpose packages in Burn. | Bob Arnson | 2026-02-05 | 2 | -8/+9 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/8958 | ||||
| * | Update supported WiX extension version to "7" | Rob Mensching | 2026-01-30 | 1 | -1/+1 |
| | | |||||
| * | Require "accept EULA" in .nupkgs plus some "accept EULA" bug fixes | Rob Mensching | 2026-01-30 | 18 | -0/+34 |
| | | | | | Resolves 9196 | ||||
| * | Protect against NULL User/Group comment when removing comment | Rob Mensching | 2026-01-26 | 1 | -8/+14 |
| | | | | | Fixes 8941 (hopefully) | ||||
| * | Privatize warning messages to their components | Rob Mensching | 2026-01-19 | 2 | -2/+8 |
| | | | | | Fixes 6423 | ||||
| * | Privatize error messages to their components | Rob Mensching | 2026-01-19 | 8 | -10/+11 |
| | | | | | Fixes 6423 | ||||
| * | Provide Bundle Icon in BA container and update wixstdba to use it | Rob Mensching | 2026-01-07 | 11 | -21/+126 |
| | | | | | Fixes 8104 | ||||
| * | WixUI uk-UA loc string update from @Dgroholsky. | Bob Arnson | 2026-01-04 | 1 | -152/+152 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/6620 | ||||
| * | Add bal:DisplayFilesInUseDialogCondition to disable Files In Use dialog | Charles Baker | 2026-01-03 | 10 | -20/+140 |
| | | | | | | | Disabling display skips showing the "Files In Use" dialog and returning a result as if the user had chosen to ignore the dialog and reboot in the case of files that were unable to be replaced. | ||||
| * | Migrate all .sln files to .slnx | Rob Mensching | 2025-12-14 | 51 | -1112/+273 |
| | | | | | Modernize projects against new .slnx expecations as well. | ||||
| * | Add exists option to ProductSearchResult for matching other search types | Raul Metsma | 2025-12-13 | 1 | -1/+4 |
| | | | | | | | (e.g. FileSearch, DirectorySearch, RegistrySearch) Signed-off-by: Raul Metsma <raul@metsma.ee> | ||||
| * | Support 64-bit install directory in WixUI_Advanced | Bob Arnson | 2025-11-29 | 3 | -20/+16 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/2165 | ||||
| * | Use CompareStringOrdinal() instead of CompareString() case-sensitive | Rob Mensching | 2025-11-03 | 4 | -11/+11 |
| | | | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947 | ||||
| * | Use CompareStringOrdinal() instead of CompareString() case-insensitive | Rob Mensching | 2025-11-03 | 7 | -30/+30 |
| | | | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-insensitve uses of CompareString() with the invariant locale. Partially resolves 6947 | ||||
| * | Do not use Exit macros for control flow | Rob Mensching | 2025-11-02 | 1 | -18/+19 |
| | | | | | Fixes 9172 | ||||
| * | Update to .NET 8 to fix build | Rob Mensching | 2025-11-02 | 29 | -35/+60 |
| | | | | | | .NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it releases. | ||||
| * | Add missing READMEs to .nupkgs | Rob Mensching | 2025-11-02 | 2 | -0/+58 |
| | | |||||
| * | Embiggen build perf. | Bob Arnson | 2025-07-21 | 21 | -20/+116 |
| | | | | | | | | - Move ext tests to targets for better MSBuild scheduling. - Parallelize long-running tests. - Disable Firewall ICEs for dev builds; they're redundant with round-tripping and ICEs are mutex'd to make them painfully serial. | ||||
| * | Fix Util decompiler extension crash. | Bob Arnson | 2025-06-11 | 1 | -1/+1 |
| | | |||||
| * | Add `Payloads` element to harvest bundle payloads. | Bob Arnson | 2025-06-11 | 13 | -113/+25 |
| | | | | | Implements https://github.com/wixtoolset/issues/issues/9049 | ||||
| * | Send all tables to extension decompilers. | Bob Arnson | 2025-05-28 | 5 | -14/+92 |
| | | | | | | | Also fix Firewall decompiler to decompile all possible Firewall tables. Fixes https://github.com/wixtoolset/issues/issues/9070 | ||||
| * | Update version number in READMEs | Rob Mensching | 2025-05-28 | 14 | -28/+28 |
| | | |||||
| * | Update READMEs to include OSMF | Rob Mensching | 2025-04-04 | 31 | -43/+832 |
| | | | | | | Fixes 7862 Fixes 8974 | ||||
| * | Issue 8993 | Christopher Painter | 2025-04-03 | 1 | -1/+1 |
| | | | | | Fix Public Key for NetFx48Redist | ||||
| * | Iis certstore more xsd | Bevan Weiss | 2025-03-27 | 1 | -1/+1 |
| | | | | | | | | | Adds XSD for #597 And slight fix up for error message to capture new options --------- Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | Add actions to BrowseDlg for WixUI_FeatureTree. | Bob Arnson | 2025-03-26 | 2 | -1/+6 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/9009 | ||||
| * | Switch to MSTest built-in Test target. | Bob Arnson | 2025-03-20 | 15 | -22/+18 |
| | | | | | | Prevents test run during VS build and shows failure details on console (no need to dig into TRX file). | ||||
| * | Formalize official WiX build and update tags in nupkgs | Rob Mensching | 2025-03-19 | 3 | -4/+7 |
| | | |||||
| * | Introduce the Open Source Maintenance Fee EULA | Rob Mensching | 2025-03-19 | 2 | -4/+6 |
| | | | | | | | This adds the EULA to all the binary releases Closes 8974 | ||||
| * | Don't force x64 platform build. | Bob Arnson | 2025-03-11 | 1 | -1/+1 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/8977 | ||||
| * | Fix icon cannot show in tsakbar when using WixInternalUIBootstrapperApplication | ueuuop8591 | 2025-03-03 | 1 | -1/+1 |
| | | |||||
| * | Convert ext\ to MSTest and traversal projects. | Bob Arnson | 2025-03-03 | 59 | -764/+597 |
| | | | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage | ||||
| * | Support non-SNI SSL certificates in Http extension | Bob Arnson | 2025-03-03 | 19 | -404/+672 |
| | | | | | Implements https://github.com/wixtoolset/issues/issues/7622 | ||||
| * | Skip Decompile roundtrip test for Msmq (it will require more time | Bevan Weiss | 2025-03-03 | 2 | -10/+23 |
| | | | | | | | | | | | to investigate Wix4Group / Wix6Group decompiler interactions). Fix up Msmq Util dependency by bringing it into Build explicitly, as per NetFx extension. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | Msmq decompile test revealed some latent issues with the Wix6Group | Bevan Weiss | 2025-03-03 | 1 | -3/+9 |
| | | | | | | | | | Decompiler not being broad enough in where it looks for indexes. Carry forward both Group and Wix4Group just for good measure. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | Add a basic unit test for the round msmq decompiler round trip. | Bevan Weiss | 2025-03-03 | 5 | -22/+59 |
| | | | | | | | | Needed fix up for Group decompiler to work correctly, adding to Index, and fixing where the Group name column is located. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | Fix up missing 'Wix4' prefixes on MSMQ Permission tables. | Bevan Weiss | 2025-03-03 | 6 | -110/+236 |
| | | | | | | | | | And updated decompiler to Wix4 table names etc in line with firewall CA. Fixes wixtoolset/issues#8902 Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | From wixtoolset/wix3/pull/535 | Bevan Weiss | 2025-02-28 | 25 | -42/+42 |
| | | | | | | | | | | | | Lines in WixUI are too short for standard dialog widths. Increase them by 3 pixels. Fixes wixtoolset/issues#2691 Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | util: correct usage of NetLocalGroupGetInfo in GroupExecute | Bevan Weiss | 2025-02-28 | 1 | -8/+8 |
| | | | | | | | | | | Microsoft documentation doesn't list Level 0 as being a valid group info level to request for NetLocalGroupGetInfo. So we should only be requesting Level 1 instead. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | Keep Group symbol fields and attributes unnested | Rob Mensching | 2025-02-11 | 4 | -74/+74 |
| | | |||||
| * | Fix ups for Domain Group creation / removal. | Bevan Weiss | 2025-02-11 | 5 | -8/+39 |
| | | | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | Re-align enumeration values to those for User account modifications. | Bevan Weiss | 2025-02-11 | 3 | -78/+78 |
| | | | | | | | Since there's no reason to not have them identical where practical. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | Group creation and update PR nits and feedback fixes | Rob Mensching | 2025-02-11 | 3 | -21/+20 |
| | | |||||
| * | Add/Remove Group Membership rollback handled. | Bevan Weiss | 2025-02-11 | 3 | -78/+211 |
| | | | | | | | Fixups to a few test cases. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
| * | Split into domain vs local CAs | Bevan Weiss | 2025-02-11 | 4 | -9/+64 |
| | | |||||
