Skip to content

Commit

Permalink
MSM: set language to 0 in sampleinstaller
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Stipakov <[email protected]>
  • Loading branch information
lstipakov committed Jan 19, 2023
1 parent 51f8d2a commit eadd114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msm/sampleinstaller.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="A5E5E44B-D0BD-485C-ABEB-B974DFA5F0DD" Name="ovpn-dco Sample Installer" Language="1033" Version="1.0.0.0" Manufacturer="OpenVPN, Inc" UpgradeCode="94C9F554-9B4F-4533-A2B0-FFBDBEC44561">
<Product Id="A5E5E44B-D0BD-485C-ABEB-B974DFA5F0DD" Name="ovpn-dco Sample Installer" Language="0" Version="1.0.0.0" Manufacturer="OpenVPN, Inc" UpgradeCode="94C9F554-9B4F-4533-A2B0-FFBDBEC44561">
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine" />

<Media Id="1" Cabinet="ovpn-dco.cab" EmbedCab="yes"/>
Expand All @@ -13,7 +13,7 @@

<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="$(var.PROGRAM_FILES_DIR)">
<Merge Id="OvpnDcoMergeModule" Language="1033" DiskId="1" SourceFile="ovpn-dco-$(var.PRODUCT_PLATFORM).msm">
<Merge Id="OvpnDcoMergeModule" Language="0" DiskId="1" SourceFile="ovpn-dco-$(var.PRODUCT_PLATFORM).msm">
<ConfigurationData Name="NETADAPTERCX21_Property" Value="[NETADAPTERCX21]" />
</Merge>
</Directory>
Expand Down

0 comments on commit eadd114

Please sign in to comment.