mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-13 11:07:42 +00:00
feat(windows): add additional registry keys to report
HKCU\Software\Microsoft\CTF HKCU\Control Panel\International\User Profile
This commit is contained in:
parent
fce5517c41
commit
ad752f3ef7
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ begin
|
|||
|
||||
regnode := xmlAddChild(subnode,'CurrentUser');
|
||||
AddRegistry(regnode, HKEY_CURRENT_USER, SRegKey_KeyboardLayout_CU);
|
||||
AddRegistry(regnode, HKEY_CURRENT_USER, 'Software\Microsoft\CTF');
|
||||
AddRegistry(regnode, HKEY_CURRENT_USER, SRegKey_ControlPanelInternationalUserProfile);
|
||||
subnode := xmlAddChild(node,'Uniscribe');
|
||||
AddFileVersion(subnode, GetFolderPath(CSIDL_SYSTEM) + 'usp10.dll');
|
||||
str := TStringList.Create;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue