Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't follow junctions when recursing directories. | Rob Mensching | 2024-03-22 | 1 | -2/+10 |
| | | | | | | | | | | | | | | When deleting directories recursively, an elevated custom action following junctions in a user-writable location could recurse into any directory, including some that you might not want to be deleted. Therefore, avoid recursing into directories that are actually junctions (aka "reparse points"). This applies to: - The RemoveFoldersEx custom action (which doesn't actually do deletions but would instruct elevated MSI to delete on your behalf). - DTF's custom action runner. | ||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 19 | -146/+146 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 1 | -5/+0 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 4 | -8/+4 |
| | |||||
* | Switch to `virtual` access modifiers... | Bob Arnson | 2024-02-16 | 1 | -40/+40 |
| | | | | | | ...from `Overridable="yes"`. Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5. | ||||
* | Improve error when virtual action symbols collide. | Bob Arnson | 2024-02-05 | 1 | -5/+9 |
| | |||||
* | Clean up TouchFile. | Bob Arnson | 2024-01-19 | 2 | -6/+6 |
| | |||||
* | Remove warning for `Wix` bundle variable prefix. | Bob Arnson | 2024-01-01 | 2 | -66/+0 |
| | | | | | | It's a bit overzealous. Fixes https://github.com/wixtoolset/issues/issues/7579. | ||||
* | Link localizations from WixExtensions the same as sections | Rob Mensching | 2023-12-16 | 2 | -3/+1 |
| | |||||
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -2/+2 |
| | |||||
* | add firewall extension decompiler, make msi modifications work, add all ↵ | chris_bednarski | 2023-11-19 | 1 | -3/+10 |
| | | | | attributes | ||||
* | Random typo fix. | Bob Arnson | 2023-10-13 | 1 | -6/+6 |
| | |||||
* | Remove legacy permissions support. | Bob Arnson | 2023-08-07 | 2 | -49/+4 |
| | | | | | | | | | | In the long ago, a share could have one user/permissions pair. That's really limited, of course, so support for _n_ user/permissions pairs was added. In the move to WiX v4, support for that single, legacy user was removed from the extension side but not the custom action side. Remove that support. Fixes https://github.com/wixtoolset/issues/issues/7632. | ||||
* | Add more _NODOMAIN properties to WixQueryOsWellKnownSID | Michael Stoll | 2023-06-16 | 1 | -0/+6 |
| | |||||
* | Fix XmlConfig decompile to produce schema element, Add unitest for XmlDecomile | fyodorkor | 2023-05-02 | 2 | -9/+34 |
| | |||||
* | Fix XmlConfig lookup logic. | Bob Arnson | 2023-04-27 | 4 | -16/+36 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444. | ||||
* | Warn on mismatched output times and validate only Windows Installer databases | Rob Mensching | 2023-03-09 | 1 | -1/+1 |
| | | | | Fixes 7250 | ||||
* | Update some extensions to take advantage of multitargeting project references | Rob Mensching | 2023-02-21 | 4 | -15/+6 |
| | |||||
* | Fix RemoveFoldersEx query. | Bob Arnson | 2023-02-21 | 7 | -8/+63 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7236. | ||||
* | Minor cleanup of the obsoleted. | Bob Arnson | 2023-02-09 | 1 | -6/+0 |
| | |||||
* | Add keyColumn definition to _User of Wix4FileSharePermissions | fyodorkor | 2023-02-04 | 1 | -1/+1 |
| | |||||
* | Fix CustomActionData names. | Bob Arnson | 2023-02-01 | 4 | -15/+2 |
| | | | | | | | | | Fixes https://github.com/wixtoolset/issues/issues/7189. Also: - Clean up duplicate caDecor.h. - Clean up use of CUSTOM_ACTION_DECORATION. | ||||
* | Make sizes for XMLConfig and ElementID columns the same s72 | Fyodor Koryazhkin | 2023-02-01 | 1 | -1/+1 |
| | |||||
* | As promised, remove CAQuietExec*. | Bob Arnson | 2023-01-31 | 2 | -51/+0 |
| | |||||
* | Fix wrong DllEntry for WixRegisterRestartResources | Nir Bar | 2023-01-30 | 1 | -1/+1 |
| | |||||
* | Remove extension data after extensions get PreDecompileTables callback | Rob Mensching | 2023-01-16 | 4 | -15/+102 |
| | | | | | | | | | Also update Util.wixext decompiler extension to handle the new elements that compile into CustomActions with no additional table data. These exposed the weakness in the decompiler where extension data was removed before extensions got a chance to pre-decompile. Fixes 7151 | ||||
* | Expose QueryNativeMachine. | Bob Arnson | 2023-01-14 | 1 | -0/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7158. | ||||
* | 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 |
| |