aboutsummaryrefslogtreecommitdiff
path: root/src/ext (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work around lack of upper-bound limit on extension versionsRob Mensching2024-03-221-6/+6
* Don't follow junctions when recursing directories.Rob Mensching2024-03-221-2/+10
* Clean up TouchFile.Bob Arnson2024-02-062-6/+6
* Build tweaks to support VS 17.8...Bob Arnson2024-01-281-1/+6
* Properly fragment NetFx custom actions.Bob Arnson2023-08-152-22/+11
* Remove legacy permissions support.Bob Arnson2023-08-072-49/+4
* fix stack corruption around cbdata when adding a machine certificatechris_bednarski2023-08-071-3/+3
* Fix Msmq key table relationship.Bob Arnson2023-06-031-1/+1
* Fix XmlConfig decompile to produce schema element, Add unitest for XmlDecomilefyodorkor2023-06-032-9/+34
* Fix XmlConfig lookup logic.Bob Arnson2023-06-034-16/+36
* Remove InstallDirDlg reference from WixUI_MondoBob Arnson2023-06-032-2/+0
* Fix missing table prefix.Bob Arnson2023-04-041-3/+3
* Hide visible NetCoreCheck.exe window.Bob Arnson2023-04-046-17/+59
* Fix bug when parsing bal prereq attributes.Sean Hall2023-03-303-1/+65
* Add tests for custom WixUI sets.Bob Arnson2023-03-138-4/+285
* Warn on mismatched output times and validate only Windows Installer databasesRob Mensching2023-03-091-1/+1
* Prevent direct references to platform neutral WixUIRob Mensching2023-03-099-84/+135
* Add NetFx 4.8.1 detection and package groups.Bob Arnson2023-02-283-0/+154
* Add missing log path for ui.cmdRob Mensching2023-02-281-0/+2
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-2116-82/+97
* Add "4X" variants for the "45" propertiesBob Arnson2023-02-213-45/+177
* Fix RemoveFoldersEx query.Bob Arnson2023-02-217-8/+63
* 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
* Add keyColumn definition to _User of Wix4FileSharePermissionsfyodorkor2023-02-041-1/+1
* Fix CustomActionData names.Bob Arnson2023-02-0113-70/+17
* 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
* Fix wrong DllEntry for WixRegisterRestartResourcesNir Bar2023-01-301-1/+1
* Remove use of AppVeyorRob Mensching2023-01-231-2/+2
* Improve error messages from BalBurnBackendExtension.Sean Hall2023-01-186-33/+105
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-1820-364/+711
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-1816-119/+718
* Remove extension data after extensions get PreDecompileTables callbackRob Mensching2023-01-164-15/+102
* Write an error when the .NET Core BA is missing the BAFactoryAssembly.Sean Hall2023-01-154-2/+52
* Expose QueryNativeMachine.Bob Arnson2023-01-141-0/+1
* Fix compiler to handle util:ServiceConfig absent reset period and start delayRob Mensching2023-01-123-2/+46
* VSExtension cleanup:Bob Arnson2023-01-119-26/+60
* Fix missing prefixes in IIS table names.Bob Arnson2023-01-013-21/+21
* Fix RegistrySymbol creation helper for non-string typesRob Mensching2022-12-222-26/+26
* Support ui:WixUI with WixUI_Common.Bob Arnson2022-12-212-2/+10
* Fix key table names in colum definitions.Bob Arnson2022-12-214-33/+33
* Fix broken firewall direction.Bob Arnson2022-12-183-16/+23
* 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
* 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
* Better solution to the UI custom action "problem."Bob Arnson2022-12-0612-97/+133