|
45 | 45 | <File Id="ak_sysd_config" |
46 | 46 | Source="$(env.ROOT)/cmd/agent_system/package/windows/config.json" /> |
47 | 47 |
|
48 | | - <util:EventSource Log="Application" |
| 48 | + <RegistryKey Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\EventLog\authentik" /> |
| 49 | + <util:EventSource Log="authentik" |
49 | 50 | Name="authentik System Service" |
50 | 51 | EventMessageFile="[System64Folder]EventCreate.exe"/> |
51 | 52 |
|
|
80 | 81 | Source="$(env.PWD)/package/windows/browser-host.json" /> |
81 | 82 | <RegistryKey Root="HKLM" |
82 | 83 | Key="SOFTWARE\Google\Chrome\NativeMessagingHosts\io.goauthentik.platform"> |
83 | | - <RegistryValue Type="string" Value="[INSTALLFOLDER]browser-host.json"/> |
| 84 | + <RegistryValue Type="string" Value="[browser_support]browser-host.json"/> |
84 | 85 | </RegistryKey> |
85 | 86 | <RegistryKey Root="HKLM" |
86 | 87 | Key="SOFTWARE\Microsoft\Edge\NativeMessagingHosts\io.goauthentik.platform"> |
87 | | - <RegistryValue Type="string" Value="[INSTALLFOLDER]browser-host.json"/> |
| 88 | + <RegistryValue Type="string" Value="[browser_support]browser-host.json"/> |
88 | 89 | </RegistryKey> |
89 | 90 | <RegistryKey Root="HKLM" |
90 | 91 | Key="Software\Mozilla\NativeMessagingHosts\io.goauthentik.platform"> |
91 | | - <RegistryValue Type="string" Value="[INSTALLFOLDER]browser-host.json"/> |
| 92 | + <RegistryValue Type="string" Value="[browser_support]browser-host.json"/> |
92 | 93 | </RegistryKey> |
93 | 94 | </Component> |
94 | 95 | <Component Id="credential_provider" Guid="4e4c21de-2c3e-4dc0-9a10-42fcd0fd68e1" Bitness="always64" Directory="wcp"> |
| 96 | + <util:EventSource Log="authentik" |
| 97 | + Name="authentik Credential Provider" |
| 98 | + EventMessageFile="C:\Windows\System32\mscoree.dll"/> |
95 | 99 | <File Id="wcp_cefexe_exe" Source="$(env.ROOT)/bin/wcp/cefexe.exe" /> |
96 | 100 | <File Id="wcp_chrome_100_percent_pak" Source="$(env.ROOT)/bin/wcp/chrome_100_percent.pak" /> |
97 | 101 | <File Id="wcp_chrome_200_percent_pak" Source="$(env.ROOT)/bin/wcp/chrome_200_percent.pak" /> |
|
120 | 124 | <RegistryKey Root="HKCR" |
121 | 125 | Key="CLSID\{7BCC7941-18BA-4A8E-8E0A-1D0F8E73577A}"> |
122 | 126 | <RegistryValue Type="string" Value="authentik Credential Provider" /> |
123 | | - <RegistryValue Key="InprocServer32" Type="string" Value="[INSTALLFOLDER]ak_cred_provider.dll" /> |
| 127 | + <RegistryValue Key="InprocServer32" Type="string" Value="[wcp]ak_cred_provider.dll" /> |
124 | 128 | <RegistryValue Key="InprocServer32" Type="string" Name="ThreadingModel" Value="Apartment" /> |
125 | 129 | </RegistryKey> |
126 | 130 | </Component> |
|
0 commit comments