Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure virtual symbols are included when overridden but not referenced | Rob Mensching | 2024-03-08 | 1 | -6/+6 |
| | |||||
* | Add tests demonstrating linker error. | Bob Arnson | 2024-03-07 | 2 | -18/+50 |
| | |||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 41 | -243/+243 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Move wixstdba functions to Bal.wixext build | Rob Mensching | 2024-03-07 | 27 | -16/+2924 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 93 | -140/+179 |
| | |||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 6 | -10/+2 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 191 | -4815/+1486 |
| | |||||
* | WiX v5 uses `wixext5` NuGet package subdirectory. | Bob Arnson | 2024-03-06 | 1 | -1/+1 |
| | | | | Fixes wixtoolset/issues#7709. | ||||
* | More virtual/override symbols. | Bob Arnson | 2024-03-03 | 12 | -19/+19 |
| | | | | And *Sequence/Show works thusly, even with somewhat funky ids. | ||||
* | 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 |
| | | | | | | ...from `Overridable="yes"`. Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5. | ||||
* | 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 |
| | | | | | | It's a bit overzealous. Fixes https://github.com/wixtoolset/issues/issues/7579. | ||||
* | 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 |
| | | | | Completes 7914 | ||||
* | Initial support for virtual symbols. | Rob Mensching | 2023-12-16 | 1 | -2/+2 |
| | | | | Completes 7913 | ||||
* | 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 |
| | | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities. | ||||
* | Remove the deprecated DifxApp WiX extension. | Bob Arnson | 2023-11-19 | 27 | -703/+0 |
| | | | | | Per https://wixtoolset.org/docs/releasenotes/#deprecations-and-deletions. | ||||
* | add firewall extension decompiler, make msi modifications work, add all ↵ | chris_bednarski | 2023-11-19 | 16 | -327/+2430 |
| | | | | attributes | ||||
* | 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 ↵ | apacker1 | 2023-10-03 | 1 | -5/+13 |
| | | | | ERROR_EXE_MACHINE_TYPE_MISMATCH or ERROR_BAD_EXE_FORMAT then don't abort the installation, just set the property to 13. Fixes issue #7737 | ||||
* | 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 |
| | | | | FIxes https://github.com/wixtoolset/issues/issues/7677. | ||||
* | Remove legacy permissions support. | Bob Arnson | 2023-08-07 | 2 | -49/+4 |
| | | | | | | | | | | In the long ago, a share could have one user/permissions pair. That's really limited, of course, so support for _n_ user/permissions pairs was added. In the move to WiX v4, support for that single, legacy user was removed from the extension side but not the custom action side. Remove that support. Fixes https://github.com/wixtoolset/issues/issues/7632. | ||||
* | 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 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7454. | ||||
* | 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 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444. | ||||
* | Remove InstallDirDlg reference from WixUI_Mondo | Bob Arnson | 2023-04-26 | 2 | -2/+0 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7436. | ||||
* | Fix missing table prefix. | Bob Arnson | 2023-04-04 | 1 | -3/+3 |
| | | | | Fixes https://github.com/orgs/wixtoolset/discussions/7359. | ||||
* | Hide visible NetCoreCheck.exe window. | Bob Arnson | 2023-04-04 | 6 | -17/+59 |
| | | | | | | Fixes https://github.com/wixtoolset/issues/issues/7353. Also adds unit test and removes dead code. | ||||
* | Fix bug when parsing bal prereq attributes. | Sean Hall | 2023-03-30 | 3 | -1/+65 |
| | | | | 7287 | ||||
* | 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 |
| | | | | Fixes 7250 | ||||
* | Prevent direct references to platform neutral WixUI | Rob Mensching | 2023-03-09 | 9 | -84/+135 |
| | | | | Fixes 7265 | ||||
* | Add NetFx 4.8.1 detection and package groups. | Bob Arnson | 2023-02-28 | 3 | -0/+154 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7239. | ||||
* | Add missing log path for ui.cmd | Rob Mensching | 2023-02-28 | 1 | -0/+2 |
| | | | | Fixes 7247 | ||||
* | Update some extensions to take advantage of multitargeting project references | Rob Mensching | 2023-02-21 | 16 | -82/+97 |
| |