aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't force x64 platform build.HEADmainBob Arnson4 days1-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8977
* Fix icon cannot show in tsakbar when using WixInternalUIBootstrapperApplicationueuuop859112 days1-1/+1
|
* Convert ext\ to MSTest and traversal projects.Bob Arnson12 days5-138/+101
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8913
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-303-23/+23
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Use ExePayloadRef for PrimaryPayloadId and SecondaryPayloadIdAndrij Abyzov2024-12-262-2/+54
| | | | Fixes 8673
* Add a IUIBA edge-case test and clean up a bit.Bob Arnson2024-06-104-7/+120
|
* Build native code with VC v143 toolset only.Bob Arnson2024-06-101-3/+3
| | | | | | v143 output is compatible back to VS2017 (at least). Fixes https://github.com/wixtoolset/issues/issues/8211.
* Move to ReleaseFlow and SomeVerRob Mensching2024-04-251-2/+2
|
* NuGet package readmes (4/n)Bob Arnson2024-04-044-0/+25
| | | | See https://github.com/wixtoolset/issues/issues/7862.
* Fix the upper bound version in native nupkg referencesRob Mensching2024-04-021-2/+2
| | | | Fixes 8091
* Simplify BootstrapperApplication header filesRob Mensching2024-03-219-47/+20
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-0727-16/+2924
|
* Better .nupkg namesRob Mensching2024-03-0788-120/+168
|
* WIP - BA header simplificationRob Mensching2024-03-066-10/+2
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-06181-4773/+1448
|
* Make the minimum supported .NET Framework v4.6.2Rob Mensching2023-12-1910-19/+18
|
* Link localizations from WixExtensions the same as sectionsRob Mensching2023-12-161-6/+0
|
* Pretty up build outputRob Mensching2023-12-161-5/+5
|
* Build tweaks to support VS 17.8...Bob Arnson2023-12-041-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.