Skip to content

Commit 7e46d79

Browse files
committed
Merge branch 'release/2.7' of github.com:OpenVPN/openvpn-build
* 'release/2.7' of github.com:OpenVPN/openvpn-build: Register an event source for logging from the GUI chore(deps): update src/openvpn-gui digest to 854f5dc chore(deps): update src/vcpkg digest to 17ff26d chore(deps): update src/openvpn digest to 8545a3d
2 parents 780b2b7 + fe8ffe7 commit 7e46d79

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

windows-msi/msi.wxs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,24 @@
10501050
Value="7" />
10511051
</RegistryKey>
10521052
</Component>
1053+
1054+
<Component Id="reg.gui_event_source" Guid="{74BDEF69-9840-4526-BC8D-837FE784F85D}">
1055+
<RegistryKey
1056+
Root="HKLM"
1057+
Key="SYSTEM\CurrentControlSet\Services\EventLog\Application\OpenVPN GUI">
1058+
1059+
<RegistryValue
1060+
Type="string"
1061+
Name="EventMessageFile"
1062+
Value="[BINDIR]openvpn-gui.exe"
1063+
KeyPath="yes"/>
1064+
1065+
<RegistryValue
1066+
Type="integer"
1067+
Name="TypesSupported"
1068+
Value="7" />
1069+
</RegistryKey>
1070+
</Component>
10531071
</DirectoryRef>
10541072

10551073

@@ -1279,6 +1297,7 @@
12791297
<ComponentRef Id="reg.conf.verb.default"/>
12801298
<ComponentRef Id="reg.conf.import"/>
12811299
<ComponentRef Id="reg.conf.import.command"/>
1300+
<ComponentRef Id="reg.gui_event_source"/>
12821301

12831302
<Feature
12841303
Id="OpenVPN.GUI.OnLogon"

0 commit comments

Comments
 (0)