aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy permissions support.Bob Arnson2023-08-072-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 Arnson2023-06-031-9/+4
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444.
* Fix RemoveFoldersEx query.Bob Arnson2023-02-211-2/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/7236.
* Minor cleanup of the obsoleted.Bob Arnson2023-02-091-6/+0
|
* Fix CustomActionData names.Bob Arnson2023-02-014-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 Arnson2023-01-312-51/+0
|
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Fix a couple minor bug in when adding/removing user commentsRob Mensching2022-10-212-63/+62
| | | | Plus some code clean up so error reporting is consistent.
* Support add, modify and remove comments on user accountsRon Martin2022-10-214-130/+317
| | | | Fixes 5371
* Update build dependencies and normalize more projectsRob Mensching2022-10-191-2/+2
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-1/+0
|
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Consistent-ify primary key column names.Bob Arnson2021-12-1911-20/+21
|
* Bring Sean's fixes to `wix4`.Bob Arnson2021-09-181-2/+2
|
* Don't set NativeMachine variables when IsWow64Process2 is unavailableEric StJohn2021-09-131-1/+4
|
* Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtensionEric StJohn2021-08-302-0/+29
|
* Skip Wow64 redirection on 64-bit CA builds.Bob Arnson2021-08-231-0/+10
|
* Fixes an error reported by Resharper.Ron Martin2021-07-051-2/+2
|
* Implement integrated build processRob Mensching2021-05-112-5/+5
|
* Move Util.wixext into extRob Mensching2021-05-0339-0/+11827