aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't force x64 platform build.HEADmainBob Arnson4 days1-1/+1
* Fix icon cannot show in tsakbar when using WixInternalUIBootstrapperApplicationueuuop859112 days1-1/+1
* Convert ext\ to MSTest and traversal projects.Bob Arnson12 days5-138/+101
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+1
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-303-23/+23
* Use ExePayloadRef for PrimaryPayloadId and SecondaryPayloadIdAndrij Abyzov2024-12-262-2/+54
* 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
* Move to ReleaseFlow and SomeVerRob Mensching2024-04-251-2/+2
* NuGet package readmes (4/n)Bob Arnson2024-04-044-0/+25
* Fix the upper bound version in native nupkg referencesRob Mensching2024-04-021-2/+2
* Simplify BootstrapperApplication header filesRob Mensching2024-03-219-47/+20
* 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
* 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