Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | 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. | |||||
* | Table ids per https://github.com/wixtoolset/issues/issues/5933. | Bob Arnson | 2021-09-19 | 11 | -49/+50 | |
| | ||||||
* | Bring Sean's fixes to `wix4`. | Bob Arnson | 2021-09-18 | 1 | -2/+2 | |
| | ||||||
* | Don't set NativeMachine variables when IsWow64Process2 is unavailable | Eric StJohn | 2021-09-13 | 1 | -1/+4 | |
| | ||||||
* | Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtension | Eric StJohn | 2021-08-30 | 3 | -0/+41 | |
| | ||||||
* | Skip Wow64 redirection on 64-bit CA builds. | Bob Arnson | 2021-08-23 | 1 | -0/+10 | |
| | ||||||
* | 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 | 3 | -24/+0 | |
| | ||||||
* | Fixes an error reported by Resharper. | Ron Martin | 2021-07-05 | 1 | -2/+2 | |
| | ||||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 2 | -57/+74 | |
| | | | | 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 |