Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | Fix broken firewall direction. | Bob Arnson | 2022-12-18 | 3 | -16/+23 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7102. | |||||
* | Don't fail on bad/missing update feed URL. | Bob Arnson | 2022-12-15 | 1 | -0/+15 | |
| | ||||||
* | wixstdba should not change the action if not showing full UI. | Sean Hall | 2022-12-13 | 1 | -2/+3 | |
| | | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081 | |||||
* | Use ConsoleWriteW in netcoresearch.exe. | Sean Hall | 2022-12-12 | 1 | -8/+1 | |
| | ||||||
* | Try to convert the MBA prereq magic variables to the new attributes. | Sean Hall | 2022-12-12 | 2 | -3/+3 | |
| | | | | Fixes 7026 | |||||
* | Better solution to the UI custom action "problem." | Bob Arnson | 2022-12-06 | 12 | -97/+133 | |
| | | | | | | Add platform-specific fragments that are referenced by the compiler extension. That makes it easier to customize: Just copy the dialog set authoring and rename, like in v3. | |||||
* | Fix culture on Sql.wixext de-de.wxl | Rob Mensching | 2022-11-17 | 1 | -1/+1 | |
| | | | | Fixes 7033 | |||||
* | Go back to separate .wixlibs for DifxApp. | Bob Arnson | 2022-11-16 | 11 | -90/+44 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7015. | |||||
* | Fix when xmlns placed directly on PermissionEx | Rob Mensching | 2022-11-15 | 2 | -18/+27 | |
| | | | | | | | | This is NOT recommended in v4 and its converter will move namespaces to the root element, but WiX v3 allowed it so we'll continued to do so in v4. Fixes 7010 | |||||
* | Fix Iis table definitions. | Bob Arnson | 2022-11-14 | 2 | -21/+20 | |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7014. | |||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 37 | -37/+4 | |
| | ||||||
* | WiX Toolset v4-preview.1v4.0.0-preview.1 | Rob Mensching | 2022-11-11 | 1 | -1/+1 | |
| | ||||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 36 | -54/+54 | |
| | ||||||
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 3 | -9/+11 | |
| | ||||||
* | Very minor cleanup | Rob Mensching | 2022-11-08 | 4 | -12/+12 | |
| | ||||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 121 | -25660/+26567 | |
| | | | | Fixes 6970 | |||||
* | Remove support for .NET Core 3.x from dnchost. | Sean Hall | 2022-10-25 | 6 | -384/+19 | |
| | | | | Related to 6942 | |||||
* | Add NetFx .NET compatibility check for MSI (#262) | StefanStojanovic | 2022-10-25 | 12 | -3/+490 | |
| | | | | | | | | | | | Adds new custom element in NetFx extension for running NetCoreCheck.exe tool from within the MSI installer - `<netfx:DotNetCompatibilityCheck />`. The checks are run before evaluating launch conditions, so their results can be used in those conditions. There is no limitation on the number of checks that can be run, so installer may query various runtimes on different platforms and versions and with different roll forward policies. Fixes https://github.com/wixtoolset/issues/issues/6264 | |||||
* | Fix a couple minor bug in when adding/removing user comments | Rob Mensching | 2022-10-21 | 2 | -63/+62 | |
| | | | | Plus some code clean up so error reporting is consistent. | |||||
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 12 | -133/+521 | |
| | | | | Fixes 5371 | |||||
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 16 | -36/+30 | |
| | ||||||
* | Name the bind path item group "BindPath" in MSBuild | Rob Mensching | 2022-10-15 | 3 | -8/+8 | |
| | | | | Closes 6959 | |||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 42 | -324/+158 | |
| | | | | Fixes 6944 | |||||
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 45 | -146/+1395 | |
| | | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257 | |||||
* | Modernize Util.wixext build | Rob Mensching | 2022-10-04 | 3 | -6/+35 | |
| | ||||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 19 | -19/+19 | |
| | | | | Closes 6942 | |||||
* | Fix UICompiler custom actions duplication | StefanStojanovic | 2022-09-28 | 1 | -25/+35 | |
| | | | | | | | For each ui:WixUI tag found, UICompiler adds PrintEula and ValidatePath custom actions. This causes problems with duplicate symbols if 2 or more such tags are used. This change makes sure that UI custom actions are added only once in total. |