Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 3 | -12/+31 | |
| | | | | Fixes 5476 | |||||
* | 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 | 18 | -29/+0 | |
| | ||||||
* | Fix warning in dnchost by using release runtime in debug. | Sean Hall | 2022-04-19 | 1 | -3/+8 | |
| | ||||||
* | Try to improve fields of bundle symbols. | Sean Hall | 2022-04-13 | 2 | -55/+53 | |
| | ||||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -0/+11 | |
| | ||||||
* | Implement IWindowsInstallerDecompileExtensions | Rob Mensching | 2022-03-30 | 8 | -846/+516 | |
| | | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367 | |||||
* | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 2022-03-22 | 2 | -8/+8 | |
| | | | | | | Automatically add '-norestart' for bundle ExePackages. Fixes 6252 | |||||
* | 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 | |
| | ||||||
* | Use UTF-8 for Kazakh language | Rob Mensching | 2022-03-14 | 2 | -1/+21 | |
| | | | | Fixes 5685 | |||||
* | 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. | |||||
* | .NET Framework and .NET Core redists using certificate validation | Rob Mensching | 2022-02-28 | 8 | -188/+79 | |
| | ||||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 15 | -15/+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 | 9 | -27/+1 | |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | |||||
* | Fix table names missing `Wix4` prefix. | Bob Arnson | 2022-02-13 | 3 | -4/+4 | |
| | ||||||
* | Versioned extension ids: ComPlus, Msmq | Bob Arnson | 2022-02-13 | 38 | -289/+292 | |
| | ||||||
* | 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 | 30 | -924/+28 | |
| | ||||||
* | Remove orphan package providers when unregistering the bundle. | Sean Hall | 2022-02-01 | 1 | -0/+4 | |
| | | | | Fixes #3850 | |||||
* | Add platform-specific CAs and compiler extension. | Bob Arnson | 2022-01-30 | 14 | -137/+133 | |
| | | | | https://github.com/wixtoolset/issues/issues/5933 | |||||
* | Add compiler extension to handle platforms. | Bob Arnson | 2022-01-30 | 19 | -85/+238 | |
| | | | | | | | | Custom actions to print EULA and validate install directories are defined in WixUIExtension compiler extension, to handle platform-specific custom actions referred to from `DoAction` control events. This is the least-worst solution, given the `DoAction` approach used in the WixUI authoring and anyone customizing a WixUI set. | |||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 13 | -52/+0 | |
| | ||||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 2 | -0/+53 | |
| | | | | Reimplements #3190 | |||||
* | Read WindowsInstallerData at same XML conformance as writing | Rob Mensching | 2022-01-04 | 2 | -0/+39 | |
| | ||||||
* | Properly place Iis.wixext in its own segment and simplify its build | Rob Mensching | 2022-01-03 | 2 | -3/+13 | |
| | ||||||
* | Properly place Iis.wixext in its own segment and simplify its build | Rob Mensching | 2022-01-03 | 2 | -3/+13 | |
| | ||||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 8 | -16/+16 | |
| | ||||||
* | 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 | 33 | -152/+112 | |
| | | | | | | 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 | 18 | -22/+0 | |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | |||||
* | Version extension ids. | Bob Arnson | 2021-12-23 | 54 | -1606/+268 | |
| | | | | | | | | | https://github.com/wixtoolset/issues/issues/5933 - Add support for detecting VS2022. - Add x64 custom actions. - Remove ancient Help 2.0 support. - Update WixCop to add the new element to trigger custom action. | |||||
* | Consistent-ify primary key column names. | Bob Arnson | 2021-12-19 | 18 | -52/+53 | |
| | ||||||
* | Fix dependency table column names. | Bob Arnson | 2021-12-17 | 1 | -5/+5 | |
| | | | | | | | (More extensions to fix but in general, primary key column names do not repeat the table name. There's no benefit to including the `4` and some don't use a prefix either. I'll aim for consistency but not pedantic consistency.) | |||||
* | Fix typos. | Bob Arnson | 2021-12-17 | 1 | -1/+1 | |
| | ||||||
* | Clean up Firewall extension (model for all). | Bob Arnson | 2021-12-17 | 12 | -131/+24 | |
| | ||||||
* | Fix ids for DependencyExtension. | Bob Arnson | 2021-12-17 | 2 | -24/+24 | |
| | ||||||
* | Deprecate WixDifxAppExtension. | Bob Arnson | 2021-12-12 | 2 | -3/+6 | |
| | | | | https://github.com/wixtoolset/issues/issues/6648 | |||||
* | Added Dutch translation of Util extension. | Harm van den Brand | 2021-12-12 | 1 | -0/+33 | |
| | ||||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -0/+39 | |
| | | | | Fixes #6410 |