Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix compiler to handle util:ServiceConfig absent reset period and start delay | Rob Mensching | 2023-01-12 | 3 | -2/+46 | |
| | | | | Fixes 7150 | |||||
* | Fix RegistrySymbol creation helper for non-string types | Rob Mensching | 2022-12-22 | 1 | -15/+15 | |
| | | | | Fixes 7108 | |||||
* | Fix when xmlns placed directly on PermissionEx | Rob Mensching | 2022-11-15 | 2 | -18/+27 | |
| | | | | | | | | This is NOT recommended in v4 and its converter will move namespaces to the root element, but WiX v3 allowed it so we'll continued to do so in v4. Fixes 7010 | |||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 3 | -3/+0 | |
| | ||||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 2 | -3/+3 | |
| | ||||||
* | Very minor cleanup | Rob Mensching | 2022-11-08 | 1 | -6/+9 | |
| | ||||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 16 | -185/+184 | |
| | | | | Fixes 6970 | |||||
* | Fix a couple minor bug in when adding/removing user comments | Rob Mensching | 2022-10-21 | 2 | -63/+62 | |
| | | | | Plus some code clean up so error reporting is consistent. | |||||
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 11 | -133/+520 | |
| | | | | Fixes 5371 | |||||
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 1 | -2/+2 | |
| | ||||||
* | Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s | Rob Mensching | 2022-10-15 | 3 | -37/+10 | |
| | | | | Fixes 6944 | |||||
* | Add Netfx bundle extension and netfx:DotNetCoreSearch. | Sean Hall | 2022-10-10 | 7 | -38/+20 | |
| | | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257 | |||||
* | Modernize Util.wixext build | Rob Mensching | 2022-10-04 | 3 | -6/+35 | |
| | ||||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -1/+1 | |
| | | | | Closes 6942 | |||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -8/+1 | |
| | ||||||
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 2 | -9/+73 | |
| | | | | The engine doesn't actually prevent external callers from setting variables that start with 'Wix'. | |||||
* | Expose and use methods to parse attributes with Burn variable names. | Sean Hall | 2022-07-21 | 3 | -14/+22 | |
| | | | | Fixes 6819 | |||||
* | Add tests to validate Variable name validation | Rob Mensching | 2022-07-12 | 2 | -0/+96 | |
| | | | | Closes #6819 | |||||
* | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 3 | -12/+31 | |
| | | | | Fixes 5476 | |||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 2 | -3/+0 | |
| | ||||||
* | Try to improve fields of bundle symbols. | Sean Hall | 2022-04-13 | 2 | -55/+53 | |
| | ||||||
* | 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 | |||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 1 | -1/+0 | |
| | ||||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -4/+0 | |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | |||||
* | Versioned extension ids: ComPlus, Msmq | Bob Arnson | 2022-02-13 | 2 | -7/+6 | |
| | ||||||
* | Central caDecor and caErr. | Bob Arnson | 2022-02-10 | 5 | -139/+4 | |
| | ||||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 1 | -4/+0 | |
| | ||||||
* | Simplify and normalize ext projects | Rob Mensching | 2021-12-30 | 2 | -9/+5 | |
| | | | | | | 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 | 2 | -2/+0 | |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | |||||
* | Consistent-ify primary key column names. | Bob Arnson | 2021-12-19 | 12 | -37/+38 | |
| | ||||||
* | Added Dutch translation of Util extension. | Harm van den Brand | 2021-12-12 | 1 | -0/+33 | |
| | ||||||
* | 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 | |
| | ||||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 1 | -8/+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 | 1 | -2/+2 | |
| | | | | Fixes #4975 | |||||
* | WiX Toolset v4-preview.0v4.0.0-preview.0 | Rob Mensching | 2021-05-17 | 2 | -5/+8 | |
| | ||||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 | |
| | ||||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 20 | -332/+59 | |
| | ||||||
* | Move Util.wixext into ext | Rob Mensching | 2021-05-03 | 166 | -0/+22341 | |