aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build tweaks to support VS 17.8...Bob Arnson2024-01-281-1/+6
* Fix bug when parsing bal prereq attributes.Sean Hall2023-03-303-1/+65
* Update some extensions to take advantage of multitargeting project referencesRob Mensching2023-02-215-35/+46
* Change wixiuiba to request FORCE_PRESENT instead of REPAIR.Sean Hall2023-02-081-1/+1
* Remove WixToolset.Dnc.HostGenerator workaround.Bob Arnson2023-01-301-11/+0
* Remove use of AppVeyorRob Mensching2023-01-231-2/+2
* Improve error messages from BalBurnBackendExtension.Sean Hall2023-01-186-33/+105
* Write an error when the .NET Core BA is missing the BAFactoryAssembly.Sean Hall2023-01-154-2/+52
* 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
* Try to convert the MBA prereq magic variables to the new attributes.Sean Hall2022-12-122-3/+3
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-138-8/+1
* WiX Toolset v4-preview.1v4.0.0-preview.1Rob Mensching2022-11-111-1/+1
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-088-12/+12
* Ensure all published .nupkgs have an iconRob Mensching2022-11-082-7/+11
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-3129-1005/+801
* Remove support for .NET Core 3.x from dnchost.Sean Hall2022-10-256-384/+19
* Name the bind path item group "BindPath" in MSBuildRob Mensching2022-10-153-8/+8
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-153-33/+7
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-035-5/+5
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-234-26/+3
* Support bundle updates in WixStdBA.Bob Arnson2022-09-128-2/+148
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-098-11/+150
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-031-7/+56
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-262-4/+4
* Allow customization of the .wixpdb output folderRob Mensching2022-08-251-1/+1
* Handle downgrade failure detection during Detect.Bob Arnson2022-08-221-16/+28
* Use conditional text rather than controls.Bob Arnson2022-08-182-4/+8
* Fix OnExecuteMsiMessage to return chosen result.Bob Arnson2022-08-141-5/+19
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-101-26/+27
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-101-15/+11
* Skip logging errors in some places when they are due to missing files or regi...Sean Hall2022-08-092-51/+50
* Handle suppressed Options button.Bob Arnson2022-08-033-3/+6
* Update expected message in CanLoadFDDx86EarliestCoreMBA.Sean Hall2022-08-031-1/+2
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-016-13/+24
* Workaround duplicate analyzers in .NET Core BAs.Sean Hall2022-08-011-0/+11
* Don't show FilesInUse dialogs if loc strings are missing.Sean Hall2022-07-254-75/+140
* Add dialog for non-RM FilesInUse and Netfx FilesInUse.Sean Hall2022-07-253-28/+246
* Use radio buttons in FilesInUse task dialog.Sean Hall2022-07-251-25/+30
* Add files-in-use task dialog.Bob Arnson2022-07-255-23/+163
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-2040-108/+2675
* Update some skipped tests to be dynamically skipped.Sean Hall2022-06-151-2/+10
* Use WixAssert in more places.Sean Hall2022-06-151-10/+16
* Add ability for non-vital cache package action.Sean Hall2022-06-141-1/+13
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-311-1/+1
* Fix DncHostGeneratorTests.Sean Hall2022-05-311-0/+3
* Add option to hosts to always install prereqs.Sean Hall2022-05-1410-28/+355
* Move infinite loop detection into the hosts.Sean Hall2022-05-1445-478/+431
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-143-79/+44
* Only block shutdown during Apply.Sean Hall2022-05-041-17/+0