aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-3019-115/+135
* Audit all transitive dependencies and fix latest vulnerabilitiesRob Mensching2024-12-271-4/+0
* Fix parsing variables' case sensitivity from BootstrapperApplicationDataNir Bar2024-12-261-1/+1
* Typos are bad; visible typos are an abomination.Bob Arnson2024-11-102-2/+2
* Fix bad URL.Bob Arnson2024-08-193-3/+3
* Build native code with VC v143 toolset only.Bob Arnson2024-06-102-6/+6
* Move to ReleaseFlow and SomeVerRob Mensching2024-04-252-2/+2
* Report E_MOREDATA from Bal functions when string buffer too smallRob Mensching2024-04-041-0/+20
* Fix the upper bound version in native nupkg referencesRob Mensching2024-04-022-2/+2
* Simplify BootstrapperApplication header filesRob Mensching2024-03-2118-91/+42
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-0726-525/+525
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-0713-2574/+1
* Better .nupkg namesRob Mensching2024-03-0763-161/+80
* WIP - BA header simplificationRob Mensching2024-03-0613-48/+40
* Move the BootstrapperApplication out of procRob Mensching2024-03-0650-2290/+8450
* Make the minimum supported .NET Framework v4.6.2Rob Mensching2023-12-192-4/+4
* Build tweaks to support VS 17.8...Bob Arnson2023-12-041-0/+1
* Obsolete removed PackageState.Cached valueRob Mensching2023-05-301-5/+6
* Some small SAL annotation fixupsRob Mensching2023-02-092-11/+11
* Finish the XML documentation in WixToolset.Mba.Core.Sean Hall2023-01-1914-624/+555
* Use MSI transaction end result to detect whether reboot is neededNir Bar2022-12-128-82/+173
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-134-4/+0
* Add GetRelatedBundleVariable to managed IBootstrapperEngine.Sean Hall2022-11-105-0/+47
* WIXFEAT-3704 - Allow access to persisted variables from related bundlesJacob Hoover2022-11-108-0/+178
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-087-12/+12
* Ensure all published .nupkgs have an iconRob Mensching2022-11-084-4/+12
* Update build dependencies and normalize more projectsRob Mensching2022-10-191-1/+1
* Make all test roll forwardRob Mensching2022-10-031-1/+0
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-032-2/+2
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-8/+0
* Update hashes are now hex strings.Bob Arnson2022-09-126-16/+10
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-095-51/+57
* Supply hashes to BA if present in update feed.Bob Arnson2022-08-319-6/+31
* Don't retry 1606 because are they ever transient?!Bob Arnson2022-08-171-1/+0
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-104-4/+4
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-205-3/+87
* Use dotnet test on C++/CLI test projects to get trx logs.Sean Hall2022-06-1612-8/+204
* Add ability for non-vital cache package action.Sean Hall2022-06-1411-14/+159
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-072-0/+4
* Keep track of when parts of verutil/WixVersions are missing.Sean Hall2022-05-173-0/+36
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-173-0/+9
* Move infinite loop detection into the hosts.Sean Hall2022-05-143-3/+33
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-145-78/+41
* Only block shutdown during Apply.Sean Hall2022-05-0411-153/+0
* Add RepairCondition.Sean Hall2022-04-2312-5/+34
* Set each native library dependency version to the build version.Sean Hall2022-04-192-4/+4
* Detect related bundles for BundlePackages.Sean Hall2022-04-0114-96/+198
* Implement BundlePackage.Sean Hall2022-04-012-0/+6
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-1911-0/+168
* Make engine skip planning if there are any downgrade related bundles.Sean Hall2022-03-1411-0/+114