aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build tweaks to support VS 17.8...Bob Arnson2024-01-281-0/+1
| | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities.
* Obsolete removed PackageState.Cached valueRob Mensching2023-06-031-5/+6
| | | | | | | | A package's cached status is no longer set via the PackageState. The value was removed in native code but the managed code was missed throwing off the enum mapping. Fixes 7399
* Some small SAL annotation fixupsRob Mensching2023-02-092-11/+11
|
* Finish the XML documentation in WixToolset.Mba.Core.Sean Hall2023-01-1914-624/+555
| | | | 4623
* 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
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-8/+0
|
* Update hashes are now hex strings.Bob Arnson2022-09-126-16/+10
| | | | Fixes https://github.com/wixtoolset/issues/issues/6901.
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-095-51/+57
| | | | Implements 6858
* Supply hashes to BA if present in update feed.Bob Arnson2022-08-319-6/+31
| | | | Fixes https://github.com/wixtoolset/issues/issues/6353.
* Don't retry 1606 because are they ever transient?!Bob Arnson2022-08-171-1/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/6856.
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-104-4/+4
| | | | Fixes 6855
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-205-3/+87
| | | | Implements 6835
* 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
| | | | | | Return null when WixVersion.TryParse returns false. 6776
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-173-0/+9
| | | | Fix edge case where version string is all v's.
* Move infinite loop detection into the hosts.Sean Hall2022-05-143-3/+33
| | | | | | | 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-145-78/+41
|
* Only block shutdown during Apply.Sean Hall2022-05-0411-153/+0
|
* Add RepairCondition.Sean Hall2022-04-2312-5/+34
| | | | Fixes 6758
* 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
| | | | 3693
* 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
| | | | | Fixes 6677, 6722 Reverts 6537
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-1411-2/+192
|
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-058-12/+12
| | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference.
* Add UnsafeUninstall action.Sean Hall2022-02-222-2/+6
| | | | Fixes #6721
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-182-4/+0
|
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-174-2/+3
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-1011-0/+132
| | | | Fixes #3421
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-272-3/+2
|
* Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.Sean Hall2022-01-162-0/+6
| | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle.
* Remove orphan compatible MSI packages.Sean Hall2022-01-1611-9/+539
| | | | Reimplements #3190
* Update some nuspecs to be more standardRob Mensching2022-01-031-3/+3
|
* Try to get more helpful test failure messages.Sean Hall2022-01-012-1/+7
|
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-013-8/+13
| | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-308-29/+4
| | | | #5796
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-308-25/+47
| | | | Fixes #6348
* Build simplification and parallelizationRob Mensching2021-12-301-1/+1
|
* Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING.Bob Arnson2021-12-272-6/+0
| | | | Thanks to @rseanhall's sharp eyes.