Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Upgrade dnchost's nethost dependency to .NET 6.0.4. | Sean Hall | 2022-04-20 | 11 | -11/+108 | |
| | ||||||
* | Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests. | Sean Hall | 2022-04-19 | 11 | -23/+23 | |
| | | | | Fixes 6651 | |||||
* | Replace Dnc.Host with Dnc.HostGenerator to support linker trimming. | Sean Hall | 2022-04-19 | 38 | -555/+595 | |
| | ||||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 5 | -10/+0 | |
| | ||||||
* | Fix warning in dnchost by using release runtime in debug. | Sean Hall | 2022-04-19 | 1 | -3/+8 | |
| | ||||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -0/+11 | |
| | ||||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 1 | -0/+8 | |
| | ||||||
* | Enhance bundle backend validation. | Sean Hall | 2022-03-16 | 4 | -5/+46 | |
| | ||||||
* | Add WixBundleCommandLineAction, don't set dynamic variables at startup. | Sean Hall | 2022-03-16 | 1 | -45/+58 | |
| | | | | Fixes 6736 | |||||
* | Fix themes to account for UnsafeUninstall action. | Sean Hall | 2022-03-16 | 6 | -25/+61 | |
| | ||||||
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 1 | -30/+26 | |
| | | | | | Fixes 6677, 6722 Reverts 6537 | |||||
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 2 | -0/+51 | |
| | ||||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 1 | -2/+2 | |
| | | | | 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. | |||||
* | Improve error reporting wrt ExePackage and MsuPackage attributes | Rob Mensching | 2022-03-01 | 9 | -9/+9 | |
| | | | | | | | | For example, DetectCondition is required when RepairArguments or UninstallArguments present and always recommended. Also, non-permanent ExePackages need UninstallArguments. The code was refactored to make it easier to reason over the different requirements for different package types. | |||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 1 | -1/+0 | |
| | ||||||
* | Exclude sample PDBs from the zip. | Sean Hall | 2022-02-18 | 1 | -0/+1 | |
| | ||||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 2 | -4/+1 | |
| | | | | | 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 | 2 | -0/+17 | |
| | | | | Fixes #3421 | |||||
* | Central caDecor and caErr. | Bob Arnson | 2022-02-10 | 3 | -41/+11 | |
| | ||||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 2 | -0/+53 | |
| | | | | Reimplements #3190 | |||||
* | DefineConstants fixed in last wix.targets upgrade | Rob Mensching | 2021-12-30 | 1 | -7/+0 | |
| | ||||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 1 | -4/+9 | |
| | | | | #5796 | |||||
* | Simplify and normalize ext projects | Rob Mensching | 2021-12-30 | 1 | -6/+4 | |
| | | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other. | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 5 | -6/+0 | |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | |||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -0/+39 | |
| | | | | Fixes #6410 | |||||
* | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 2021-12-08 | 1 | -2/+4 | |
| | | | | Fixes #5911 | |||||
* | More VS2022 fixes. | Sean Hall | 2021-12-06 | 2 | -2/+2 | |
| | | | | | | | Update v4.0 projects to target v4.7.2. Skip all Bal managed host tests for now. Remove ToolsVersion from DTF test projects. Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props. | |||||
* | Do not use kernel32.dll as test file | Rob Mensching | 2021-12-03 | 10 | -9/+10 | |
| | ||||||
* | Fixes required to get build working using MSBuild64 from VS2022 | Rob Mensching | 2021-11-29 | 1 | -1/+1 | |
| | ||||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 1 | -1/+27 | |
| | ||||||
* | Enable warning to detect hidden base class functions | Sean Hall | 2021-11-10 | 2 | -2/+4 | |
| | ||||||
* | Avoid using control ids inside of thmutil. | Sean Hall | 2021-11-01 | 2 | -73/+242 | |
| | ||||||
* | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 2021-11-01 | 1 | -10/+4 | |
| | ||||||
* | Remove dutil types from BAFunctions. | Sean Hall | 2021-11-01 | 2 | -8/+16 | |
| | ||||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 1 | -74/+114 | |
| | | | | Add control loaded event. | |||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 1 | -58/+152 | |
| | ||||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 1 | -3/+62 | |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | |||||
* | On SuppressDowngradeFailure, quit after detect. | Bob Arnson | 2021-08-22 | 2 | -40/+29 | |
| | | | | Implements https://github.com/wixtoolset/issues/issues/6537. | |||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 2 | -0/+35 | |
| | ||||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 1 | -8/+0 | |
| | ||||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 1 | -55/+72 | |
| | | | | Fixes #4975 | |||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 6 | -7/+68 | |
| | | | | Fixes #3777 | |||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 1 | -101/+30 | |
| | | | | Fixes #4777 | |||||
* | Add Success page to prereq BA. | Sean Hall | 2021-06-17 | 28 | -50/+215 | |
| | | | | | | | This was needed to explain to the user that a restart is required but not allowed. It also allows localizing the reboot prompt. Fixes #3957, #5395 | |||||
* | Fix prereq BA to not reload the bootstrapper if a restart is required. | Sean Hall | 2021-06-17 | 1 | -4/+5 | |
| | | | | Fixes #5286 | |||||
* | Fix loading BAFunctions. | Sean Hall | 2021-06-04 | 3 | -23/+14 | |
| | ||||||
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 1 | -1/+1 | |
| | | | | | Partial fix for #6155 Fixes #4106 | |||||
* | Try to make building Bal.wixext and IntegrationBurn faster. | Sean Hall | 2021-05-19 | 1 | -0/+1 | |
| | ||||||
* | WiX Toolset v4-preview.0v4.0.0-preview.0 | Rob Mensching | 2021-05-17 | 2 | -2/+4 | |
| | ||||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 | |
| |