aboutsummaryrefslogtreecommitdiff
path: root/src/ext (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix RemoveFoldersEx query.Bob Arnson2023-02-217-8/+63
| | | | Fixes https://github.com/wixtoolset/issues/issues/7236.
* Minor cleanup of the obsoleted.Bob Arnson2023-02-091-6/+0
|
* Add some useful testing to VS.wixext.Bob Arnson2023-02-091-2/+21
|
* Change wixiuiba to request FORCE_PRESENT instead of REPAIR.Sean Hall2023-02-081-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 Wix4FileSharePermissionsfyodorkor2023-02-041-1/+1
|
* Fix CustomActionData names.Bob Arnson2023-02-0113-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 s72Fyodor Koryazhkin2023-02-011-1/+1
|
* As promised, remove CAQuietExec*.Bob Arnson2023-01-312-51/+0
|
* Remove WixToolset.Dnc.HostGenerator workaround.Bob Arnson2023-01-301-11/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/6843.
* Fix wrong DllEntry for WixRegisterRestartResourcesNir Bar2023-01-301-1/+1
|
* Remove use of AppVeyorRob Mensching2023-01-231-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 Hall2023-01-186-33/+105
|
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-1820-364/+711
| | | | 7058
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-1816-119/+718
|
* Remove extension data after extensions get PreDecompileTables callbackRob Mensching2023-01-164-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 Hall2023-01-154-2/+52
| | | | 7166
* Expose QueryNativeMachine.Bob Arnson2023-01-141-0/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/7158.
* Fix compiler to handle util:ServiceConfig absent reset period and start delayRob Mensching2023-01-123-2/+46
| | | | Fixes 7150
* VSExtension cleanup:Bob Arnson2023-01-119-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 Arnson2023-01-013-21/+21
| | | | Fixes https://github.com/wixtoolset/issues/issues/7120.
* Fix RegistrySymbol creation helper for non-string typesRob Mensching2022-12-222-26/+26
| | | | Fixes 7108
* Support ui:WixUI with WixUI_Common.Bob Arnson2022-12-212-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 Arnson2022-12-214-33/+33
| | | | | - Also fix typo. - Make WiX source file parseable.
* Fix broken firewall direction.Bob Arnson2022-12-183-16/+23
| | | | Fixes https://github.com/wixtoolset/issues/issues/7102.
* Don't fail on bad/missing update feed URL.Bob Arnson2022-12-151-0/+15
|
* wixstdba should not change the action if not showing full UI.Sean Hall2022-12-131-2/+3
| | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081
* Use ConsoleWriteW in netcoresearch.exe.Sean Hall2022-12-121-8/+1
|
* Try to convert the MBA prereq magic variables to the new attributes.Sean Hall2022-12-122-3/+3
| | | | Fixes 7026
* Better solution to the UI custom action "problem."Bob Arnson2022-12-0612-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.wxlRob Mensching2022-11-171-1/+1
| | | | Fixes 7033
* Go back to separate .wixlibs for DifxApp.Bob Arnson2022-11-1611-90/+44
| | | | Fixes https://github.com/wixtoolset/issues/issues/7015.
* Fix when xmlns placed directly on PermissionExRob Mensching2022-11-152-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 Arnson2022-11-142-21/+20
| | | | Fixes https://github.com/wixtoolset/issues/issues/7014.
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-1337-37/+4
|
* WiX Toolset v4-preview.1v4.0.0-preview.1Rob Mensching2022-11-111-1/+1
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-0836-54/+54
|
* Ensure all published .nupkgs have an iconRob Mensching2022-11-083-9/+11
|
* Very minor cleanupRob Mensching2022-11-084-12/+12
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-31121-25660/+26567
| | | | Fixes 6970
* Remove support for .NET Core 3.x from dnchost.Sean Hall2022-10-256-384/+19
| | | | Related to 6942
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-2512-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 commentsRob Mensching2022-10-212-63/+62
| | | | Plus some code clean up so error reporting is consistent.
* Support add, modify and remove comments on user accountsRon Martin2022-10-2112-133/+521
| | | | Fixes 5371
* Update build dependencies and normalize more projectsRob Mensching2022-10-1916-36/+30
|
* Name the bind path item group "BindPath" in MSBuildRob Mensching2022-10-153-8/+8
| | | | Closes 6959
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-1542-324/+158
| | | | Fixes 6944
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-1045-146/+1395
| | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257
* Modernize Util.wixext buildRob Mensching2022-10-043-6/+35
|
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-0319-19/+19
| | | | Closes 6942
* Fix UICompiler custom actions duplicationStefanStojanovic2022-09-281-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.