aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build tweaks to support VS 17.8...Bob Arnson2024-01-281-1/+6
| | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities.
* Fix bug when parsing bal prereq attributes.Sean Hall2023-03-303-1/+65
| | | | 7287
* 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
| | | | | | Sending REINSTALL on the command line doesn't allow the maintenance dialog to be shown. Fixes 7184
* Remove WixToolset.Dnc.HostGenerator workaround.Bob Arnson2023-01-301-11/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/6843.
* 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
|
* Write an error when the .NET Core BA is missing the BAFactoryAssembly.Sean Hall2023-01-154-2/+52
| | | | 7166
* 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
* Try to convert the MBA prereq magic variables to the new attributes.Sean Hall2022-12-122-3/+3
| | | | Fixes 7026
* 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
| | | | Fixes 6970
* Remove support for .NET Core 3.x from dnchost.Sean Hall2022-10-256-384/+19
| | | | Related to 6942
* 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-153-33/+7
| | | | Fixes 6944
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-035-5/+5
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-234-26/+3
|
* Support bundle updates in WixStdBA.Bob Arnson2022-09-128-2/+148
| | | | Fixes https://github.com/wixtoolset/issues/issues/6894.
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-098-11/+150
| | | | Implements 6858
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-031-7/+56
| | | | Fixes 5499
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-262-4/+4
| | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762
* Allow customization of the .wixpdb output folderRob Mensching2022-08-251-1/+1
| | | | Fixes 6857
* Handle downgrade failure detection during Detect.Bob Arnson2022-08-221-16/+28
| | | | Fixes https://github.com/wixtoolset/issues/issues/6537.
* 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
| | | | Fixes 6855
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-101-15/+11
| | | | It is the recommended option since Vista and has better long path support.
* Skip logging errors in some places when they are due to missing files or ↵Sean Hall2022-08-092-51/+50
| | | | | | registry keys or values. Related to 6696
* Handle suppressed Options button.Bob Arnson2022-08-033-3/+6
| | | | Fixes https://github.com/wixtoolset/issues/issues/5624.
* 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
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Workaround duplicate analyzers in .NET Core BAs.Sean Hall2022-08-011-0/+11
| | | | Related to 6843
* Don't show FilesInUse dialogs if loc strings are missing.Sean Hall2022-07-254-75/+140
| | | | This allows all flavors of wixstdba to conditionally support them.
* Add dialog for non-RM FilesInUse and Netfx FilesInUse.Sean Hall2022-07-253-28/+246
| | | | Fixes 5208
* 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
| | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545.
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-2040-108/+2675
| | | | Implements 6835
* 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
| | | | Fixes 6707
* Fix DncHostGeneratorTests.Sean Hall2022-05-311-0/+3
|
* Add option to hosts to always install prereqs.Sean Hall2022-05-1410-28/+355
| | | | | | Add PrereqPackage to BundlePackage Implements 4718
* Move infinite loop detection into the hosts.Sean Hall2022-05-1445-478/+431
| | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba.
* 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
|