Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Obsolete removed PackageState.Cached value | Rob Mensching | 2023-06-03 | 1 | -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 | ||||
* | Finish the XML documentation in WixToolset.Mba.Core. | Sean Hall | 2023-01-19 | 13 | -623/+542 |
| | | | | 4623 | ||||
* | Use MSI transaction end result to detect whether reboot is needed | Nir Bar | 2022-12-12 | 3 | -67/+110 |
| | |||||
* | Add GetRelatedBundleVariable to managed IBootstrapperEngine. | Sean Hall | 2022-11-10 | 4 | -0/+46 |
| | |||||
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 1 | -0/+2 |
| | |||||
* | Update hashes are now hex strings. | Bob Arnson | 2022-09-12 | 3 | -8/+6 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6901. | ||||
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 3 | -26/+33 |
| | | | | Implements 6858 | ||||
* | Supply hashes to BA if present in update feed. | Bob Arnson | 2022-08-31 | 4 | -5/+22 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6353. | ||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 2 | -0/+39 |
| | | | | Implements 6835 | ||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 4 | -13/+88 |
| | |||||
* | Keep track of when parts of verutil/WixVersions are missing. | Sean Hall | 2022-05-17 | 2 | -0/+28 |
| | | | | | | Return null when WixVersion.TryParse returns false. 6776 | ||||
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 2 | -0/+7 |
| | | | | Fix edge case where version string is all v's. | ||||
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 4 | -93/+0 |
| | |||||
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 5 | -4/+21 |
| | | | | Fixes 6758 | ||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 5 | -95/+126 |
| | |||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 1 | -0/+5 |
| | | | | 3693 | ||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 4 | -0/+98 |
| | |||||
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 4 | -0/+64 |
| | | | | | Fixes 6677, 6722 Reverts 6537 | ||||
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 4 | -1/+121 |
| | |||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 3 | -7/+7 |
| | | | | 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 Hall | 2022-02-22 | 1 | -0/+5 |
| | | | | Fixes #6721 | ||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 2 | -4/+0 |
| | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -2/+0 |
| | | | | | 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 Hall | 2022-02-10 | 4 | -0/+74 |
| | | | | Fixes #3421 | ||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT. | Sean Hall | 2022-01-16 | 1 | -0/+5 |
| | | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle. | ||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 4 | -9/+304 |
| | | | | Reimplements #3190 | ||||
* | Update some nuspecs to be more standard | Rob Mensching | 2022-01-03 | 1 | -3/+3 |
| | |||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 1 | -0/+2 |
| | | | | 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 Hall | 2021-12-30 | 3 | -24/+3 |
| | | | | #5796 | ||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 3 | -9/+29 |
| | | | | Fixes #6348 | ||||
* | Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING. | Bob Arnson | 2021-12-27 | 1 | -5/+0 |
| | | | | Thanks to @rseanhall's sharp eyes. | ||||
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 1 | -4/+4 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 2 | -10/+10 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 7 | -0/+147 |
| | | | | Fixes #6410 | ||||
* | Remove MEND. | Sean Hall | 2021-12-08 | 1 | -10/+0 |
| | |||||
* | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 2021-12-08 | 3 | -12/+38 |
| | | | | Fixes #5911 | ||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 4 | -0/+75 |
| | |||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 5 | -14/+33 |
| | | | | Fixes #4975 | ||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 3 | -2/+54 |
| | | | | Fixes #3777 | ||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 10 | -9/+230 |
| | | | | Fixes #4777 | ||||
* | Add InProgressDisplayName for bundles. | Sean Hall | 2021-05-19 | 3 | -35/+57 |
| | | | | #6296 | ||||
* | Use balutil methods in Engine.cs to avoid size_t ugliness. | Sean Hall | 2021-05-11 | 7 | -193/+171 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -41/+10 |
| | |||||
* | Move balutil into API/burn | Rob Mensching | 2021-04-29 | 25 | -0/+9133 |