Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fix XmlConfig lookup logic. | Bob Arnson | 2023-06-03 | 1 | -9/+4 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444. | ||||
* | Fix RemoveFoldersEx query. | Bob Arnson | 2023-02-21 | 1 | -2/+2 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7236. | ||||
* | Minor cleanup of the obsoleted. | Bob Arnson | 2023-02-09 | 1 | -6/+0 |
| | |||||
* | 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. | ||||
* | As promised, remove CAQuietExec*. | Bob Arnson | 2023-01-31 | 2 | -51/+0 |
| | |||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | 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 | 4 | -130/+317 |
| | | | | Fixes 5371 | ||||
* | Update build dependencies and normalize more projects | Rob Mensching | 2022-10-19 | 1 | -2/+2 |
| | |||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -1/+0 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -1/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Consistent-ify primary key column names. | Bob Arnson | 2021-12-19 | 11 | -20/+21 |
| | |||||
* | 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 | 2 | -0/+29 |
| | |||||
* | Skip Wow64 redirection on 64-bit CA builds. | Bob Arnson | 2021-08-23 | 1 | -0/+10 |
| | |||||
* | Fixes an error reported by Resharper. | Ron Martin | 2021-07-05 | 1 | -2/+2 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 2 | -5/+5 |
| | |||||
* | Move Util.wixext into ext | Rob Mensching | 2021-05-03 | 39 | -0/+11827 |