-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Component Registration and Locales (#137)
* feat: Enable per user COM registration According to https://learn.microsoft.com/en-us/windows/win32/sysinfo/merged-view-of-hkey-classes-root the registration can be performed without adminstrative permissions if the current user can be used as root key. * fix: Corrected ManagedCategory According https://referencesource.microsoft.com/#mscorlib/system/runtime/interopservices/registrationservices.cs,5bc5aa43d644bb71 the ManagedCategoryGuid including the locale must be set if it is not set correctly * feat!: Added check and verification option The managed category check is now optional and will be omitted by default. In contrast to the original implementation, the setting of the 0 value can be omitted, enforced or its presence can only be verified. Closes #133 --------- Co-authored-by: Carsten Igel <[email protected]> Co-authored-by: Mark Lechtermann <[email protected]>
- Loading branch information
1 parent
af0b602
commit f16daf8
Showing
1 changed file
with
185 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters