Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 2 | -4/+4 |
| | | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762 | ||||
* | Allow customization of the .wixpdb output folder | Rob Mensching | 2022-08-25 | 1 | -1/+1 |
| | | | | Fixes 6857 | ||||
* | Handle downgrade failure detection during Detect. | Bob Arnson | 2022-08-22 | 1 | -16/+28 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6537. | ||||
* | Use conditional text rather than controls. | Bob Arnson | 2022-08-18 | 2 | -4/+8 |
| | |||||
* | Fix OnExecuteMsiMessage to return chosen result. | Bob Arnson | 2022-08-14 | 1 | -5/+19 |
| | |||||
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 1 | -26/+27 |
| | | | | Fixes 6855 | ||||
* | Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName. | Sean Hall | 2022-08-10 | 1 | -15/+11 |
| | | | | It is the recommended option since Vista and has better long path support. | ||||
* | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 2 | -51/+50 |
| | | | | | | registry keys or values. Related to 6696 | ||||
* | Handle suppressed Options button. | Bob Arnson | 2022-08-03 | 3 | -3/+6 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/5624. | ||||
* | Update expected message in CanLoadFDDx86EarliestCoreMBA. | Sean Hall | 2022-08-03 | 1 | -1/+2 |
| | |||||
* | Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targets | Rob Mensching | 2022-08-01 | 6 | -13/+24 |
| | | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838 | ||||
* | Workaround duplicate analyzers in .NET Core BAs. | Sean Hall | 2022-08-01 | 1 | -0/+11 |
| | | | | Related to 6843 | ||||
* | Don't show FilesInUse dialogs if loc strings are missing. | Sean Hall | 2022-07-25 | 4 | -75/+140 |
| | | | | This allows all flavors of wixstdba to conditionally support them. | ||||
* | Add dialog for non-RM FilesInUse and Netfx FilesInUse. | Sean Hall | 2022-07-25 | 3 | -28/+246 |
| | | | | Fixes 5208 | ||||
* | Use radio buttons in FilesInUse task dialog. | Sean Hall | 2022-07-25 | 1 | -25/+30 |
| | |||||
* | Add files-in-use task dialog. | Bob Arnson | 2022-07-25 | 5 | -23/+163 |
| | | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545. | ||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 40 | -108/+2675 |
| | | | | Implements 6835 | ||||
* | Update some skipped tests to be dynamically skipped. | Sean Hall | 2022-06-15 | 1 | -2/+10 |
| | |||||
* | Use WixAssert in more places. | Sean Hall | 2022-06-15 | 1 | -10/+16 |
| | |||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 1 | -1/+13 |
| | |||||
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 1 | -1/+1 |
| | | | | Fixes 6707 | ||||
* | Fix DncHostGeneratorTests. | Sean Hall | 2022-05-31 | 1 | -0/+3 |
| | |||||
* | Add option to hosts to always install prereqs. | Sean Hall | 2022-05-14 | 10 | -28/+355 |
| | | | | | | Add PrereqPackage to BundlePackage Implements 4718 | ||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 45 | -478/+431 |
| | | | | | | | 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 Hall | 2022-05-14 | 3 | -79/+44 |
| | |||||
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 1 | -17/+0 |
| | |||||
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 1 | -1/+2 |
| | | | | Fixes 6758 | ||||
* | 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. |