Skip to content

Commit 73f9e19

Browse files
authored
Use UILanguages (#82)
IB-5768 Signed-off-by: Raul Metsma <raul@metsma.ee> Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 81ccd10 commit 73f9e19

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

bootstrapper.wxs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<Bundle Name="eID software" Version="$(var.MSI_VERSION)" Manufacturer="RIA"
66
UpgradeCode="f1c4d351-269d-4bee-8cdb-6ea70c968875"
77
Copyright="RIA" IconSourceFile="$(var.path)\ID.ico" AboutUrl="http://www.id.ee">
8-
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense">
8+
<BootstrapperApplicationRef
9+
Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense"
10+
bal:UseUILanguages="yes">
911
<bal:WixStandardBootstrapperApplication
1012
LicenseUrl=""
1113
LogoFile="$(var.path)\banner.bmp"

plugins.wxs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
23
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"
34
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
45
<Bundle Name="eID software browser plugins" Version="$(var.MSI_VERSION)" Manufacturer="RIA"
56
UpgradeCode="68071ee6-cad4-46f4-b8dd-26b524c501fa"
67
Copyright="RIA" IconSourceFile="$(var.path)\ID.ico" AboutUrl="http://www.id.ee"
78
Condition="(VersionNT >= v6.1)">
8-
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense">
9+
<BootstrapperApplicationRef
10+
Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense"
11+
bal:UseUILanguages="yes">
912
<bal:WixStandardBootstrapperApplication
1013
LicenseUrl=""
1114
SuppressOptionsUI="yes"

0 commit comments

Comments
 (0)