Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Add "4X" variants for the "45" properties | Bob Arnson | 2023-02-21 | 3 | -45/+177 | |
| | | | | (to help avoid confusion and funny looks). | |||||
* | Fix RemoveFoldersEx query. | Bob Arnson | 2023-02-21 | 7 | -8/+63 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7236. | |||||
* | 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 | |
| | | | | | | Sending REINSTALL on the command line doesn't allow the maintenance dialog to be shown. Fixes 7184 | |||||
* | 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 | |
| | | | | | | | | | Fixes https://github.com/wixtoolset/issues/issues/7189. Also: - Clean up duplicate caDecor.h. - Clean up use of CUSTOM_ACTION_DECORATION. | |||||
* | Make sizes for XMLConfig and ElementID columns the same s72 | Fyodor Koryazhkin | 2023-02-01 | 1 | -1/+1 | |
| | ||||||
* | As promised, remove CAQuietExec*. | Bob Arnson | 2023-01-31 | 2 | -51/+0 | |
| | ||||||
* | Remove WixToolset.Dnc.HostGenerator workaround. | Bob Arnson | 2023-01-30 | 1 | -11/+0 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6843. | |||||
* | Fix wrong DllEntry for WixRegisterRestartResources | Nir Bar | 2023-01-30 | 1 | -1/+1 | |
| | ||||||
* | Remove use of AppVeyor | Rob Mensching | 2023-01-23 | 1 | -2/+2 | |
| | | | | | | | | WiX v4 standardized on GitHub Actions for the build process. AppVeyor served us well and provides a great service for free. But since we moved to GitHub Actions let's not burn cycles on their build machines. Closes 7175 | |||||
* | Improve error messages from BalBurnBackendExtension. | Sean Hall | 2023-01-18 | 6 | -33/+105 | |
| | ||||||
* | Add netfx:DotNetCoreSdkFeatureBandSearch. | Sean Hall | 2023-01-18 | 20 | -364/+711 | |
| | | | | 7058 | |||||
* | Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheck | Staffan Gustafsson | 2023-01-18 | 16 | -119/+718 | |
| | ||||||
* | Remove extension data after extensions get PreDecompileTables callback | Rob Mensching | 2023-01-16 | 4 | -15/+102 | |
| | | | | | | | | | Also update Util.wixext decompiler extension to handle the new elements that compile into CustomActions with no additional table data. These exposed the weakness in the decompiler where extension data was removed before extensions got a chance to pre-decompile. Fixes 7151 | |||||
* | Write an error when the .NET Core BA is missing the BAFactoryAssembly. | Sean Hall | 2023-01-15 | 4 | -2/+52 | |
| | | | | 7166 | |||||
* | Expose QueryNativeMachine. | Bob Arnson | 2023-01-14 | 1 | -0/+1 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7158. | |||||
* | Fix compiler to handle util:ServiceConfig absent reset period and start delay | Rob Mensching | 2023-01-12 | 3 | -2/+46 | |
| | | | | Fixes 7150 | |||||
* | VSExtension cleanup: | Bob Arnson | 2023-01-11 | 9 | -26/+60 | |
| | | | | | | | | | | - Add ARM64-specific custom action. - Remove "naked" `CustomActionRef`s. - Clean up `wix convert` behavior: - Remove `PropertyRef`s for properties CA always sets. Fixes https://github.com/wixtoolset/issues/issues/7100. Fixes https://github.com/wixtoolset/issues/issues/7153. | |||||
* | Fix missing prefixes in IIS table names. | Bob Arnson | 2023-01-01 | 3 | -21/+21 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7120. | |||||
* | Fix RegistrySymbol creation helper for non-string types | Rob Mensching | 2022-12-22 | 2 | -26/+26 | |
| | | | | Fixes 7108 | |||||
* | Support ui:WixUI with WixUI_Common. | Bob Arnson | 2022-12-21 | 2 | -2/+10 | |
| | | | | | | It's not needed but we should support the consistency. Fixes https://github.com/wixtoolset/issues/issues/6998 | |||||
* | Fix key table names in colum definitions. | Bob Arnson | 2022-12-21 | 4 | -33/+33 | |
| | | | | | - Also fix typo. - Make WiX source file parseable. |