Compare commits
10 commits
cc4ec5301b
...
2bf4f9bc3f
Author | SHA1 | Date | |
---|---|---|---|
|
2bf4f9bc3f | ||
|
42c820907c | ||
|
5849978acc | ||
|
1b059c7a44 | ||
|
f2ed39db57 | ||
|
8e975bc16b | ||
|
7d91395680 | ||
|
b4ec0f00a2 | ||
|
da772eb7db | ||
|
964e1d860a |
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -42,12 +42,17 @@ Win32_Release
|
|||
Win32_Debug
|
||||
x64_Debug
|
||||
x64_Release
|
||||
ARM64_Debug
|
||||
ARM64EC_Debug
|
||||
ARM64_Release
|
||||
ARM64EC_Release
|
||||
/VS_2015/beid.sdf
|
||||
/VS_2015/beid.v11.suo
|
||||
/installers/quickinstaller/*.exe
|
||||
/scripts/windows/*.exe
|
||||
/scripts/windows/*.msi
|
||||
/installers/eid-mw/Windows/obj/*.wixobj
|
||||
/installers/eid-viewer/Windows/obj/*.wixobj
|
||||
beidpkcs11.sdf
|
||||
*.suo
|
||||
/scripts/windows/beidversions.h
|
||||
|
@ -79,6 +84,9 @@ beidpkcs11.sdf
|
|||
/installers/eid-mw/Windows/2067
|
||||
/installers/eid-mw/Windows/2060
|
||||
/installers/eid-mw/Windows/1031
|
||||
/installers/eid-viewer/Windows/2067
|
||||
/installers/eid-viewer/Windows/2060
|
||||
/installers/eid-viewer/Windows/1031
|
||||
/plugins_tools/eid-viewer/Windows/eIDViewer/Resources/Certs
|
||||
/plugins_tools/eid-viewer/Windows/eIDViewer/Resources/Images
|
||||
/plugins_tools/xpi/INSTALL
|
||||
|
@ -102,4 +110,12 @@ scripts/windows/beidmdrv_dist
|
|||
scripts/windows/beidmdrv_all
|
||||
scripts/windows/beidmdrv_all.zip
|
||||
scripts/windows/beidmdrv_all_5.1.8.0000.zip
|
||||
scripts/windows/beidmdrv_all_5.1.8.6024.zip
|
||||
scripts/windows/beidmdrv_all_5.1.8.6024.zip
|
||||
/cardcomm/pkcs11/VS_2022/Binaries
|
||||
/cardcomm/pkcs11/VS_2022/Win32_PKCS11_FF_DEBUG
|
||||
/cardcomm/pkcs11/VS_2022/Win32_PKCS11_FF_Release
|
||||
/cardcomm/pkcs11/VS_2022/x64_PKCS11_FF_DEBUG
|
||||
/cardcomm/pkcs11/VS_2022/x64_PKCS11_FF_Release
|
||||
/cardcomm/pkcs11/VS_2022/ARM64_PKCS11_FF_DEBUG
|
||||
/cardcomm/pkcs11/VS_2022/ARM64_PKCS11_FF_Release
|
||||
/cardcomm/pkcs11/VS_2022/ARM64EC_PKCS11_FF_Release
|
|
@ -94,8 +94,8 @@ Run the buildscript located at eid-mw\scripts\windows\build_all.bat
|
|||
This script will generate some version dependant files that are used in the Visual Studio projects
|
||||
It will also build the middleware and viewer, as well as their installers
|
||||
|
||||
The eID Middleware Visual Studio solution (2017) is located in eid-mw\VS_2017
|
||||
The eID Viewer Visual Studio solution (2017) is located in eid-mw\plugins_tools\eid-viewer\Windows\VS_2017
|
||||
The eID Middleware Visual Studio solution (2022) is located in eid-mw\VS_2022
|
||||
The eID Viewer Visual Studio solution (2022) is located in eid-mw\plugins_tools\eid-viewer\Windows\VS_2022
|
||||
|
||||
|
||||
#### Firefox ####
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;
|
||||
;Belgium eID Smartcard Minidriver for an x86 and x64 based package.
|
||||
;Belgium eID Smartcard Minidriver for an x86 and x64 and arm64 based package.
|
||||
;
|
||||
|
||||
[Version]
|
||||
|
@ -8,10 +8,11 @@ Class=SmartCard
|
|||
ClassGuid={990A2BD7-E738-46c7-B26F-1CF8FB9F1391}
|
||||
Provider=%BOSA%
|
||||
CatalogFile=beidmdrv.cat
|
||||
DriverVer=02/02/2022,5.0.27.1
|
||||
;PnpLockdown=1
|
||||
DriverVer=02/28/2025,5.1.23.1
|
||||
;MMDDYYYY
|
||||
[Manufacturer]
|
||||
%BOSA%=Bosa,NTamd64.6.1,NTx86.6.1
|
||||
%BOSA%=Bosa,NTarm64.10.0,NTamd64.6.1,NTx86.6.1
|
||||
|
||||
;Windows 7 and beyond, 64bit amd64
|
||||
[Bosa.NTamd64.6.1]
|
||||
|
@ -25,7 +26,14 @@ DriverVer=02/02/2022,5.0.27.1
|
|||
%BosaCardDeviceName%=Bosa32_61_Install,SCFILTER\CID_a503010101ad1311
|
||||
%BosaCardDeviceName%=Bosa32_61_Install,SCFILTER\CID_80318065b085040120120fff829000
|
||||
|
||||
;Windows 10 and beyond, arm64
|
||||
[Bosa.NTarm64.10.0]
|
||||
%BosaCardDeviceName%=Bosa64_100_Install,SCFILTER\CID_a503010101ad1310
|
||||
%BosaCardDeviceName%=Bosa64_100_Install,SCFILTER\CID_a503010101ad1311
|
||||
%BosaCardDeviceName%=Bosa64_100_Install,SCFILTER\CID_80318065b085040120120fff829000
|
||||
|
||||
[SourceDisksFiles]
|
||||
beidmdrv_arm64.dll=1
|
||||
beidmdrv64.dll=1
|
||||
beidmdrv32.dll=1
|
||||
|
||||
|
@ -92,6 +100,33 @@ beidmdrv32.dll
|
|||
[wow64_CopyFiles]
|
||||
beidmdrv32.dll
|
||||
|
||||
[Bosa64_100_Install.NT]
|
||||
CopyFiles=arm64_CopyFiles
|
||||
AddReg=AddRegDefaultArm64
|
||||
Include=umpass.inf
|
||||
Needs=UmPass
|
||||
|
||||
[Bosa64_100_Install.NT.Services]
|
||||
Include=umpass.inf
|
||||
Needs=UmPass.Services
|
||||
|
||||
[Bosa64_100_Install.NT.HW]
|
||||
Include=umpass.inf
|
||||
Needs=UmPass.HW
|
||||
|
||||
[Bosa64_100_Install.NT.CoInstallers]
|
||||
Include=umpass.inf
|
||||
Needs=UmPass.CoInstallers
|
||||
|
||||
|
||||
[Bosa64_100_Install.NT.Interfaces]
|
||||
Include=umpass.inf
|
||||
Needs=UmPass.Interfaces
|
||||
|
||||
|
||||
[arm64_CopyFiles]
|
||||
beidmdrv_arm64.dll
|
||||
|
||||
[AddRegDefault32]
|
||||
HKLM, %SmartCardName%,"ATR",0x00000001,3b,98,00,40,00,a5,03,01,01,01,ad,13,00
|
||||
HKLM, %SmartCardName%,"ATRMask",0x00000001,ff,ff,00,ff,00,ff,ff,ff,ff,ff,ff,ff,00
|
||||
|
@ -126,6 +161,23 @@ HKLM, %SmartCardName_v18%,"80000001",0x00000000,"beidmdrv64.dll"
|
|||
HKLM, %SmartCardName_v18%,"80000100",0x00000000,"en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein"
|
||||
HKLM, %SmartCardName_v18%,"80000103",0x00000000,"en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein"
|
||||
|
||||
[AddRegDefaultArm64]
|
||||
HKLM, %SmartCardName%,"ATR",0x00000001,3b,98,00,40,00,a5,03,01,01,01,ad,13,00
|
||||
HKLM, %SmartCardName%,"ATRMask",0x00000001,ff,ff,00,ff,00,ff,ff,ff,ff,ff,ff,ff,00
|
||||
HKLM, %SmartCardName%,"Crypto Provider",0x00000000,"Microsoft Base Smart Card Crypto Provider"
|
||||
HKLM, %SmartCardName%,"Smart Card Key Storage Provider",0x00000000,"Microsoft Smart Card Key Storage Provider"
|
||||
HKLM, %SmartCardName%,"80000001",0x00000000,"beidmdrv_arm64.dll"
|
||||
HKLM, %SmartCardName%,"80000100",0x00000000,"en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein"
|
||||
HKLM, %SmartCardName%,"80000103",0x00000000,"en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein"
|
||||
|
||||
HKLM, %SmartCardName_v18%,"ATR",0x00000001,3b,7f,96,00,00,80,31,80,65,b0,85,04,01,20,12,0f,ff,82,90,00
|
||||
HKLM, %SmartCardName_v18%,"ATRMask",0x00000001,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff
|
||||
HKLM, %SmartCardName_v18%,"Crypto Provider",0x00000000,"Microsoft Base Smart Card Crypto Provider"
|
||||
HKLM, %SmartCardName_v18%,"Smart Card Key Storage Provider",0x00000000,"Microsoft Smart Card Key Storage Provider"
|
||||
HKLM, %SmartCardName_v18%,"80000001",0x00000000,"beidmdrv_arm64.dll"
|
||||
HKLM, %SmartCardName_v18%,"80000100",0x00000000,"en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein"
|
||||
HKLM, %SmartCardName_v18%,"80000103",0x00000000,"en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein"
|
||||
|
||||
[AddRegWOW64]
|
||||
HKLM, %SmartCardNameWOW64%,"ATR",0x00000001,3b,98,00,40,00,a5,03,01,01,01,ad,13,00
|
||||
HKLM, %SmartCardNameWOW64%,"ATRMask",0x00000001,ff,ff,00,ff,00,ff,ff,ff,ff,ff,ff,ff,00
|
||||
|
@ -147,6 +199,7 @@ HKLM, %SmartCardNameWOW64_v18%,"80000103",0x00000000,"en-US,Please enter your PI
|
|||
amd64_CopyFiles=10,system32
|
||||
x86_CopyFiles=10,system32
|
||||
wow64_CopyFiles=10,syswow64
|
||||
arm64_CopyFiles=10,system32
|
||||
|
||||
|
||||
; =================== Generic ==================================
|
||||
|
@ -158,4 +211,4 @@ BosaCardDeviceName="Belgium eID Minidriver for Smart Card"
|
|||
SmartCardName="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid"
|
||||
SmartCardNameWOW64="SOFTWARE\Wow6432Node\Microsoft\Cryptography\Calais\SmartCards\Beid"
|
||||
SmartCardName_v18="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid_v18"
|
||||
SmartCardNameWOW64_v18="SOFTWARE\Wow6432Node\Microsoft\Cryptography\Calais\SmartCards\Beid_v18"
|
||||
SmartCardNameWOW64_v18="SOFTWARE\Wow6432Node\Microsoft\Cryptography\Calais\SmartCards\Beid_v18"
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
|
||||
<?include ..\..\..\scripts\windows\eidmw_revision.wxs ?>
|
||||
|
||||
<?define var.OfficialProductVersion =$(var.BaseVersion1).$(var.BaseVersion2).$(var.BaseVersion3)?>
|
||||
|
@ -13,23 +11,8 @@
|
|||
<?define var.ProductName =Belgium e-ID certclean $(var.OfficialProductVersion) (build $(var.RevisionNumber))?>
|
||||
<?define var.PackageCode="*"?>
|
||||
|
||||
<Product Id="$(var.ProductGuid)"
|
||||
Name="$(var.ProductName)"
|
||||
Language="!(loc.Lang)"
|
||||
Codepage="1252"
|
||||
Version="$(var.ProductVersion)"
|
||||
Manufacturer="Belgian Government"
|
||||
UpgradeCode="$(var.UpgradeCode)">
|
||||
|
||||
<!-- InstallerVersion="405"(v4.5) Released with Vista Service Pack 2, or update for Windows XP(SP2, SP3) -->
|
||||
<Package Id="$(var.PackageCode)"
|
||||
InstallerVersion="405"
|
||||
Keywords="Belgium e-ID certclean"
|
||||
Platform="x86"
|
||||
Manufacturer="Belgian Government"
|
||||
Compressed="yes"
|
||||
InstallPrivileges="elevated"
|
||||
/>
|
||||
<Package Name="$(var.ProductName)" Language="!(loc.Lang)" Codepage="1252" Version="$(var.ProductVersion)" Manufacturer="Belgian Government" UpgradeCode="$(var.UpgradeCode)" InstallerVersion="405" ProductCode="$(var.ProductGuid)"><!-- InstallerVersion="405"(v4.5) Released with Vista Service Pack 2, or update for Windows XP(SP2, SP3) -->
|
||||
<SummaryInformation Keywords="Belgium e-ID certclean" Manufacturer="Belgian Government" />
|
||||
|
||||
<?if $(var.Lang) = "nl"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
|
@ -44,30 +27,18 @@
|
|||
<WixVariable Id="WixUIBannerBmp" Value="..\..\bannrbmp.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="..\..\dlgbmp.bmp" />
|
||||
|
||||
<Condition Message="!(loc.MinOs)">
|
||||
<![CDATA[
|
||||
Installed
|
||||
OR ((VersionNT = 500) and (ServicePackLevel > 3))
|
||||
OR ((VersionNT = 501) and (ServicePackLevel > 1))
|
||||
OR (VersionNT > 501)
|
||||
]]>
|
||||
</Condition>
|
||||
<Launch Condition="Installed OR ((VersionNT = 500) and (ServicePackLevel > 3)) OR ((VersionNT = 501) and (ServicePackLevel > 1)) OR (VersionNT > 501)" Message="!(loc.MinOs)" />
|
||||
|
||||
<Media Id="1" Cabinet="CertClean.cab" EmbedCab="yes" />
|
||||
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico"/>
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico" />
|
||||
|
||||
<Property Id="ARPPRODUCTICON" Value="eid.ico" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://eid.belgium.be"/>
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://eid.belgium.be" />
|
||||
|
||||
<Property Id="ALLUSERS" Value="1" />
|
||||
|
||||
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
<Directory Id="ProgramFilesFolder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
|
||||
<DirectoryRef Id="APPLICATIONROOTFOLDER">
|
||||
|
||||
|
@ -75,7 +46,7 @@
|
|||
<File Id="eid.ico" Name="eid.ico" KeyPath="yes" Source="..\..\eid.ico" />
|
||||
</Component>
|
||||
|
||||
<Component Id="License" Guid="{C00AF621-E882-4805-BA9C-B90AA5DBBCB6}" SharedDllRefCount="no" Win64="no">
|
||||
<Component Id="License" Guid="{C00AF621-E882-4805-BA9C-B90AA5DBBCB6}" SharedDllRefCount="no" Bitness="always32">
|
||||
<File Id="License_en.rtf" Name="License_en.rtf" KeyPath="yes" Source="..\..\..\doc\licenses\English\License_en.rtf" />
|
||||
<File Id="License_nl.rtf" Name="License_nl.rtf" KeyPath="no" Source="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
<File Id="License_fr.rtf" Name="License_fr.rtf" KeyPath="no" Source="..\..\..\doc\licenses\French\License_fr.rtf" />
|
||||
|
@ -84,54 +55,42 @@
|
|||
|
||||
</DirectoryRef>
|
||||
|
||||
<Feature Id="BeidRuntime"
|
||||
Title="eID certclean"
|
||||
Description="cleans RS Belgium root CA's from Windows CA cert stores"
|
||||
Absent="disallow"
|
||||
Level="1"
|
||||
>
|
||||
<Feature Id="BeidRuntime" Title="eID certclean" Description="cleans RS Belgium root CA's from Windows CA cert stores" Level="1" AllowAbsent="no">
|
||||
|
||||
<!-- Program Files -->
|
||||
<ComponentRef Id="Icon" />
|
||||
<ComponentRef Id="License"/>
|
||||
<ComponentRef Id="License" />
|
||||
|
||||
</Feature>
|
||||
|
||||
<UI>
|
||||
<UIRef Id="WixUI_FeatureTree" />
|
||||
<ui:WixUI Id="WixUI_FeatureTree" />
|
||||
<Property Id="WIXUI_INSTALLDIR" Value="APPLICATIONROOTFOLDER" />
|
||||
<UIRef Id="WixUI_ErrorProgressText" />
|
||||
</UI>
|
||||
|
||||
<Binary Id="BEID_CERTCLEAN" SourceFile="..\..\..\plugins_tools\CertClean\Release\certclean.exe"/>
|
||||
<Binary Id="BEID_CERTCLEAN" SourceFile="..\..\..\plugins_tools\CertClean\Release\certclean.exe" />
|
||||
|
||||
<CustomAction Id="BeidCertCleanup_system"
|
||||
BinaryKey="BEID_CERTCLEAN"
|
||||
ExeCommand=""
|
||||
Impersonate="no"
|
||||
Return="check"
|
||||
Execute="deferred"
|
||||
/>
|
||||
<CustomAction Id="BeidCertCleanup_system" ExeCommand="" Impersonate="no" Return="check" Execute="deferred" BinaryRef="BEID_CERTCLEAN" />
|
||||
|
||||
<CustomAction Id="BeidCertCleanup_user"
|
||||
BinaryKey="BEID_CERTCLEAN"
|
||||
ExeCommand=""
|
||||
Impersonate="yes"
|
||||
Return="check"
|
||||
Execute="immediate"
|
||||
/>
|
||||
<CustomAction Id="BeidCertCleanup_user" ExeCommand="" Impersonate="yes" Return="check" Execute="immediate" BinaryRef="BEID_CERTCLEAN" />
|
||||
|
||||
<CustomAction Id="IsPrivileged" Error="!(loc.AdminNeeded)" />
|
||||
|
||||
|
||||
<InstallExecuteSequence>
|
||||
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions">Not Privileged</Custom>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions" Condition="Not Privileged" />
|
||||
|
||||
<Custom Action="BeidCertCleanup_system" After="InstallInitialize"></Custom>
|
||||
<Custom Action="BeidCertCleanup_user" After="InstallInitialize"></Custom>
|
||||
|
||||
</InstallExecuteSequence>
|
||||
|
||||
</Product>
|
||||
|
||||
<StandardDirectory Id="ProgramFilesFolder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
</Package>
|
||||
</Wix>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
|
||||
<?include ..\..\..\scripts\windows\eidmw_revision.wxs ?>
|
||||
|
||||
<?define var.OfficialProductVersion =$(var.BaseVersion1).$(var.BaseVersion2).$(var.BaseVersion3)?>
|
||||
|
@ -14,28 +12,10 @@
|
|||
|
||||
<?define var.PackageCode="*"?>
|
||||
|
||||
<Product Id="$(var.ProductGuid)"
|
||||
Name="$(var.ProductName)"
|
||||
Language="!(loc.Lang)"
|
||||
Codepage="1252"
|
||||
Version="$(var.ProductVersion)"
|
||||
Manufacturer="Belgian Government"
|
||||
UpgradeCode="$(var.UpgradeCode)">
|
||||
|
||||
<!-- InstallerVersion="405"(v4.5) Released with Vista Service Pack 2, or update for Windows XP(SP2, SP3) -->
|
||||
<Package Id="$(var.PackageCode)"
|
||||
InstallerVersion="405"
|
||||
Keywords="Belgium e-ID Middleware Installer"
|
||||
Platform="x86"
|
||||
Manufacturer="Belgian Government"
|
||||
Compressed="yes"
|
||||
InstallPrivileges="elevated"
|
||||
/>
|
||||
<Package Name="$(var.ProductName)" Language="!(loc.Lang)" Codepage="1252" Version="$(var.ProductVersion)" Manufacturer="Belgian Government" UpgradeCode="$(var.UpgradeCode)" InstallerVersion="500" ProductCode="$(var.ProductGuid)"><!-- InstallerVersion="405"(v4.5) Released with Vista Service Pack 2, or update for Windows XP(SP2, SP3) -->
|
||||
<SummaryInformation Keywords="Belgium e-ID Middleware Installer" Manufacturer="Belgian Government" />
|
||||
|
||||
<MajorUpgrade
|
||||
AllowDowngrades="no"
|
||||
DowngradeErrorMessage="error 1638: Newer version eID Middleware found"
|
||||
/>
|
||||
<MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="error 1638: Newer version eID Middleware found" />
|
||||
|
||||
<?if $(var.Lang) = "nl"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
|
@ -50,59 +30,31 @@
|
|||
<WixVariable Id="WixUIBannerBmp" Value="..\..\bannrbmp.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="..\..\dlgbmp.bmp" />
|
||||
|
||||
<Condition Message="!(loc.MinOs)">
|
||||
<![CDATA[
|
||||
Installed
|
||||
OR ((VersionNT = 500) and (ServicePackLevel > 3))
|
||||
OR ((VersionNT = 501) and (ServicePackLevel > 1))
|
||||
OR (VersionNT > 501)
|
||||
]]>
|
||||
</Condition>
|
||||
<Launch Condition="Installed OR ((VersionNT = 500) and (ServicePackLevel > 3)) OR ((VersionNT = 501) and (ServicePackLevel > 1)) OR (VersionNT > 501)" Message="!(loc.MinOs)" />
|
||||
|
||||
<Media Id="1" Cabinet="Middleware.cab" EmbedCab="yes" />
|
||||
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico"/>
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico" />
|
||||
|
||||
<Property Id="ARPPRODUCTICON" Value="eid.ico" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://eid.belgium.be"/>
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://eid.belgium.be" />
|
||||
|
||||
<Property Id="ALLUSERS" Value="1" />
|
||||
|
||||
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
|
||||
<Directory Id="CommonAppDataFolder">
|
||||
<Directory Id="APPLICATIONDATAFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="LOGDIR" Name="log"/>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
<Directory Id="ProgramFilesFolder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="FFPLUGMANFOLDER" Name="FireFox Plugin Manifests"/>
|
||||
<Directory Id="MINIDRIVERROOTFOLDER" Name="BeID Minidriver"/>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
<Directory Id="SystemFolder">
|
||||
<Directory Id="BEIDPPDIR" Name="beidpp"/>
|
||||
</Directory>
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT" SourceFile="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\v142\MergeModules\Microsoft_VC142_CRT_x86.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
</Directory>
|
||||
|
||||
|
||||
<DirectoryRef Id="LOGDIR">
|
||||
<Component Id="LogDir" Guid="{A300DA04-F8DF-4506-B654-1E5EB2782DF3}" KeyPath="yes">
|
||||
<CreateFolder>
|
||||
<util:PermissionEx GenericAll="yes" User="Users" />
|
||||
</CreateFolder>
|
||||
<RemoveFile Id="RemoveLogFiles" On="uninstall" Name="*"/>
|
||||
<RemoveFolder Id="RemoveLogFolder" On="uninstall"/>
|
||||
<RemoveFile Id="RemoveLogFiles" On="uninstall" Name="*" />
|
||||
<RemoveFolder Id="RemoveLogFolder" On="uninstall" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="MINIDRIVERROOTFOLDER">
|
||||
<Component Id="beidmdrv" Guid="2bdf2bb0-4f7a-4ed6-a3d4-abcbe212fa14" >
|
||||
<Component Id="beidmdrv" Guid="2bdf2bb0-4f7a-4ed6-a3d4-abcbe212fa14">
|
||||
<File Id="beidmdrv.inf" Name="beidmdrv.inf" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv.inf" KeyPath="yes" DiskId="1" />
|
||||
<File Id="beidmdrv.cat" Name="beidmdrv.cat" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv.cat" KeyPath="no" DiskId="1" />
|
||||
<File Id="beidmdrv32.dll" Name="beidmdrv32.dll" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv32.dll" KeyPath="no" DiskId="1" />
|
||||
|
@ -112,9 +64,9 @@
|
|||
<!-- Certificate Propagation Service is a standard Windows service available in from Windows Vista on. In order to use the minidriver
|
||||
it is necessary that this service is running. When a smart card reader is inserted this service should be started by the smart card
|
||||
driver. As not all drivers are following this guidance, we start CertPropSvc during the minidriver install -->
|
||||
<Component Id="CertPropService" Guid="932459d0-df59-11de-8a39-0800200c9a66" Permanent="yes" >
|
||||
<Component Id="CertPropService" Guid="932459d0-df59-11de-8a39-0800200c9a66" Permanent="yes">
|
||||
<!-- Start Certificate Propagation Service during startup -->
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\CertPropSvc" Type="integer" Name="Start" Value="2" KeyPath="yes"/>
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\CertPropSvc" Type="integer" Name="Start" Value="2" KeyPath="yes" />
|
||||
<!-- Start Certificate Propagation Service now -->
|
||||
<!--<ServiceControl Id="StartCertPropSvc" Name="CertPropSvc" Start="install" Wait="no"/>-->
|
||||
</Component>
|
||||
|
@ -126,7 +78,7 @@
|
|||
<File Id="eid.ico" Name="eid.ico" KeyPath="yes" Source="..\..\eid.ico" />
|
||||
</Component>
|
||||
|
||||
<Component Id="License" Guid="{C00AF621-E882-4805-BA9C-B90AA5DBBCB6}" SharedDllRefCount="no" Win64="no">
|
||||
<Component Id="License" Guid="{C00AF621-E882-4805-BA9C-B90AA5DBBCB6}" SharedDllRefCount="no" Bitness="always32">
|
||||
<File Id="License_en.rtf" Name="License_en.rtf" KeyPath="yes" Source="..\..\..\doc\licenses\English\License_en.rtf" />
|
||||
<File Id="License_nl.rtf" Name="License_nl.rtf" KeyPath="no" Source="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
<File Id="License_fr.rtf" Name="License_fr.rtf" KeyPath="no" Source="..\..\..\doc\licenses\French\License_fr.rtf" />
|
||||
|
@ -136,101 +88,36 @@
|
|||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="FFPLUGMANFOLDER">
|
||||
<Component Id="FF_Manifest_FilesID" Guid="{10A0598E-9F54-4386-959C-FB56FC1C412C}" Win64="no">
|
||||
<Component Id="FF_Manifest_FilesID" Guid="{10A0598E-9F54-4386-959C-FB56FC1C412C}" Bitness="always32">
|
||||
<File Id="FF_Manifest_File_32ID" Name="beidpkcs11_32.json" KeyPath="yes" Source="..\..\..\plugins_tools\Firefox_plugin\beidpkcs11_32.json" />
|
||||
<File Id="FF_Manifest_File_VersionID" Name="beidpkcs11_version.json" KeyPath="no" Source="..\..\..\plugins_tools\Firefox_plugin\beidpkcs11_version.json" />
|
||||
<File Id="FF_Manifestbeid_ff_pkcs11.32ID" Name="beid_ff_pkcs11_32.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2019\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
<File Id="FF_Manifestbeid_ff_pkcs11.32ID" Name="beid_ff_pkcs11_32.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="SystemFolder">
|
||||
<StandardDirectory Id="SystemFolder">
|
||||
|
||||
<Component Id="beidmdrvsystem32" Guid="{a8259480-e408-11de-8a39-0800200c9a66}" Permanent="no" Win64="no">
|
||||
<Component Id="beidmdrvsystem32" Guid="{a8259480-e408-11de-8a39-0800200c9a66}" Permanent="no" Bitness="always32">
|
||||
<File Id="system32_beidmdrv.dll" Name="beidmdrv32.dll" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv32.dll" KeyPath="yes" DiskId="1" />
|
||||
</Component>
|
||||
|
||||
<Component Id="pkcs11" Guid="{D54164C0-795D-4B2D-96C6-C8E395100896}" SharedDllRefCount="no">
|
||||
<File Id="beidpkcs11.dll" Name="beidpkcs11.dll" KeyPath="yes" Source="..\..\..\cardcomm\pkcs11\VS_2019\binaries\win32_release\beidpkcs11.dll" />
|
||||
<File Id="beid_ff_pkcs11.dll" Name="beid_ff_pkcs11.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2019\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
<File Id="beidpkcs11.dll" Name="beidpkcs11.dll" KeyPath="yes" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\win32_release\beidpkcs11.dll" />
|
||||
<File Id="beid_ff_pkcs11.dll" Name="beid_ff_pkcs11.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
</Component>
|
||||
|
||||
</DirectoryRef>
|
||||
</StandardDirectory>
|
||||
|
||||
<DirectoryRef Id="BEIDPPDIR">
|
||||
<Component Id="PinpadLib" Guid="{9ADA6D75-5DCC-467E-A0CE-B84A482B2115}" SharedDllRefCount="yes">
|
||||
<File Id="xireid.dll" Name="xireid.dll" Source="..\..\..\beidpp\xireid.dll" />
|
||||
<File Id="xireid.dll" Name="xireid.dll" Source="..\..\beidpp\xireid.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="TARGETDIR">
|
||||
|
||||
<Component Id="FF_pkcs11_plugin_32_setup" Guid="{CE09E849-91E3-4EDE-9C8B-5261162FCD42}">
|
||||
<!-- Create our 32 bit beid_ff_pkcs11.dll manifest location -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\PKCS11Modules\beidpkcs11_32">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_32.json"/>
|
||||
</RegistryKey>
|
||||
<!-- Create the managed storage location (that contains beid version number)-->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\ManagedStorage\belgiumeid@eid.belgium.be">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_version.json"/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="SCardSvrService" Guid="{C3BC9746-0843-41b2-BDDA-3192772974CE}" Permanent="yes">
|
||||
<!-- Start SCardSvr Service during startup -->
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\SCardSvr" Type="integer" Name="Start" Value="2" KeyPath="yes"/>
|
||||
<!-- Start SCardSvr Service now -->
|
||||
<!--<ServiceControl Id="StartSCardSvrService" Name="SCardSvr" Start="install" Wait="no"/>-->
|
||||
</Component>
|
||||
|
||||
<Component Id="REGISTERMINIDRIVER" Guid="{B9980C19-883E-49f9-BDD2-AB3D75187C8F}">
|
||||
<RegistryKey Root="HKLM"
|
||||
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv32.dll" KeyPath="yes"/>
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b98004000a503010101ad1300" KeyPath="no"/>
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffff00ff00ffffffffffffff00" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
</RegistryKey>
|
||||
<RegistryKey Root="HKLM"
|
||||
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid_v18">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv32.dll" KeyPath="no"/>
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b7f96000080318065b085040120120fff829000" KeyPath="no"/>
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffffffffffffffffffffffffffffffffffffffff" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="RegistryBeidSystem" Guid="{414DF15C-6CE6-4181-95B4-D83F16903BA3}">
|
||||
<RegistryKey Root="HKLM"
|
||||
Key="SOFTWARE\BEID"
|
||||
ForceDeleteOnUninstall="yes">
|
||||
|
||||
<RegistryKey Key="general">
|
||||
<RegistryValue Type="string" Name="install_dirname" Value="[ProgramFilesFolder]Belgium Identity Card"/>
|
||||
</RegistryKey>
|
||||
|
||||
<RegistryKey Key="logging">
|
||||
<RegistryValue Type="string" Name="log_dirname" Value="[CommonAppDataFolder]Belgium Identity Card\log"/>
|
||||
</RegistryKey>
|
||||
|
||||
</RegistryKey>
|
||||
|
||||
</Component>
|
||||
|
||||
</DirectoryRef>
|
||||
|
||||
|
||||
|
||||
<Feature Id="BeidRuntime"
|
||||
Title="!(loc.BeidRuntime)"
|
||||
Description="!(loc.BeidRuntimeDesc)"
|
||||
Absent="disallow"
|
||||
Level="1"
|
||||
>
|
||||
<Feature Id="BeidRuntime" Title="!(loc.BeidRuntime)" Description="!(loc.BeidRuntimeDesc)" Level="1" AllowAbsent="no">
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Feature Id="VCRedist" Title="VC++ 15.0 runtime" AllowAdvertise="no" Display="hidden" Level="1">
|
||||
<MergeRef Id="VCRT" />
|
||||
|
@ -238,41 +125,37 @@
|
|||
<?endif?>
|
||||
<!-- Program Files -->
|
||||
<ComponentRef Id="Icon" />
|
||||
<ComponentRef Id="License"/>
|
||||
<ComponentRef Id="LogDir"/>
|
||||
<ComponentRef Id="License" />
|
||||
<ComponentRef Id="LogDir" />
|
||||
|
||||
<!-- Beid pinpad dir-->
|
||||
<ComponentRef Id="PinpadLib"/>
|
||||
<ComponentRef Id="PinpadLib" />
|
||||
|
||||
<!-- Registry -->
|
||||
<ComponentRef Id="RegistryBeidSystem"/>
|
||||
<ComponentRef Id="RegistryBeidSystem" />
|
||||
|
||||
<Feature Id="Crypto"
|
||||
Title="!(loc.Crypto)"
|
||||
Description="!(loc.CryptoDescr)"
|
||||
Level="1"
|
||||
>
|
||||
<ComponentRef Id="SCardSvrService"/>
|
||||
<ComponentRef Id="pkcs11"/>
|
||||
<Feature Id="Crypto" Title="!(loc.Crypto)" Description="!(loc.CryptoDescr)" Level="1">
|
||||
<ComponentRef Id="SCardSvrService" />
|
||||
<ComponentRef Id="pkcs11" />
|
||||
|
||||
<Feature Id="Install_Minidriver" Title="Minidriver" Absent="allow" Level="1">
|
||||
<ComponentRef Id="beidmdrv"/>
|
||||
<ComponentRef Id="CertPropService"/>
|
||||
<ComponentRef Id="beidmdrvsystem32"/>
|
||||
<ComponentRef Id="REGISTERMINIDRIVER"/>
|
||||
<Condition Level="1">VersionNT >= 600</Condition>
|
||||
<Feature Id="Install_Minidriver" Title="Minidriver" Level="1">
|
||||
<ComponentRef Id="beidmdrv" />
|
||||
<ComponentRef Id="CertPropService" />
|
||||
<ComponentRef Id="beidmdrvsystem32" />
|
||||
<ComponentRef Id="REGISTERMINIDRIVER" />
|
||||
<Level Value="1" Condition="VersionNT >= 600" />
|
||||
</Feature>
|
||||
|
||||
<Feature Id="Firefox_Modules_Setup" Title="Firefox_PKCS11Modules_Manifests" Absent="allow" Level="1">
|
||||
<ComponentRef Id="FF_Manifest_FilesID"/>
|
||||
<ComponentRef Id="FF_pkcs11_plugin_32_setup"/>
|
||||
<Feature Id="Firefox_Modules_Setup" Title="Firefox_PKCS11Modules_Manifests" Level="1">
|
||||
<ComponentRef Id="FF_Manifest_FilesID" />
|
||||
<ComponentRef Id="FF_pkcs11_plugin_32_setup" />
|
||||
</Feature>
|
||||
|
||||
</Feature>
|
||||
|
||||
</Feature>
|
||||
<UI>
|
||||
<UIRef Id="WixUI_FeatureTree" />
|
||||
<ui:WixUI Id="WixUI_FeatureTree" />
|
||||
<Property Id="WIXUI_INSTALLDIR" Value="APPLICATIONROOTFOLDER" />
|
||||
<UIRef Id="WixUI_ErrorProgressText" />
|
||||
</UI>
|
||||
|
@ -283,9 +166,86 @@
|
|||
<CustomAction Id="IsPrivileged" Error="!(loc.AdminNeeded)" />
|
||||
|
||||
<InstallExecuteSequence>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions">Not Privileged</Custom>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions" Condition="Not Privileged" />
|
||||
<Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
|
||||
</InstallExecuteSequence>
|
||||
|
||||
</Product>
|
||||
|
||||
|
||||
<StandardDirectory Id="CommonAppDataFolder">
|
||||
<Directory Id="APPLICATIONDATAFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="LOGDIR" Name="log" />
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
|
||||
<StandardDirectory Id="ProgramFilesFolder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="FFPLUGMANFOLDER" Name="FireFox Plugin Manifests" />
|
||||
<Directory Id="MINIDRIVERROOTFOLDER" Name="BeID Minidriver" />
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
|
||||
<StandardDirectory Id="SystemFolder">
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT" SourceFile="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\v143\MergeModules\Microsoft_VC143_CRT_x86.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
<Directory Id="BEIDPPDIR" Name="beidpp" />
|
||||
</StandardDirectory>
|
||||
|
||||
|
||||
<Component Id="FF_pkcs11_plugin_32_setup" Guid="{CE09E849-91E3-4EDE-9C8B-5261162FCD42}" Directory="TARGETDIR">
|
||||
<!-- Create our 32 bit beid_ff_pkcs11.dll manifest location -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\PKCS11Modules\beidpkcs11_32">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_32.json" />
|
||||
</RegistryKey>
|
||||
<!-- Create the managed storage location (that contains beid version number)-->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\ManagedStorage\belgiumeid@eid.belgium.be">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_version.json" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="SCardSvrService" Guid="{C3BC9746-0843-41b2-BDDA-3192772974CE}" Permanent="yes" Directory="TARGETDIR">
|
||||
<!-- Start SCardSvr Service during startup -->
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\SCardSvr" Type="integer" Name="Start" Value="2" KeyPath="yes" />
|
||||
<!-- Start SCardSvr Service now -->
|
||||
<!--<ServiceControl Id="StartSCardSvrService" Name="SCardSvr" Start="install" Wait="no"/>-->
|
||||
</Component>
|
||||
|
||||
<Component Id="REGISTERMINIDRIVER" Guid="{B9980C19-883E-49f9-BDD2-AB3D75187C8F}" Directory="TARGETDIR">
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv32.dll" KeyPath="yes" />
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b98004000a503010101ad1300" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffff00ff00ffffffffffffff00" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
</RegistryKey>
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid_v18">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv32.dll" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b7f96000080318065b085040120120fff829000" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffffffffffffffffffffffffffffffffffffffff" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="RegistryBeidSystem" Guid="{414DF15C-6CE6-4181-95B4-D83F16903BA3}" Directory="TARGETDIR">
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\BEID" ForceDeleteOnUninstall="yes">
|
||||
|
||||
<RegistryKey Key="general">
|
||||
<RegistryValue Type="string" Name="install_dirname" Value="[ProgramFilesFolder]Belgium Identity Card" />
|
||||
</RegistryKey>
|
||||
|
||||
<RegistryKey Key="logging">
|
||||
<RegistryValue Type="string" Name="log_dirname" Value="[CommonAppDataFolder]Belgium Identity Card\log" />
|
||||
</RegistryKey>
|
||||
|
||||
</RegistryKey>
|
||||
|
||||
</Component>
|
||||
|
||||
</Package>
|
||||
</Wix>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
|
||||
<?include ..\..\..\scripts\windows\eidmw_revision.wxs ?>
|
||||
|
||||
<?define var.OfficialProductVersion =$(var.BaseVersion1).$(var.BaseVersion2).$(var.BaseVersion3)?>
|
||||
|
@ -14,28 +12,10 @@
|
|||
|
||||
<?define var.PackageCode="*"?>
|
||||
|
||||
<Product Id="$(var.ProductGuid)"
|
||||
Name="$(var.ProductName)"
|
||||
Language="!(loc.Lang)"
|
||||
Codepage="1252"
|
||||
Version="$(var.ProductVersion)"
|
||||
Manufacturer="Belgian Government"
|
||||
UpgradeCode="$(var.UpgradeCode)">
|
||||
<Package Name="$(var.ProductName)" Language="!(loc.Lang)" Codepage="1252" Version="$(var.ProductVersion)" Manufacturer="Belgian Government" UpgradeCode="$(var.UpgradeCode)" InstallerVersion="500" ProductCode="$(var.ProductGuid)"><!-- InstallerVersion="405"(v4.5)Released with Vista Service Pack 2, or update for Windows XP(SP2, SP3) -->
|
||||
<SummaryInformation Keywords="Belgium e-ID Middleware Installer" Manufacturer="Belgian Government" />
|
||||
|
||||
<!-- InstallerVersion="405"(v4.5)Released with Vista Service Pack 2, or update for Windows XP(SP2, SP3) -->
|
||||
<Package Id="$(var.PackageCode)"
|
||||
InstallerVersion="405"
|
||||
Keywords="Belgium e-ID Middleware Installer"
|
||||
Platform="x64"
|
||||
Manufacturer="Belgian Government"
|
||||
Compressed="yes"
|
||||
InstallPrivileges="elevated"
|
||||
/>
|
||||
|
||||
<MajorUpgrade
|
||||
AllowDowngrades="no"
|
||||
DowngradeErrorMessage="error 1638: Newer version eID Middleware found"
|
||||
/>
|
||||
<MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="error 1638: Newer version eID Middleware found" />
|
||||
|
||||
<?if $(var.Lang) = "nl"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
|
@ -50,62 +30,31 @@
|
|||
<WixVariable Id="WixUIBannerBmp" Value="..\..\bannrbmp.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="..\..\dlgbmp.bmp" />
|
||||
|
||||
<Condition Message="!(loc.MinOs)">
|
||||
<![CDATA[
|
||||
Installed
|
||||
OR ((VersionNT = 500) and (ServicePackLevel > 3))
|
||||
OR ((VersionNT = 501) and (ServicePackLevel > 1))
|
||||
OR (VersionNT > 501)
|
||||
]]>
|
||||
</Condition>
|
||||
<Launch Condition="Installed OR ((VersionNT = 500) and (ServicePackLevel > 3)) OR ((VersionNT = 501) and (ServicePackLevel > 1)) OR (VersionNT > 501)" Message="!(loc.MinOs)" />
|
||||
|
||||
<Media Id="1" Cabinet="Middleware.cab" EmbedCab="yes" />
|
||||
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico"/>
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico" />
|
||||
|
||||
<Property Id="ARPPRODUCTICON" Value="eid.ico" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="http://eid.belgium.be"/>
|
||||
<Property Id="ARPURLINFOABOUT" Value="http://eid.belgium.be" />
|
||||
|
||||
<Property Id="ALLUSERS" Value="1" />
|
||||
|
||||
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
|
||||
<Directory Id="CommonAppDataFolder" Name="CommonAppDataFolder">
|
||||
<Directory Id="APPLICATIONDATAFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="LOGDIR" Name="log"/>
|
||||
</Directory>
|
||||
</Directory>
|
||||
<Directory Id="ProgramFilesFolder" Name="ProgramFilesFolder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="MINIDRIVERROOTFOLDER" Name="BeID Minidriver"/>
|
||||
<Directory Id="FFPLUGMANFOLDER" Name="FireFox Plugin Manifests"/>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
<Directory Id="SystemFolder" Name="SystemFolder">
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT" SourceFile="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\v142\MergeModules\Microsoft_VC142_CRT_x86.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
<Directory Id="BEIDPPDIR" Name="beidpp"/>
|
||||
</Directory>
|
||||
<Directory Id="System64Folder"/>
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT_64" SourceFile="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\v142\MergeModules\Microsoft_VC142_CRT_x64.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
</Directory>
|
||||
|
||||
|
||||
<DirectoryRef Id="LOGDIR">
|
||||
<Component Id="LogDir" Guid="{A300DA04-F8DF-4506-B654-1E5EB2782DF3}" KeyPath="yes" Win64="no">
|
||||
<Component Id="LogDir" Guid="{A300DA04-F8DF-4506-B654-1E5EB2782DF3}" KeyPath="yes" Bitness="always32">
|
||||
<CreateFolder>
|
||||
<util:PermissionEx GenericAll="yes" User="Users" />
|
||||
</CreateFolder>
|
||||
<RemoveFile Id="RemoveLogFiles" On="uninstall" Name="*"/>
|
||||
<RemoveFolder Id="RemoveLogFolder" On="uninstall"/>
|
||||
<RemoveFile Id="RemoveLogFiles" On="uninstall" Name="*" />
|
||||
<RemoveFolder Id="RemoveLogFolder" On="uninstall" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="MINIDRIVERROOTFOLDER">
|
||||
<Component Id="beidmdrv" Guid="2bdf2bb0-4f7a-4ed6-a3d4-abcbe212fa14" Win64="no">
|
||||
<Component Id="beidmdrv" Guid="2bdf2bb0-4f7a-4ed6-a3d4-abcbe212fa14" Bitness="always32">
|
||||
<File Id="beidmdrv.inf" Name="beidmdrv.inf" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv.inf" KeyPath="yes" DiskId="1" />
|
||||
<File Id="beidmdrv.cat" Name="beidmdrv.cat" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv.cat" KeyPath="no" DiskId="1" />
|
||||
<File Id="beidmdrv32.dll" Name="beidmdrv32.dll" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv32.dll" KeyPath="no" DiskId="1" />
|
||||
|
@ -114,31 +63,31 @@
|
|||
<!-- Certificate Propagation Service is a standard Windows service available in from Windows Vista on. In order to use the minidriver
|
||||
it is necessary that this service is running. When a smart card reader is inserted this service should be started by the smart card
|
||||
driver. As not all drivers are following this guidance, we start CertPropSvc during the minidriver install -->
|
||||
<Component Id="CertPropService" Guid="932459d0-df59-11de-8a39-0800200c9a66" Permanent="yes" Win64="no">
|
||||
<Component Id="CertPropService" Guid="932459d0-df59-11de-8a39-0800200c9a66" Permanent="yes" Bitness="always32">
|
||||
<!-- Start Certificate Propagation Service during startup -->
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\CertPropSvc" Type="integer" Name="Start" Value="2" KeyPath="yes"/>
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\CertPropSvc" Type="integer" Name="Start" Value="2" KeyPath="yes" />
|
||||
<!-- Start Certificate Propagation Service now -->
|
||||
<!--<ServiceControl Id="StartCertPropSvc" Name="CertPropSvc" Start="install" />-->
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="FFPLUGMANFOLDER">
|
||||
<Component Id="FF_Manifest_FilesID" Guid="{658ACEFD-3305-447B-B764-96AA69344458}" Win64="no">
|
||||
<Component Id="FF_Manifest_FilesID" Guid="{658ACEFD-3305-447B-B764-96AA69344458}" Bitness="always32">
|
||||
<File Id="FF_Manifest_File_32ID" Name="beidpkcs11_32.json" KeyPath="yes" Source="..\..\..\plugins_tools\Firefox_plugin\beidpkcs11_32.json" />
|
||||
<File Id="FF_Manifest_File_64ID" Name="beidpkcs11_64.json" KeyPath="no" Source="..\..\..\plugins_tools\Firefox_plugin\beidpkcs11_64.json" />
|
||||
<File Id="FF_Manifest_File_VersionID" Name="beidpkcs11_version.json" KeyPath="no" Source="..\..\..\plugins_tools\Firefox_plugin\beidpkcs11_version.json" />
|
||||
<File Id="FF_Manifestbeid_ff_pkcs11_64ID" Name="beid_ff_pkcs11_64.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2019\binaries\x64_pkcs11_ff_release\beid_ff_pkcs11.dll" />
|
||||
<File Id="FF_Manifestbeid_ff_pkcs11.32ID" Name="beid_ff_pkcs11_32.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2019\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
<File Id="FF_Manifestbeid_ff_pkcs11_64ID" Name="beid_ff_pkcs11_64.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\x64_pkcs11_ff_release\beid_ff_pkcs11.dll" />
|
||||
<File Id="FF_Manifestbeid_ff_pkcs11.32ID" Name="beid_ff_pkcs11_32.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="APPLICATIONROOTFOLDER">
|
||||
|
||||
<Component Id="Icon" Guid="{5B657BAD-8CFC-4E42-AF8C-13338C50D784}" SharedDllRefCount="yes" Win64="no">
|
||||
<Component Id="Icon" Guid="{5B657BAD-8CFC-4E42-AF8C-13338C50D784}" SharedDllRefCount="yes" Bitness="always32">
|
||||
<File Id="eid.ico" Name="eid.ico" KeyPath="yes" Source="..\..\eid.ico" />
|
||||
</Component>
|
||||
|
||||
<Component Id="License" Guid="{C00AF621-E882-4805-BA9C-B90AA5DBBCB6}" SharedDllRefCount="no" Win64="no">
|
||||
<Component Id="License" Guid="{C00AF621-E882-4805-BA9C-B90AA5DBBCB6}" SharedDllRefCount="no" Bitness="always32">
|
||||
<File Id="License_en.rtf" Name="License_en.rtf" KeyPath="yes" Source="..\..\..\doc\licenses\English\License_en.rtf" />
|
||||
<File Id="License_nl.rtf" Name="License_nl.rtf" KeyPath="no" Source="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
<File Id="License_fr.rtf" Name="License_fr.rtf" KeyPath="no" Source="..\..\..\doc\licenses\French\License_fr.rtf" />
|
||||
|
@ -147,137 +96,43 @@
|
|||
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="System64Folder">
|
||||
<StandardDirectory Id="System64Folder">
|
||||
|
||||
<Component Id="pkcs11_64" Guid="{3C4751D6-D92C-40ab-8FA5-3A1DF1D927EA}" SharedDllRefCount="no" Win64="yes">
|
||||
<File Id="beidpkcs11_64.dll" Name="beidpkcs11.dll" KeyPath="yes" Source="..\..\..\cardcomm\pkcs11\VS_2019\binaries\x64_Release\beidpkcs11.dll" />
|
||||
<File Id="beid_ff_pkcs11_64.dll" Name="beid_ff_pkcs11.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2019\binaries\x64_pkcs11_ff_release\beid_ff_pkcs11.dll" />
|
||||
<Component Id="pkcs11_64" Guid="{3C4751D6-D92C-40ab-8FA5-3A1DF1D927EA}" SharedDllRefCount="no" Bitness="always64">
|
||||
<File Id="beidpkcs11_64.dll" Name="beidpkcs11.dll" KeyPath="yes" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\x64_Release\beidpkcs11.dll" />
|
||||
<File Id="beid_ff_pkcs11_64.dll" Name="beid_ff_pkcs11.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\x64_pkcs11_ff_release\beid_ff_pkcs11.dll" />
|
||||
<!-- <Shortcut Id='beid32_ff_pkcs11_shortcutId' Directory='FFPLUGMANFOLDER' Name="beid32_ff_pkcs11.dll" WorkingDirectory='System64Folder' Advertise="yes" /> -->
|
||||
</Component>
|
||||
|
||||
<Component Id="MINIDRIVER_64" Guid="{a8259480-e408-11de-8a39-0800200c9a66}" SharedDllRefCount="no" Win64="yes">
|
||||
<Component Id="MINIDRIVER_64" Guid="{a8259480-e408-11de-8a39-0800200c9a66}" SharedDllRefCount="no" Bitness="always64">
|
||||
<File Id="MINIDRIVER_64.dll" Name="beidmdrv64.dll" KeyPath="yes" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv64.dll" />
|
||||
</Component>
|
||||
|
||||
</DirectoryRef>
|
||||
</StandardDirectory>
|
||||
|
||||
<DirectoryRef Id="SystemFolder">
|
||||
<StandardDirectory Id="SystemFolder">
|
||||
|
||||
<Component Id="MINIDRIVER" Guid="{2A6887B1-A020-47e7-847A-F68673A12CE2}" SharedDllRefCount="yes" Win64="no">
|
||||
<Component Id="MINIDRIVER" Guid="{2A6887B1-A020-47e7-847A-F68673A12CE2}" SharedDllRefCount="yes" Bitness="always32">
|
||||
<File Id="MINIDRIVER.dll" Name="beidmdrv32.dll" KeyPath="yes" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv32.dll" />
|
||||
</Component>
|
||||
|
||||
<Component Id="pkcs11" Guid="{D54164C0-795D-4B2D-96C6-C8E395100896}" SharedDllRefCount="yes" Win64="no">
|
||||
<File Id="beidpkcs11.dll" Name="beidpkcs11.dll" KeyPath="yes" Source="..\..\..\cardcomm\pkcs11\VS_2019\binaries\win32_release\beidpkcs11.dll" />
|
||||
<File Id="beid_ff_pkcs11.dll" Name="beid_ff_pkcs11.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2019\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
<Component Id="pkcs11" Guid="{D54164C0-795D-4B2D-96C6-C8E395100896}" SharedDllRefCount="yes" Bitness="always32">
|
||||
<File Id="beidpkcs11.dll" Name="beidpkcs11.dll" KeyPath="yes" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\win32_release\beidpkcs11.dll" />
|
||||
<File Id="beid_ff_pkcs11.dll" Name="beid_ff_pkcs11.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
<!-- <Shortcut Id='beid64_ff_pkcs11_shortcutId' Directory='FFPLUGMANFOLDER' Name="beid64_ff_pkcs11.dll" WorkingDirectory='SystemFolder' Advertise="yes" /> -->
|
||||
</Component>
|
||||
|
||||
</DirectoryRef>
|
||||
</StandardDirectory>
|
||||
|
||||
<DirectoryRef Id="BEIDPPDIR">
|
||||
<Component Id="PinpadLib" Guid="{9ADA6D75-5DCC-467E-A0CE-B84A482B2115}" SharedDllRefCount="yes" Win64="no">
|
||||
<File Id="xireid.dll" Name="xireid.dll" Source="..\..\..\beidpp\xireid.dll" />
|
||||
<Component Id="PinpadLib" Guid="{9ADA6D75-5DCC-467E-A0CE-B84A482B2115}" SharedDllRefCount="yes" Bitness="always32">
|
||||
<File Id="xireid.dll" Name="xireid.dll" Source="..\..\beidpp\xireid.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="TARGETDIR">
|
||||
<Component Id="SCardSvrService" Guid="{C3BC9746-0843-41b2-BDDA-3192772974CE}" Permanent="yes" Win64="no">
|
||||
<!-- Start SCardSvr Service during startup -->
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\SCardSvr" Type="integer" Name="Start" Value="2" KeyPath="yes"/>
|
||||
<!-- Start SCardSvr Service now -->
|
||||
<!-- <ServiceControl Id="StartSCardSvrService" Name="SCardSvr" Start="install" /> -->
|
||||
</Component>
|
||||
|
||||
<Component Id="FF_pkcs11_plugin_32_setup" Guid="{C5D92550-C65F-46D6-A1A5-35FA8AE2594F}" Win64="yes">
|
||||
<!-- Create our 32 bit beid_ff_pkcs11.dll manifest location -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\PKCS11Modules\beidpkcs11_32">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_32.json"/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="FF_pkcs11_plugin_64_setup" Guid="{5127623F-59F2-4A7E-8E73-3450D68A5B5E}" Win64="yes">
|
||||
<!-- Create our 64 bit beid_ff_pkcs11.dll manifest location -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\PKCS11Modules\beidpkcs11_64">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_64.json"/>
|
||||
</RegistryKey>
|
||||
<!-- Create the managed storage location (that contains beid version number)-->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\ManagedStorage\belgiumeid@eid.belgium.be">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_version.json"/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="REGISTERMINIDRIVER" Guid="{B9980C19-883E-49f9-BDD2-AB3D75187C8F}" Win64="no">
|
||||
<RegistryKey Root="HKLM"
|
||||
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv32.dll" KeyPath="yes"/>
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b98004000a503010101ad1300" KeyPath="no"/>
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffff00ff00ffffffffffffff00" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
</RegistryKey>
|
||||
<RegistryKey Root="HKLM"
|
||||
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid_v18"
|
||||
Action="createAndRemoveOnUninstall">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv32.dll" KeyPath="no"/>
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b7f96000080318065b085040120120fff829000" KeyPath="no"/>
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffffffffffffffffffffffffffffffffffffffff" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
|
||||
<Component Id="REGISTERMINIDRIVER_64" Guid="{3BCA1B2C-08AF-4727-AD85-1C60025656EA}" Win64="yes">
|
||||
<RegistryKey Root="HKLM"
|
||||
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv64.dll" KeyPath="yes"/>
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b98004000a503010101ad1300" KeyPath="no"/>
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffff00ff00ffffffffffffff00" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
</RegistryKey>
|
||||
<RegistryKey Root="HKLM"
|
||||
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid_v18"
|
||||
Action="createAndRemoveOnUninstall">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv64.dll" KeyPath="no"/>
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b7f96000080318065b085040120120fff829000" KeyPath="no"/>
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffffffffffffffffffffffffffffffffffffffff" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no"/>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="RegistryBeidSystem" Guid="{414DF15C-6CE6-4181-95B4-D83F16903BA3}" Win64="no">
|
||||
<RegistryKey Root="HKLM"
|
||||
Key="SOFTWARE\BEID"
|
||||
ForceDeleteOnUninstall="yes">
|
||||
|
||||
<RegistryKey Key="general">
|
||||
<RegistryValue Type="string" Name="install_dirname" Value="[ProgramFilesFolder]Belgium Identity Card"/>
|
||||
</RegistryKey>
|
||||
|
||||
<RegistryKey Key="logging">
|
||||
<RegistryValue Type="string" Name="log_dirname" Value="[CommonAppDataFolder]Belgium Identity Card\log"/>
|
||||
</RegistryKey>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
</DirectoryRef>
|
||||
|
||||
<Feature Id="BeidRuntime"
|
||||
Title="!(loc.BeidRuntime)"
|
||||
Description="!(loc.BeidRuntimeDesc)"
|
||||
Absent="disallow"
|
||||
Level="1"
|
||||
>
|
||||
<Feature Id="BeidRuntime" Title="!(loc.BeidRuntime)" Description="!(loc.BeidRuntimeDesc)" Level="1" AllowAbsent="no">
|
||||
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Feature Id="VCRedist" Title="VC++ 15.0 runtime" AllowAdvertise="no" Display="hidden" Level="1">
|
||||
|
@ -291,47 +146,43 @@
|
|||
|
||||
<!-- Program Files -->
|
||||
<ComponentRef Id="Icon" />
|
||||
<ComponentRef Id="License"/>
|
||||
<ComponentRef Id="LogDir"/>
|
||||
<ComponentRef Id="License" />
|
||||
<ComponentRef Id="LogDir" />
|
||||
|
||||
<!-- Beid pinpad dir-->
|
||||
<ComponentRef Id="PinpadLib"/>
|
||||
<ComponentRef Id="PinpadLib" />
|
||||
|
||||
<!-- Windows -->
|
||||
|
||||
<!-- Registry -->
|
||||
<ComponentRef Id="RegistryBeidSystem"/>
|
||||
<ComponentRef Id="RegistryBeidSystem" />
|
||||
|
||||
<Feature Id="Crypto"
|
||||
Title="!(loc.Crypto)"
|
||||
Description="!(loc.CryptoDescr)"
|
||||
Level="1"
|
||||
>
|
||||
<ComponentRef Id="SCardSvrService"/>
|
||||
<ComponentRef Id="pkcs11"/>
|
||||
<ComponentRef Id="pkcs11_64"/>
|
||||
<Feature Id="Crypto" Title="!(loc.Crypto)" Description="!(loc.CryptoDescr)" Level="1">
|
||||
<ComponentRef Id="SCardSvrService" />
|
||||
<ComponentRef Id="pkcs11" />
|
||||
<ComponentRef Id="pkcs11_64" />
|
||||
|
||||
<!-- Shortcuts -->
|
||||
<Feature Id="Install_Minidriver" Title="Minidriver" Absent="allow" Level="1">
|
||||
<ComponentRef Id="beidmdrv"/>
|
||||
<ComponentRef Id="CertPropService"/>
|
||||
<ComponentRef Id="MINIDRIVER"/>
|
||||
<ComponentRef Id="MINIDRIVER_64"/>
|
||||
<ComponentRef Id="REGISTERMINIDRIVER"/>
|
||||
<ComponentRef Id="REGISTERMINIDRIVER_64"/>
|
||||
<Condition Level="1">VersionNT >= 600</Condition>
|
||||
<Feature Id="Install_Minidriver" Title="Minidriver" Level="1">
|
||||
<ComponentRef Id="beidmdrv" />
|
||||
<ComponentRef Id="CertPropService" />
|
||||
<ComponentRef Id="MINIDRIVER" />
|
||||
<ComponentRef Id="MINIDRIVER_64" />
|
||||
<ComponentRef Id="REGISTERMINIDRIVER" />
|
||||
<ComponentRef Id="REGISTERMINIDRIVER_64" />
|
||||
<Level Value="1" Condition="VersionNT >= 600" />
|
||||
</Feature>
|
||||
|
||||
<Feature Id="Firefox_Modules_Setup" Title="Firefox_PKCS11Modules_Manifests" Absent="allow" Level="1">
|
||||
<ComponentRef Id="FF_Manifest_FilesID"/>
|
||||
<ComponentRef Id="FF_pkcs11_plugin_32_setup"/>
|
||||
<ComponentRef Id="FF_pkcs11_plugin_64_setup"/>
|
||||
<Feature Id="Firefox_Modules_Setup" Title="Firefox_PKCS11Modules_Manifests" Level="1">
|
||||
<ComponentRef Id="FF_Manifest_FilesID" />
|
||||
<ComponentRef Id="FF_pkcs11_plugin_32_setup" />
|
||||
<ComponentRef Id="FF_pkcs11_plugin_64_setup" />
|
||||
</Feature>
|
||||
|
||||
</Feature>
|
||||
</Feature>
|
||||
<UI>
|
||||
<UIRef Id="WixUI_FeatureTree" />
|
||||
<ui:WixUI Id="WixUI_FeatureTree" />
|
||||
<Property Id="WIXUI_INSTALLDIR" Value="APPLICATIONROOTFOLDER" />
|
||||
<UIRef Id="WixUI_ErrorProgressText" />
|
||||
</UI>
|
||||
|
@ -341,9 +192,115 @@
|
|||
<CustomAction Id="IsPrivileged" Error="!(loc.AdminNeeded)" />
|
||||
|
||||
<InstallExecuteSequence>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions">Not Privileged</Custom>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions" Condition="Not Privileged" />
|
||||
<Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
|
||||
</InstallExecuteSequence>
|
||||
|
||||
</Product>
|
||||
|
||||
|
||||
<StandardDirectory Id="CommonAppDataFolder">
|
||||
<Directory Id="APPLICATIONDATAFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="LOGDIR" Name="log" />
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
<StandardDirectory Id="ProgramFilesFolder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="MINIDRIVERROOTFOLDER" Name="BeID Minidriver" />
|
||||
<Directory Id="FFPLUGMANFOLDER" Name="FireFox Plugin Manifests" />
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
|
||||
<StandardDirectory Id="SystemFolder">
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT" SourceFile="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\v143\MergeModules\Microsoft_VC143_CRT_x86.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
<Directory Id="BEIDPPDIR" Name="beidpp" />
|
||||
</StandardDirectory>
|
||||
<StandardDirectory Id="System64Folder">
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT_64" SourceFile="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\v143\MergeModules\Microsoft_VC143_CRT_x64.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
</StandardDirectory>
|
||||
|
||||
<Component Id="SCardSvrService" Guid="{C3BC9746-0843-41b2-BDDA-3192772974CE}" Permanent="yes" Directory="TARGETDIR" Bitness="always32">
|
||||
<!-- Start SCardSvr Service during startup -->
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\SCardSvr" Type="integer" Name="Start" Value="2" KeyPath="yes" />
|
||||
<!-- Start SCardSvr Service now -->
|
||||
<!-- <ServiceControl Id="StartSCardSvrService" Name="SCardSvr" Start="install" /> -->
|
||||
</Component>
|
||||
|
||||
<Component Id="FF_pkcs11_plugin_32_setup" Guid="{C5D92550-C65F-46D6-A1A5-35FA8AE2594F}" Directory="TARGETDIR" Bitness="always64">
|
||||
<!-- Create our 32 bit beid_ff_pkcs11.dll manifest location -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\PKCS11Modules\beidpkcs11_32">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_32.json" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="FF_pkcs11_plugin_64_setup" Guid="{5127623F-59F2-4A7E-8E73-3450D68A5B5E}" Directory="TARGETDIR" Bitness="always64">
|
||||
<!-- Create our 64 bit beid_ff_pkcs11.dll manifest location -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\PKCS11Modules\beidpkcs11_64">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_64.json" />
|
||||
</RegistryKey>
|
||||
<!-- Create the managed storage location (that contains beid version number)-->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\ManagedStorage\belgiumeid@eid.belgium.be">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_version.json" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="REGISTERMINIDRIVER" Guid="{B9980C19-883E-49f9-BDD2-AB3D75187C8F}" Directory="TARGETDIR" Bitness="always32">
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv32.dll" KeyPath="yes" />
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b98004000a503010101ad1300" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffff00ff00ffffffffffffff00" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
</RegistryKey>
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid_v18" ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv32.dll" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b7f96000080318065b085040120120fff829000" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffffffffffffffffffffffffffffffffffffffff" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="REGISTERMINIDRIVER_64" Guid="{3BCA1B2C-08AF-4727-AD85-1C60025656EA}" Directory="TARGETDIR" Bitness="always64">
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv64.dll" KeyPath="yes" />
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b98004000a503010101ad1300" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffff00ff00ffffffffffffff00" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
</RegistryKey>
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid_v18" ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv64.dll" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b7f96000080318065b085040120120fff829000" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffffffffffffffffffffffffffffffffffffffff" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="RegistryBeidSystem" Guid="{414DF15C-6CE6-4181-95B4-D83F16903BA3}" Directory="TARGETDIR" Bitness="always32">
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\BEID" ForceDeleteOnUninstall="yes">
|
||||
|
||||
<RegistryKey Key="general">
|
||||
<RegistryValue Type="string" Name="install_dirname" Value="[ProgramFilesFolder]Belgium Identity Card" />
|
||||
</RegistryKey>
|
||||
|
||||
<RegistryKey Key="logging">
|
||||
<RegistryValue Type="string" Name="log_dirname" Value="[CommonAppDataFolder]Belgium Identity Card\log" />
|
||||
</RegistryKey>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
</Package>
|
||||
</Wix>
|
||||
|
|
267
installers/eid-mw/Windows/Productarm64.wxs
Normal file
267
installers/eid-mw/Windows/Productarm64.wxs
Normal file
|
@ -0,0 +1,267 @@
|
|||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
|
||||
<?include ..\..\..\scripts\windows\eidmw_revision.wxs ?>
|
||||
|
||||
<?define var.OfficialProductVersion =$(var.BaseVersion1).$(var.BaseVersion2).$(var.BaseVersion3)?>
|
||||
<?define var.ProductVersion =$(var.BaseVersion1).$(var.BaseVersion2).$(var.RevisionNumber)?>
|
||||
<?define var.FullProductVersion =$(var.OfficialProductVersion).$(var.RevisionNumber)?>
|
||||
|
||||
<?define var.UpgradeCode ={41D2DFA4-7754-465C-9379-55CDBADE082D}?>
|
||||
<?define var.ProductGuid ={DB942AEA-93D6-4FE4-8862-180D35A7$(var.RevisionNumber)}?>
|
||||
|
||||
<?define var.ProductName =Belgium e-ID middleware $(var.OfficialProductVersion) (build $(var.RevisionNumber))?>
|
||||
|
||||
<?define var.PackageCode="*"?>
|
||||
|
||||
<Package Name="$(var.ProductName)"
|
||||
Language="!(loc.Lang)"
|
||||
Codepage="1252"
|
||||
Version="$(var.ProductVersion)"
|
||||
Manufacturer="Belgian Government"
|
||||
UpgradeCode="$(var.UpgradeCode)"
|
||||
ProductCode="$(var.ProductGuid)">
|
||||
<!-- InstallerVersion="500"(v5.0) Required for arm -->
|
||||
<SummaryInformation Keywords="Belgium e-ID Middleware Installer" Manufacturer="Belgian Government" />
|
||||
|
||||
<MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="error 1638: Newer version eID Middleware found" />
|
||||
|
||||
<?if $(var.Lang) = "nl"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
<?elseif $(var.Lang) = "fr"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\French\License_fr.rtf" />
|
||||
<?elseif $(var.Lang) = "de"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\German\License_de.rtf" />
|
||||
<?else?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\English\License_en.rtf" />
|
||||
<?endif?>
|
||||
|
||||
<WixVariable Id="WixUIBannerBmp" Value="..\..\bannrbmp.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="..\..\dlgbmp.bmp" />
|
||||
|
||||
<Launch Condition="Installed OR ((VersionNT = 500) and (ServicePackLevel > 3)) OR ((VersionNT = 501) and (ServicePackLevel > 1)) OR (VersionNT > 501)" Message="!(loc.MinOs)" />
|
||||
|
||||
<Media Id="1" Cabinet="Middleware.cab" EmbedCab="yes" />
|
||||
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico" />
|
||||
|
||||
<Property Id="ARPPRODUCTICON" Value="eid.ico" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="http://eid.belgium.be" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<DirectoryRef Id="LOGDIR">
|
||||
<Component Id="LogDir" Guid="{A300DA04-F8DF-4506-B654-1E5EB2782DF3}" KeyPath="yes" Bitness="always32">
|
||||
<CreateFolder>
|
||||
<util:PermissionEx GenericAll="yes" User="Users" />
|
||||
</CreateFolder>
|
||||
<RemoveFile Id="RemoveLogFiles" On="uninstall" Name="*" />
|
||||
<RemoveFolder Id="RemoveLogFolder" On="uninstall" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="MINIDRIVERROOTFOLDER">
|
||||
<Component Id="beidmdrv" Guid="2bdf2bb0-4f7a-4ed6-a3d4-abcbe212fa14" Bitness="always64">
|
||||
<File Id="beidmdrv.inf" Name="beidmdrv.inf" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv.inf" KeyPath="yes" DiskId="1" />
|
||||
<File Id="beidmdrv.cat" Name="beidmdrv.cat" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv.cat" KeyPath="no" DiskId="1" />
|
||||
<File Id="beidmdrv_arm64.dll" Name="beidmdrv_arm64.dll" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv_arm64.dll" KeyPath="no" DiskId="1" />
|
||||
</Component>
|
||||
<!-- Certificate Propagation Service is a standard Windows service available in from Windows Vista on. In order to use the minidriver
|
||||
it is necessary that this service is running. When a smart card reader is inserted this service should be started by the smart card
|
||||
driver. As not all drivers are following this guidance, we start CertPropSvc during the minidriver install -->
|
||||
<Component Id="CertPropService" Guid="932459d0-df59-11de-8a39-0800200c9a66" Permanent="yes" Bitness="always32">
|
||||
<!-- Start Certificate Propagation Service during startup -->
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\CertPropSvc" Type="integer" Name="Start" Value="2" KeyPath="yes" />
|
||||
<!-- Start Certificate Propagation Service now -->
|
||||
<!--<ServiceControl Id="StartCertPropSvc" Name="CertPropSvc" Start="install" />-->
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="FFPLUGMANFOLDER">
|
||||
<Component Id="FF_Manifest_FilesID" Guid="{658ACEFD-3305-447B-B764-96AA69344458}" Bitness="always32">
|
||||
<File Id="FF_Manifest_File_32ID" Name="beidpkcs11_32.json" KeyPath="yes" Source="..\..\..\plugins_tools\Firefox_plugin\beidpkcs11_32.json" />
|
||||
<File Id="FF_Manifest_File_64ID" Name="beidpkcs11_64.json" KeyPath="no" Source="..\..\..\plugins_tools\Firefox_plugin\beidpkcs11_64.json" />
|
||||
<File Id="FF_Manifest_File_VersionID" Name="beidpkcs11_version.json" KeyPath="no" Source="..\..\..\plugins_tools\Firefox_plugin\beidpkcs11_version.json" />
|
||||
<File Id="FF_Manifestbeid_ff_pkcs11_64ID" Name="beid_ff_pkcs11_64.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\ARM64_pkcs11_ff_release\beid_ff_pkcs11.dll" />
|
||||
<File Id="FF_Manifestbeid_ff_pkcs11.32ID" Name="beid_ff_pkcs11_32.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="APPLICATIONROOTFOLDER">
|
||||
|
||||
<Component Id="Icon" Guid="{5B657BAD-8CFC-4E42-AF8C-13338C50D784}" SharedDllRefCount="yes" Bitness="always32">
|
||||
<File Id="eid.ico" Name="eid.ico" KeyPath="yes" Source="..\..\eid.ico" />
|
||||
</Component>
|
||||
|
||||
<Component Id="License" Guid="{C00AF621-E882-4805-BA9C-B90AA5DBBCB6}" SharedDllRefCount="no" Bitness="always32">
|
||||
<File Id="License_en.rtf" Name="License_en.rtf" KeyPath="yes" Source="..\..\..\doc\licenses\English\License_en.rtf" />
|
||||
<File Id="License_nl.rtf" Name="License_nl.rtf" KeyPath="no" Source="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
<File Id="License_fr.rtf" Name="License_fr.rtf" KeyPath="no" Source="..\..\..\doc\licenses\French\License_fr.rtf" />
|
||||
<File Id="License_de.rtf" Name="License_de.rtf" KeyPath="no" Source="..\..\..\doc\licenses\German\License_de.rtf" />
|
||||
</Component>
|
||||
|
||||
</DirectoryRef>
|
||||
|
||||
<StandardDirectory Id="System64Folder">
|
||||
|
||||
<Component Id="pkcs11_64" Guid="{3C4751D6-D92C-40ab-8FA5-3A1DF1D927EA}" SharedDllRefCount="no" Bitness="always64">
|
||||
<File Id="beidpkcs11_64.dll" Name="beidpkcs11.dll" KeyPath="yes" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\ARM64EC_Release\beidpkcs11.dll" />
|
||||
<File Id="beid_ff_pkcs11_64.dll" Name="beid_ff_pkcs11.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\ARM64_pkcs11_ff_release\beid_ff_pkcs11.dll" />
|
||||
<!-- <Shortcut Id='beid64_ff_pkcs11_shortcutId' Directory='FFPLUGMANFOLDER' Name="beid_ff_pkcs11_64.dll" WorkingDirectory='System64Folder' Advertise="yes" /> -->
|
||||
</Component>
|
||||
|
||||
<Component Id="MINIDRIVER_64" Guid="{a8259480-e408-11de-8a39-0800200c9a66}" SharedDllRefCount="no" Bitness="always64">
|
||||
<File Id="MINIDRIVER_64.dll" Name="beidmdrv_arm64.dll" KeyPath="yes" Source="..\..\..\installers\quickinstaller\Drivers\WINALL\beidmdrv\beidmdrv_arm64.dll" />
|
||||
</Component>
|
||||
|
||||
</StandardDirectory>
|
||||
|
||||
<StandardDirectory Id="SystemFolder">
|
||||
|
||||
<Component Id="pkcs11" Guid="{D54164C0-795D-4B2D-96C6-C8E395100896}" SharedDllRefCount="yes" Bitness="always32">
|
||||
<File Id="beidpkcs11.dll" Name="beidpkcs11.dll" KeyPath="yes" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\win32_release\beidpkcs11.dll" />
|
||||
<File Id="beid_ff_pkcs11.dll" Name="beid_ff_pkcs11.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\binaries\Win32_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
<!-- <Shortcut Id='beid32_ff_pkcs11_shortcutId' Directory='FFPLUGMANFOLDER' Name="beid32_ff_pkcs11.dll" WorkingDirectory='SystemFolder' Advertise="yes" /> -->
|
||||
</Component>
|
||||
|
||||
</StandardDirectory>
|
||||
|
||||
<DirectoryRef Id="BEIDPPDIR">
|
||||
<Component Id="PinpadLib" Guid="{9ADA6D75-5DCC-467E-A0CE-B84A482B2115}" SharedDllRefCount="yes" Bitness="always32">
|
||||
<File Id="xireid.dll" Name="xireid.dll" Source="..\..\beidpp\xireid.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
|
||||
|
||||
<Feature Id="BeidRuntime" Title="!(loc.BeidRuntime)" Description="!(loc.BeidRuntimeDesc)" Level="1" AllowAbsent="no">
|
||||
|
||||
<!-- Program Files -->
|
||||
<ComponentRef Id="Icon" />
|
||||
<ComponentRef Id="License" />
|
||||
<ComponentRef Id="LogDir" />
|
||||
|
||||
<!-- Beid pinpad dir-->
|
||||
<ComponentRef Id="PinpadLib" />
|
||||
|
||||
<!-- Windows -->
|
||||
|
||||
<!-- Registry -->
|
||||
<ComponentRef Id="RegistryBeidSystem" />
|
||||
|
||||
<Feature Id="Crypto" Title="!(loc.Crypto)" Description="!(loc.CryptoDescr)" Level="1">
|
||||
<ComponentRef Id="SCardSvrService" />
|
||||
<ComponentRef Id="pkcs11"/>
|
||||
<ComponentRef Id="pkcs11_64" />
|
||||
|
||||
<!-- Shortcuts -->
|
||||
<Feature Id="Install_Minidriver" Title="Minidriver" Level="1">
|
||||
<ComponentRef Id="beidmdrv" />
|
||||
<ComponentRef Id="CertPropService" />
|
||||
<ComponentRef Id="MINIDRIVER_64" />
|
||||
<ComponentRef Id="REGISTERMINIDRIVER_64" />
|
||||
<Level Value="1" Condition="VersionNT >= 600" />
|
||||
</Feature>
|
||||
|
||||
<Feature Id="Firefox_Modules_Setup" Title="Firefox_PKCS11Modules_Manifests" Level="1">
|
||||
<ComponentRef Id="FF_Manifest_FilesID" />
|
||||
<ComponentRef Id="FF_pkcs11_plugin_32_setup"/>
|
||||
<ComponentRef Id="FF_pkcs11_plugin_64_setup" />
|
||||
</Feature>
|
||||
|
||||
</Feature>
|
||||
</Feature>
|
||||
<UI>
|
||||
<ui:WixUI Id="WixUI_FeatureTree" />
|
||||
<Property Id="WIXUI_INSTALLDIR" Value="APPLICATIONROOTFOLDER" />
|
||||
<UIRef Id="WixUI_ErrorProgressText" />
|
||||
</UI>
|
||||
|
||||
<!--SetARPINSTALLLOCATION sets the location in the registry entries of the Add & Remove Panel-->
|
||||
<CustomAction Id="SetARPINSTALLLOCATION" Property="ARPINSTALLLOCATION" Value="[APPLICATIONROOTFOLDER]" />
|
||||
<CustomAction Id="IsPrivileged" Error="!(loc.AdminNeeded)" />
|
||||
|
||||
<InstallExecuteSequence>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions" Condition="Not Privileged" />
|
||||
<Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
|
||||
</InstallExecuteSequence>
|
||||
|
||||
|
||||
|
||||
<StandardDirectory Id="CommonAppDataFolder">
|
||||
<Directory Id="APPLICATIONDATAFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="LOGDIR" Name="log" />
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
<StandardDirectory Id="ProgramFiles64Folder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="MINIDRIVERROOTFOLDER" Name="BeID Minidriver" />
|
||||
<Directory Id="FFPLUGMANFOLDER" Name="FireFox Plugin Manifests" />
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
|
||||
<StandardDirectory Id="SystemFolder">
|
||||
<Directory Id="BEIDPPDIR" Name="beidpp" />
|
||||
</StandardDirectory>
|
||||
|
||||
<Component Id="SCardSvrService" Guid="{C3BC9746-0843-41b2-BDDA-3192772974CE}" Permanent="yes" Directory="TARGETDIR" Bitness="always32">
|
||||
<!-- Start SCardSvr Service during startup -->
|
||||
<RegistryValue Root="HKLM" Key="System\CurrentControlSet\Services\SCardSvr" Type="integer" Name="Start" Value="2" KeyPath="yes" />
|
||||
<!-- Start SCardSvr Service now -->
|
||||
<!-- <ServiceControl Id="StartSCardSvrService" Name="SCardSvr" Start="install" /> -->
|
||||
</Component>
|
||||
|
||||
<Component Id="FF_pkcs11_plugin_32_setup" Guid="{C5D92550-C65F-46D6-A1A5-35FA8AE2594F}" Directory="TARGETDIR" Bitness="always64">
|
||||
<!-- Create our 32 bit beid_ff_pkcs11.dll manifest location -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\PKCS11Modules\beidpkcs11_32">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_32.json" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="FF_pkcs11_plugin_64_setup" Guid="{5127623F-59F2-4A7E-8E73-3450D68A5B5E}" Directory="TARGETDIR" Bitness="always64">
|
||||
<!-- Create our 64 bit beid_ff_pkcs11.dll manifest location -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\PKCS11Modules\beidpkcs11_64">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_64.json" />
|
||||
</RegistryKey>
|
||||
<!-- Create the managed storage location (that contains beid version number) -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Mozilla\ManagedStorage\belgiumeid@eid.belgium.be">
|
||||
<RegistryValue Type="string" Value="[FFPLUGMANFOLDER]beidpkcs11_version.json" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="REGISTERMINIDRIVER_64" Guid="{3BCA1B2C-08AF-4727-AD85-1C60025656EA}" Directory="TARGETDIR" Bitness="always64">
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv_arm64.dll" KeyPath="yes" />
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b98004000a503010101ad1300" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffff00ff00ffffffffffffff00" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
</RegistryKey>
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\Beid_v18" ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes">
|
||||
<RegistryValue Type="string" Name="80000001" Value="beidmdrv_arm64.dll" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATR" Value="3b7f96000080318065b085040120120fff829000" KeyPath="no" />
|
||||
<RegistryValue Type="binary" Name="ATRMask" Value="ffffffffffffffffffffffffffffffffffffffff" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Crypto Provider" Value="Microsoft Base Smart Card Crypto Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="Smart Card Key Storage Provider" Value="Microsoft Smart Card Key Storage Provider" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000100" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
<RegistryValue Type="string" Name="80000103" Value="en-US,Please enter your PIN;en-EN,Please enter your PIN;nl-BE,Geef uw PIN in;nl-NL,Geef uw PIN in;fr-BE,Entrez votre code PIN;fr-FR,Entrez votre code PIN;de-DE,Bitte geben Sie Ihre PIN ein" KeyPath="no" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id="RegistryBeidSystem" Guid="{414DF15C-6CE6-4181-95B4-D83F16903BA3}" Directory="TARGETDIR" Bitness="always32">
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\BEID" ForceDeleteOnUninstall="yes">
|
||||
|
||||
<RegistryKey Key="general">
|
||||
<RegistryValue Type="string" Name="install_dirname" Value="[ProgramFiles64Folder]Belgium Identity Card" />
|
||||
</RegistryKey>
|
||||
|
||||
<RegistryKey Key="logging">
|
||||
<RegistryValue Type="string" Name="log_dirname" Value="[CommonAppDataFolder]Belgium Identity Card\log" />
|
||||
</RegistryKey>
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
</Package>
|
||||
</Wix>
|
25
installers/eid-mw/Windows/Strings-de-arm64.wxl
Normal file
25
installers/eid-mw/Windows/Strings-de-arm64.wxl
Normal file
|
@ -0,0 +1,25 @@
|
|||
<WixLocalization Culture="de-de" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1031" />
|
||||
<String Id="Langpref" Overridable="yes" Value="de" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Start Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Dieser Aufbau muss mindestens Windows XP" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium Eid" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Dieses Modul ist notwendig, um elektronische Personalausweis." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Eid Viewer" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Lesen Sie den Inhalt einer e-ID Karte" />
|
||||
<String Id="Crypto" Overridable="yes" Value="Kryptografische Module" />
|
||||
<String Id="CryptoDescr" Overridable="yes" Value="Diese Module sind für die Benutzung der eID-Karte als elektronischen Personalausweis in Internet Explorer, Firefox, usw. oder zum Erstellen von digitalen Unterschriften in Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird usw. notwendig." />
|
||||
<String Id="XSign" Overridable="yes" Value="Xsign" />
|
||||
<String Id="XSignDescr" Overridable="yes" Value="Application XSign" />
|
||||
<String Id="OutlooksncTitle" Overridable="yes" Value="Konfigurieren von MS Outlook für eID-Karte" />
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes" Value="XAdES XL- und TSA-Konfiguration für Unterschriften" />
|
||||
<String Id="OutlooksncDescr" Overridable="yes" Value="Sorgt dafür, dass MS Outlook auch Bescheinigungen ohne E-Mail-Adresse akzeptiert, wie dies bei den belgischen Personalausweisbescheinigungen der Fall ist." />
|
||||
<String Id="UtilsTitle" Overridable="yes" Value="Nützliche Hilfsmittel für die Nutzung der eID-Karte" />
|
||||
<String Id="UtilsDesc" Overridable="yes" Value="Diese Hilfsmittel können für die automatische Konfiguration bestehender Anwendungen verwendet werden, die die eID-Karte nutzen." />
|
||||
<String Id="Users" Overridable="yes" Value="Users" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="Sie müssen Administrator sein, um dieses Produkt zu installieren" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Neuere Version bereits installiert ist." />
|
||||
</WixLocalization>
|
|
@ -1,26 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="de-de" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||
<String Id="Lang" Overridable="yes">1031</String>
|
||||
<String Id="Langpref" Overridable="yes">de</String>
|
||||
<String Id="StartApp" Overridable="yes">Start Eid Viewer</String>
|
||||
<String Id="MinOs" Overridable="yes"> Dieser Aufbau muss mindestens Windows XP</String>
|
||||
<String Id="BeidRuntime" Overridable="yes">Belgium Eid</String>
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes">Dieses Modul ist notwendig, um elektronische Personalausweis.</String>
|
||||
<String Id="BeidGui" Overridable="yes">Eid Viewer</String>
|
||||
<String Id="BeidGuiDescr" Overridable="yes">Lesen Sie den Inhalt einer e-ID Karte</String>
|
||||
<String Id="Crypto" Overridable="yes">Kryptografische Module</String>
|
||||
<String Id="CryptoDescr" Overridable="yes">Diese Module sind für die Benutzung der eID-Karte als elektronischen Personalausweis in Internet Explorer, Firefox, usw. oder zum Erstellen von digitalen Unterschriften in Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird usw. notwendig.</String>
|
||||
<String Id="XSign" Overridable="yes">Xsign</String>
|
||||
<String Id="XSignDescr" Overridable="yes">Application XSign</String>
|
||||
<String Id="OutlooksncTitle" Overridable="yes">Konfigurieren von MS Outlook für eID-Karte</String>
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes">XAdES XL- und TSA-Konfiguration für Unterschriften</String>
|
||||
<String Id="OutlooksncDescr" Overridable="yes">Sorgt dafür, dass MS Outlook auch Bescheinigungen ohne E-Mail-Adresse akzeptiert, wie dies bei den belgischen Personalausweisbescheinigungen der Fall ist.</String>
|
||||
<String Id="UtilsTitle" Overridable="yes">Nützliche Hilfsmittel für die Nutzung der eID-Karte</String>
|
||||
<String Id="UtilsDesc" Overridable="yes">Diese Hilfsmittel können für die automatische Konfiguration bestehender Anwendungen verwendet werden, die die eID-Karte nutzen.</String>
|
||||
<String Id="Users" Overridable="yes">Users</String>
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes">Could not create security descriptor [3]\[4], error: [2]</String>
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes">Could not apply object security descriptor [3], error: [2]</String>
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes">Unknown object type [3], error: [2]</String>
|
||||
<String Id="AdminNeeded" Overridable="yes">Sie müssen Administrator sein, um dieses Produkt zu installieren</String>
|
||||
<String Id="NoDowngrade" Overridable="yes">Neuere Version bereits installiert ist.</String>
|
||||
<WixLocalization Culture="de-de" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1031" />
|
||||
<String Id="Langpref" Overridable="yes" Value="de" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Start Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Dieser Aufbau muss mindestens Windows XP" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium Eid" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Dieses Modul ist notwendig, um elektronische Personalausweis." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Eid Viewer" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Lesen Sie den Inhalt einer e-ID Karte" />
|
||||
<String Id="Crypto" Overridable="yes" Value="Kryptografische Module" />
|
||||
<String Id="CryptoDescr" Overridable="yes" Value="Diese Module sind für die Benutzung der eID-Karte als elektronischen Personalausweis in Internet Explorer, Firefox, usw. oder zum Erstellen von digitalen Unterschriften in Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird usw. notwendig." />
|
||||
<String Id="XSign" Overridable="yes" Value="Xsign" />
|
||||
<String Id="XSignDescr" Overridable="yes" Value="Application XSign" />
|
||||
<String Id="OutlooksncTitle" Overridable="yes" Value="Konfigurieren von MS Outlook für eID-Karte" />
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes" Value="XAdES XL- und TSA-Konfiguration für Unterschriften" />
|
||||
<String Id="OutlooksncDescr" Overridable="yes" Value="Sorgt dafür, dass MS Outlook auch Bescheinigungen ohne E-Mail-Adresse akzeptiert, wie dies bei den belgischen Personalausweisbescheinigungen der Fall ist." />
|
||||
<String Id="UtilsTitle" Overridable="yes" Value="Nützliche Hilfsmittel für die Nutzung der eID-Karte" />
|
||||
<String Id="UtilsDesc" Overridable="yes" Value="Diese Hilfsmittel können für die automatische Konfiguration bestehender Anwendungen verwendet werden, die die eID-Karte nutzen." />
|
||||
<String Id="Users" Overridable="yes" Value="Users" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="Sie müssen Administrator sein, um dieses Produkt zu installieren" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Neuere Version bereits installiert ist." />
|
||||
</WixLocalization>
|
25
installers/eid-mw/Windows/Strings-en-arm64.wxl
Normal file
25
installers/eid-mw/Windows/Strings-en-arm64.wxl
Normal file
|
@ -0,0 +1,25 @@
|
|||
<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1033" />
|
||||
<String Id="Langpref" Overridable="yes" Value="en" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Start Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="This setup need at least Windows XP" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID 4" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="This module is needed to use electronic Identity card." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Eid Viewer" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Read the content of an e-ID card" />
|
||||
<String Id="Crypto" Overridable="yes" Value="Cryptographic Modules" />
|
||||
<String Id="CryptoDescr" Overridable="yes" Value="This module is required for using the eID card as an electronic identity card in Internet Explorer, Firefox, etc. or for creating digital signatures in Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird, etc." />
|
||||
<String Id="XSign" Overridable="yes" Value="Xsign" />
|
||||
<String Id="XSignDescr" Overridable="yes" Value="Application XSign" />
|
||||
<String Id="OutlooksncTitle" Overridable="yes" Value="Configure MS Outlook for eID card" />
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes" Value="MS Office 2010: XAdES XL configuration for signatures" />
|
||||
<String Id="OutlooksncDescr" Overridable="yes" Value="Ensure that MS Outlook also accepts certificates that do not contain e-mail addresses, such as is the case with the Belgian identity card certificates." />
|
||||
<String Id="UtilsTitle" Overridable="yes" Value="Useful tools for use of the eID card" />
|
||||
<String Id="UtilsDesc" Overridable="yes" Value="These tools can be used for the automatic configuration of existing applications that use the eID card." />
|
||||
<String Id="Users" Overridable="yes" Value="Users" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="You must be an admin to install this product" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Newer version already installed." />
|
||||
</WixLocalization>
|
|
@ -1,26 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||
<String Id="Lang" Overridable="yes">1033</String>
|
||||
<String Id="Langpref" Overridable="yes">en</String>
|
||||
<String Id="StartApp" Overridable="yes">Start Eid Viewer</String>
|
||||
<String Id="MinOs" Overridable="yes">This setup need at least Windows XP</String>
|
||||
<String Id="BeidRuntime" Overridable="yes">Belgium EID 4</String>
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes">This module is needed to use electronic Identity card.</String>
|
||||
<String Id="BeidGui" Overridable="yes">Eid Viewer</String>
|
||||
<String Id="BeidGuiDescr" Overridable="yes">Read the content of an e-ID card</String>
|
||||
<String Id="Crypto" Overridable="yes">Cryptographic Modules</String>
|
||||
<String Id="CryptoDescr" Overridable="yes">This module is required for using the eID card as an electronic identity card in Internet Explorer, Firefox, etc. or for creating digital signatures in Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird, etc.</String>
|
||||
<String Id="XSign" Overridable="yes">Xsign</String>
|
||||
<String Id="XSignDescr" Overridable="yes">Application XSign</String>
|
||||
<String Id="OutlooksncTitle" Overridable="yes">Configure MS Outlook for eID card</String>
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes">MS Office 2010: XAdES XL configuration for signatures</String>
|
||||
<String Id="OutlooksncDescr" Overridable="yes">Ensure that MS Outlook also accepts certificates that do not contain e-mail addresses, such as is the case with the Belgian identity card certificates.</String>
|
||||
<String Id="UtilsTitle" Overridable="yes">Useful tools for use of the eID card</String>
|
||||
<String Id="UtilsDesc" Overridable="yes">These tools can be used for the automatic configuration of existing applications that use the eID card.</String>
|
||||
<String Id="Users" Overridable="yes">Users</String>
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes">Could not create security descriptor [3]\[4], error: [2]</String>
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes">Could not apply object security descriptor [3], error: [2]</String>
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes">Unknown object type [3], error: [2]</String>
|
||||
<String Id="AdminNeeded" Overridable="yes">You must be an admin to install this product</String>
|
||||
<String Id="NoDowngrade" Overridable="yes">Newer version already installed.</String>
|
||||
<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1033" />
|
||||
<String Id="Langpref" Overridable="yes" Value="en" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Start Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="This setup need at least Windows XP" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID 4" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="This module is needed to use electronic Identity card." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Eid Viewer" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Read the content of an e-ID card" />
|
||||
<String Id="Crypto" Overridable="yes" Value="Cryptographic Modules" />
|
||||
<String Id="CryptoDescr" Overridable="yes" Value="This module is required for using the eID card as an electronic identity card in Internet Explorer, Firefox, etc. or for creating digital signatures in Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird, etc." />
|
||||
<String Id="XSign" Overridable="yes" Value="Xsign" />
|
||||
<String Id="XSignDescr" Overridable="yes" Value="Application XSign" />
|
||||
<String Id="OutlooksncTitle" Overridable="yes" Value="Configure MS Outlook for eID card" />
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes" Value="MS Office 2010: XAdES XL configuration for signatures" />
|
||||
<String Id="OutlooksncDescr" Overridable="yes" Value="Ensure that MS Outlook also accepts certificates that do not contain e-mail addresses, such as is the case with the Belgian identity card certificates." />
|
||||
<String Id="UtilsTitle" Overridable="yes" Value="Useful tools for use of the eID card" />
|
||||
<String Id="UtilsDesc" Overridable="yes" Value="These tools can be used for the automatic configuration of existing applications that use the eID card." />
|
||||
<String Id="Users" Overridable="yes" Value="Users" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="You must be an admin to install this product" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Newer version already installed." />
|
||||
</WixLocalization>
|
25
installers/eid-mw/Windows/Strings-fr-arm64.wxl
Normal file
25
installers/eid-mw/Windows/Strings-fr-arm64.wxl
Normal file
|
@ -0,0 +1,25 @@
|
|||
<WixLocalization Culture="fr-fr" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1036" />
|
||||
<String Id="Langpref" Overridable="yes" Value="fr" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Démarrez l'application Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Cette installation a besoin de Windows XP au mimimum" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Ce module est nécessaire pour l'usage de la carte eID comme carte d'identité électronique." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Eid Viewer" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Lire le contenu de la carte e-ID" />
|
||||
<String Id="Crypto" Overridable="yes" Value="Modules cryptographiques" />
|
||||
<String Id="CryptoDescr" Overridable="yes" Value="Ces modules permettent d'utiliser la carte eID comme preuve d'identité dans Internet Explorer, Firefox, etc. ou pour créer des signatures numériques dans Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird, etc." />
|
||||
<String Id="XSign" Overridable="yes" Value="Xsign" />
|
||||
<String Id="XSignDescr" Overridable="yes" Value="Application XSign" />
|
||||
<String Id="OutlooksncTitle" Overridable="yes" Value="Configuration de MS Outlook pour la carte eID" />
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes" Value="configuration XAdES XL et TSA pour signatures" />
|
||||
<String Id="OutlooksncDescr" Overridable="yes" Value="Veille à ce que MS Outlook accepte également les certificats qui ne comprennent pas d’adresse e-mail, comme c’est le cas pour les certificats de la carte d’identité belge." />
|
||||
<String Id="UtilsTitle" Overridable="yes" Value="Ressources utiles à l’utilisation de la carte eID" />
|
||||
<String Id="UtilsDesc" Overridable="yes" Value="Ces ressources peuvent être utilisées pour la configuration automatique d’applications existantes faisant appel à la carte eID." />
|
||||
<String Id="Users" Overridable="yes" Value="Utilisateurs" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Impossible de créer le security descriptor [3]\[4], erreur: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Impossible d'appliquer le security descriptor de l'objet [3], erreur: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Type d'objet [3] inconnu, erreur: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="Vous devez être administrateur pour installer ce produit" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Une version plus récente est déjà installée." />
|
||||
</WixLocalization>
|
|
@ -1,26 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="fr-fr" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||
<String Id="Lang" Overridable="yes">1036</String>
|
||||
<String Id="Langpref" Overridable="yes">fr</String>
|
||||
<String Id="StartApp" Overridable="yes">Démarrez l'application Eid Viewer</String>
|
||||
<String Id="MinOs" Overridable="yes">Cette installation a besoin de Windows XP au mimimum</String>
|
||||
<String Id="BeidRuntime" Overridable="yes">Belgium EID</String>
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes">Ce module est nécessaire pour l'usage de la carte eID comme carte d'identité électronique.</String>
|
||||
<String Id="BeidGui" Overridable="yes">Eid Viewer</String>
|
||||
<String Id="BeidGuiDescr" Overridable="yes">Lire le contenu de la carte e-ID</String>
|
||||
<String Id="Crypto" Overridable="yes">Modules cryptographiques</String>
|
||||
<String Id="CryptoDescr" Overridable="yes">Ces modules permettent d'utiliser la carte eID comme preuve d'identité dans Internet Explorer, Firefox, etc. ou pour créer des signatures numériques dans Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird, etc.</String>
|
||||
<String Id="XSign" Overridable="yes">Xsign</String>
|
||||
<String Id="XSignDescr" Overridable="yes">Application XSign</String>
|
||||
<String Id="OutlooksncTitle" Overridable="yes">Configuration de MS Outlook pour la carte eID</String>
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes">configuration XAdES XL et TSA pour signatures</String>
|
||||
<String Id="OutlooksncDescr" Overridable="yes">Veille à ce que MS Outlook accepte également les certificats qui ne comprennent pas d’adresse e-mail, comme c’est le cas pour les certificats de la carte d’identité belge.</String>
|
||||
<String Id="UtilsTitle" Overridable="yes">Ressources utiles à l’utilisation de la carte eID</String>
|
||||
<String Id="UtilsDesc" Overridable="yes">Ces ressources peuvent être utilisées pour la configuration automatique d’applications existantes faisant appel à la carte eID.</String>
|
||||
<String Id="Users" Overridable="yes">Utilisateurs</String>
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes">Impossible de créer le security descriptor [3]\[4], erreur: [2]</String>
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes">Impossible d'appliquer le security descriptor de l'objet [3], erreur: [2]</String>
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes">Type d'objet [3] inconnu, erreur: [2]</String>
|
||||
<String Id="AdminNeeded" Overridable="yes">Vous devez être administrateur pour installer ce produit</String>
|
||||
<String Id="NoDowngrade" Overridable="yes">Une version plus récente est déjà installée.</String>
|
||||
<WixLocalization Culture="fr-fr" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1036" />
|
||||
<String Id="Langpref" Overridable="yes" Value="fr" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Démarrez l'application Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Cette installation a besoin de Windows XP au mimimum" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Ce module est nécessaire pour l'usage de la carte eID comme carte d'identité électronique." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Eid Viewer" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Lire le contenu de la carte e-ID" />
|
||||
<String Id="Crypto" Overridable="yes" Value="Modules cryptographiques" />
|
||||
<String Id="CryptoDescr" Overridable="yes" Value="Ces modules permettent d'utiliser la carte eID comme preuve d'identité dans Internet Explorer, Firefox, etc. ou pour créer des signatures numériques dans Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird, etc." />
|
||||
<String Id="XSign" Overridable="yes" Value="Xsign" />
|
||||
<String Id="XSignDescr" Overridable="yes" Value="Application XSign" />
|
||||
<String Id="OutlooksncTitle" Overridable="yes" Value="Configuration de MS Outlook pour la carte eID" />
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes" Value="configuration XAdES XL et TSA pour signatures" />
|
||||
<String Id="OutlooksncDescr" Overridable="yes" Value="Veille à ce que MS Outlook accepte également les certificats qui ne comprennent pas d’adresse e-mail, comme c’est le cas pour les certificats de la carte d’identité belge." />
|
||||
<String Id="UtilsTitle" Overridable="yes" Value="Ressources utiles à l’utilisation de la carte eID" />
|
||||
<String Id="UtilsDesc" Overridable="yes" Value="Ces ressources peuvent être utilisées pour la configuration automatique d’applications existantes faisant appel à la carte eID." />
|
||||
<String Id="Users" Overridable="yes" Value="Utilisateurs" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Impossible de créer le security descriptor [3]\[4], erreur: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Impossible d'appliquer le security descriptor de l'objet [3], erreur: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Type d'objet [3] inconnu, erreur: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="Vous devez être administrateur pour installer ce produit" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Une version plus récente est déjà installée." />
|
||||
</WixLocalization>
|
25
installers/eid-mw/Windows/Strings-nl-arm64.wxl
Normal file
25
installers/eid-mw/Windows/Strings-nl-arm64.wxl
Normal file
|
@ -0,0 +1,25 @@
|
|||
<WixLocalization Culture="nl-nl" xmlns="http://wixtoolset.org/schemas/v4/wxl" Codepage="1252">
|
||||
<String Id="Lang" Overridable="yes" Value="1043" />
|
||||
<String Id="Langpref" Overridable="yes" Value="nl" />
|
||||
<String Id="LicenseFile" Overridable="yes"></String>
|
||||
<String Id="StartApp" Overridable="yes" Value="Start de Eid Viewer toepassing" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Windows XP of hoger is vereist" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Deze modules zijn noodzakelijk voor het gebruik van de eID kaart." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="eID Viewer" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Uitlezen van de e-ID kaart" />
|
||||
<String Id="Crypto" Overridable="yes" Value="Cryptografische Modules" />
|
||||
<String Id="CryptoDescr" Overridable="yes" Value="Deze modules zijn noodzakelijk voor het gebruik van de eID kaart als elektronisch identiteitsbewijs in Internet Explorer, Firefox, etc. of voor het maken van digitale handtekeningen in Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird, etc." />
|
||||
<String Id="XSign" Overridable="yes" Value="Xsign" />
|
||||
<String Id="XSignDescr" Overridable="yes" Value="XSign Toepassing" />
|
||||
<String Id="OutlooksncTitle" Overridable="yes" Value="MS Outlook configuratie voor de eID kaart" />
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes" Value="MS Office 2010: XAdES XL en TSA configuratie voor handtekeningen" />
|
||||
<String Id="OutlooksncDescr" Overridable="yes" Value="Zorgt ervoor dat MS Outlook ook certificaten aanvaard die geen e-mail adres bevatten, zoals dat bij de Belgische identiteitskaartcertificaten het geval is." />
|
||||
<String Id="UtilsTitle" Overridable="yes" Value="Nuttige hulpmiddelen voor gebruik van de eID kaart" />
|
||||
<String Id="UtilsDesc" Overridable="yes" Value="Deze hulpmiddelen kunnen gebruikt worden voor de automatische configuratie van bestaande applicaties die van de eID kaart gebruik maken." />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Kan de security descriptor voor [3]\[4] niet aanmaken, systeemfout: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Kan de security descriptor niet zetten op object [3], systeemfout: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Onbekend Object Type [3], systeemfout: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="U moet een administrator zijn voor de installatie van dit product" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Er is reeds een nieuwere versie geïnstalleerd." />
|
||||
</WixLocalization>
|
|
@ -1,26 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="nl-nl" xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="1252">
|
||||
<String Id="Lang" Overridable="yes">1043</String>
|
||||
<String Id="Langpref" Overridable="yes">nl</String>
|
||||
<WixLocalization Culture="nl-nl" xmlns="http://wixtoolset.org/schemas/v4/wxl" Codepage="1252">
|
||||
<String Id="Lang" Overridable="yes" Value="1043" />
|
||||
<String Id="Langpref" Overridable="yes" Value="nl" />
|
||||
<String Id="LicenseFile" Overridable="yes"></String>
|
||||
<String Id="StartApp" Overridable="yes">Start de Eid Viewer toepassing</String>
|
||||
<String Id="MinOs" Overridable="yes">Windows XP of hoger is vereist</String>
|
||||
<String Id="BeidRuntime" Overridable="yes">Belgium EID</String>
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes">Deze modules zijn noodzakelijk voor het gebruik van de eID kaart.</String>
|
||||
<String Id="BeidGui" Overridable="yes">eID Viewer</String>
|
||||
<String Id="BeidGuiDescr" Overridable="yes">Uitlezen van de e-ID kaart</String>
|
||||
<String Id="Crypto" Overridable="yes">Cryptografische Modules</String>
|
||||
<String Id="CryptoDescr" Overridable="yes">Deze modules zijn noodzakelijk voor het gebruik van de eID kaart als elektronisch identiteitsbewijs in Internet Explorer, Firefox, etc. of voor het maken van digitale handtekeningen in Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird, etc.</String>
|
||||
<String Id="XSign" Overridable="yes">Xsign</String>
|
||||
<String Id="XSignDescr" Overridable="yes">XSign Toepassing</String>
|
||||
<String Id="OutlooksncTitle" Overridable="yes">MS Outlook configuratie voor de eID kaart</String>
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes">MS Office 2010: XAdES XL en TSA configuratie voor handtekeningen</String>
|
||||
<String Id="OutlooksncDescr" Overridable="yes">Zorgt ervoor dat MS Outlook ook certificaten aanvaard die geen e-mail adres bevatten, zoals dat bij de Belgische identiteitskaartcertificaten het geval is.</String>
|
||||
<String Id="UtilsTitle" Overridable="yes">Nuttige hulpmiddelen voor gebruik van de eID kaart</String>
|
||||
<String Id="UtilsDesc" Overridable="yes">Deze hulpmiddelen kunnen gebruikt worden voor de automatische configuratie van bestaande applicaties die van de eID kaart gebruik maken.</String>
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes">Kan de security descriptor voor [3]\[4] niet aanmaken, systeemfout: [2]</String>
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes">Kan de security descriptor niet zetten op object [3], systeemfout: [2]</String>
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes">Onbekend Object Type [3], systeemfout: [2]</String>
|
||||
<String Id="AdminNeeded" Overridable="yes">U moet een administrator zijn voor de installatie van dit product</String>
|
||||
<String Id="NoDowngrade" Overridable="yes">Er is reeds een nieuwere versie geïnstalleerd.</String>
|
||||
<String Id="StartApp" Overridable="yes" Value="Start de Eid Viewer toepassing" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Windows XP of hoger is vereist" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Deze modules zijn noodzakelijk voor het gebruik van de eID kaart." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="eID Viewer" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Uitlezen van de e-ID kaart" />
|
||||
<String Id="Crypto" Overridable="yes" Value="Cryptografische Modules" />
|
||||
<String Id="CryptoDescr" Overridable="yes" Value="Deze modules zijn noodzakelijk voor het gebruik van de eID kaart als elektronisch identiteitsbewijs in Internet Explorer, Firefox, etc. of voor het maken van digitale handtekeningen in Microsoft Office, OpenOffice.org, Microsoft Outlook, Thunderbird, etc." />
|
||||
<String Id="XSign" Overridable="yes" Value="Xsign" />
|
||||
<String Id="XSignDescr" Overridable="yes" Value="XSign Toepassing" />
|
||||
<String Id="OutlooksncTitle" Overridable="yes" Value="MS Outlook configuratie voor de eID kaart" />
|
||||
<String Id="Office2010XAdESDescr" Overridable="yes" Value="MS Office 2010: XAdES XL en TSA configuratie voor handtekeningen" />
|
||||
<String Id="OutlooksncDescr" Overridable="yes" Value="Zorgt ervoor dat MS Outlook ook certificaten aanvaard die geen e-mail adres bevatten, zoals dat bij de Belgische identiteitskaartcertificaten het geval is." />
|
||||
<String Id="UtilsTitle" Overridable="yes" Value="Nuttige hulpmiddelen voor gebruik van de eID kaart" />
|
||||
<String Id="UtilsDesc" Overridable="yes" Value="Deze hulpmiddelen kunnen gebruikt worden voor de automatische configuratie van bestaande applicaties die van de eID kaart gebruik maken." />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Kan de security descriptor voor [3]\[4] niet aanmaken, systeemfout: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Kan de security descriptor niet zetten op object [3], systeemfout: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Onbekend Object Type [3], systeemfout: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="U moet een administrator zijn voor de installatie van dit product" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Er is reeds een nieuwere versie geïnstalleerd." />
|
||||
</WixLocalization>
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
<!--
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
The use and distribution terms for this software are covered by the
|
||||
|
@ -10,52 +9,52 @@
|
|||
|
||||
You must not remove this notice, or any other, from this software.
|
||||
-->
|
||||
<WixLocalization Culture="nl-nl" xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="1252">
|
||||
<WixLocalization Culture="nl-nl" xmlns="http://wixtoolset.org/schemas/v4/wxl" Codepage="1252">
|
||||
|
||||
<String Id="AdvancedWelcomeEulaDlg_Title" Overridable="yes">[ProductName] Setup</String>
|
||||
<String Id="AdvancedWelcomeEulaDlgBannerBitmap" Overridable="yes">WixUI_Bmp_Banner</String>
|
||||
<String Id="AdvancedWelcomeEulaDlgTitle" Overridable="yes">{\WixUI_Font_Title}Lees aub de [ProductName] Licentie-overeenkomst</String>
|
||||
<String Id="AdvancedWelcomeEulaDlgLicenseAcceptedCheckBox" Overridable="yes">Ik &aanvaard de voorwaarden in de Licentie-overeenkomst</String>
|
||||
<String Id="AdvancedWelcomeEulaDlgDescriptionPerMachine" Overridable="yes">Klik installeer om het product te installeren met de standaard opties voor alle gebruikers. Klik geavanceerd om de opties voor de installatie te wijzigen.</String>
|
||||
<String Id="AdvancedWelcomeEulaDlgDescriptionPerUser" Overridable="yes">Klik installeer om het product te installeren met de standaard opties enkel voor de huidige gebruiker. Klik geavanceerd om de opties voor de installatie te wijzigen.</String>
|
||||
<String Id="AdvancedWelcomeEulaDlgInstall" Overridable="yes">&Installeer</String>
|
||||
<String Id="AdvancedWelcomeEulaDlgAdvanced" Overridable="yes">Geavanceer&d</String>
|
||||
<String Id="Advanced_Font_Normal_Size" Overridable="yes">8</String>
|
||||
<String Id="Advanced_Font_Bigger_Size" Overridable="yes">12</String>
|
||||
<String Id="Advanced_Font_Title_Size" Overridable="yes">9</String>
|
||||
<String Id="Advanced_Font_Emphasized_Size" Overridable="yes">8</String>
|
||||
<String Id="Advanced_Font_FaceName" Overridable="yes">Tahoma</String>
|
||||
<String Id="AdvancedWelcomeEulaDlg_Title" Overridable="yes" Value="[ProductName] Setup" />
|
||||
<String Id="AdvancedWelcomeEulaDlgBannerBitmap" Overridable="yes" Value="WixUI_Bmp_Banner" />
|
||||
<String Id="AdvancedWelcomeEulaDlgTitle" Overridable="yes" Value="{\WixUI_Font_Title}Lees aub de [ProductName] Licentie-overeenkomst" />
|
||||
<String Id="AdvancedWelcomeEulaDlgLicenseAcceptedCheckBox" Overridable="yes" Value="Ik &aanvaard de voorwaarden in de Licentie-overeenkomst" />
|
||||
<String Id="AdvancedWelcomeEulaDlgDescriptionPerMachine" Overridable="yes" Value="Klik installeer om het product te installeren met de standaard opties voor alle gebruikers. Klik geavanceerd om de opties voor de installatie te wijzigen." />
|
||||
<String Id="AdvancedWelcomeEulaDlgDescriptionPerUser" Overridable="yes" Value="Klik installeer om het product te installeren met de standaard opties enkel voor de huidige gebruiker. Klik geavanceerd om de opties voor de installatie te wijzigen." />
|
||||
<String Id="AdvancedWelcomeEulaDlgInstall" Overridable="yes" Value="&Installeer" />
|
||||
<String Id="AdvancedWelcomeEulaDlgAdvanced" Overridable="yes" Value="Geavanceer&d" />
|
||||
<String Id="Advanced_Font_Normal_Size" Overridable="yes" Value="8" />
|
||||
<String Id="Advanced_Font_Bigger_Size" Overridable="yes" Value="12" />
|
||||
<String Id="Advanced_Font_Title_Size" Overridable="yes" Value="9" />
|
||||
<String Id="Advanced_Font_Emphasized_Size" Overridable="yes" Value="8" />
|
||||
<String Id="Advanced_Font_FaceName" Overridable="yes" Value="Tahoma" />
|
||||
|
||||
<String Id="FeaturesDlg_Title" Overridable="yes">[ProductName] Setup</String>
|
||||
<String Id="FeaturesDlgTree" Overridable="yes">Product opties</String>
|
||||
<String Id="FeaturesDlgBannerBitmap" Overridable="yes">WixUI_Bmp_Banner</String>
|
||||
<String Id="FeaturesDlgDescription" Overridable="yes">Selecteer de manier waarop u het product wil installeren.</String>
|
||||
<String Id="FeaturesDlgTitle" Overridable="yes">{\WixUI_Font_Title}Product Opties</String>
|
||||
<String Id="FeaturesDlgItemDescription" Overridable="yes">FeaturesDlgItemDescription</String>
|
||||
<String Id="FeaturesDlgItemSize" Overridable="yes">FeaturesDlgItemSize</String>
|
||||
<String Id="FeaturesDlgInstall" Overridable="yes">&Installeer</String>
|
||||
<String Id="FeaturesDlgChange" Overridable="yes">&Wijzig</String>
|
||||
<String Id="InstallScopeDlg_Title" Overridable="yes">[ProductName] Setup</String>
|
||||
<String Id="InstallScopeDlgBannerBitmap" Overridable="yes">WixUI_Bmp_Banner</String>
|
||||
<String Id="InstallScopeDlgDescription" Overridable="yes">Selecteer de installatiewijze en map</String>
|
||||
<String Id="InstallScopeDlgTitle" Overridable="yes">{\WixUI_Font_Title}Installatiewijze</String>
|
||||
<String Id="InstallScopeDlgPerUser" Overridable="yes">{\WixUI_Font_Emphasized}Installeer &enkel voor de huidige gebruiker: ([USERNAME])</String>
|
||||
<String Id="InstallScopeDlgPerUserDescription" Overridable="yes">[ProductName] wordt geïnstalleerd in een map per gebruiker en is enkel beschikbaar voor uw huidig gebruikersaccount. De installatie vereist geen administrator rechten.</String>
|
||||
<String Id="InstallScopeDlgNoPerUserDescription" Overridable="yes">[ProductName] ondersteunt geen installatie per gebruiker.</String>
|
||||
<String Id="InstallScopeDlgPerMachine" Overridable="yes">{\WixUI_Font_Emphasized}Installeer voor alle gebruikers van deze &computer</String>
|
||||
<String Id="InstallScopeDlgPerMachineDescription" Overridable="yes">[ProductName] wordt geïnstalleerd in een gemeenschappelijke map en is beschikbaar voor alle gebruikers. U kan de installatiemap wijzigen. Hiervoor zijn locale administrator rechten nodig.</String>
|
||||
<String Id="InstallScopeDlgFolderLabel" Overridable="yes">Installatie &map:</String>
|
||||
<String Id="InstallScopeDlgChange" Overridable="yes">&Wijzig...</String>
|
||||
<String Id="FeaturesDlg_Title" Overridable="yes" Value="[ProductName] Setup" />
|
||||
<String Id="FeaturesDlgTree" Overridable="yes" Value="Product opties" />
|
||||
<String Id="FeaturesDlgBannerBitmap" Overridable="yes" Value="WixUI_Bmp_Banner" />
|
||||
<String Id="FeaturesDlgDescription" Overridable="yes" Value="Selecteer de manier waarop u het product wil installeren." />
|
||||
<String Id="FeaturesDlgTitle" Overridable="yes" Value="{\WixUI_Font_Title}Product Opties" />
|
||||
<String Id="FeaturesDlgItemDescription" Overridable="yes" Value="FeaturesDlgItemDescription" />
|
||||
<String Id="FeaturesDlgItemSize" Overridable="yes" Value="FeaturesDlgItemSize" />
|
||||
<String Id="FeaturesDlgInstall" Overridable="yes" Value="&Installeer" />
|
||||
<String Id="FeaturesDlgChange" Overridable="yes" Value="&Wijzig" />
|
||||
<String Id="InstallScopeDlg_Title" Overridable="yes" Value="[ProductName] Setup" />
|
||||
<String Id="InstallScopeDlgBannerBitmap" Overridable="yes" Value="WixUI_Bmp_Banner" />
|
||||
<String Id="InstallScopeDlgDescription" Overridable="yes" Value="Selecteer de installatiewijze en map" />
|
||||
<String Id="InstallScopeDlgTitle" Overridable="yes" Value="{\WixUI_Font_Title}Installatiewijze" />
|
||||
<String Id="InstallScopeDlgPerUser" Overridable="yes" Value="{\WixUI_Font_Emphasized}Installeer &enkel voor de huidige gebruiker: ([USERNAME])" />
|
||||
<String Id="InstallScopeDlgPerUserDescription" Overridable="yes" Value="[ProductName] wordt geïnstalleerd in een map per gebruiker en is enkel beschikbaar voor uw huidig gebruikersaccount. De installatie vereist geen administrator rechten." />
|
||||
<String Id="InstallScopeDlgNoPerUserDescription" Overridable="yes" Value="[ProductName] ondersteunt geen installatie per gebruiker." />
|
||||
<String Id="InstallScopeDlgPerMachine" Overridable="yes" Value="{\WixUI_Font_Emphasized}Installeer voor alle gebruikers van deze &computer" />
|
||||
<String Id="InstallScopeDlgPerMachineDescription" Overridable="yes" Value="[ProductName] wordt geïnstalleerd in een gemeenschappelijke map en is beschikbaar voor alle gebruikers. U kan de installatiemap wijzigen. Hiervoor zijn locale administrator rechten nodig." />
|
||||
<String Id="InstallScopeDlgFolderLabel" Overridable="yes" Value="Installatie &map:" />
|
||||
<String Id="InstallScopeDlgChange" Overridable="yes" Value="&Wijzig..." />
|
||||
|
||||
<String Id="InvalidDirDlg_Title" Overridable="yes">[ProductName] Setup</String>
|
||||
<String Id="InvalidDirDlgText" Overridable="yes">Installatiemap moet op een locale harde schijf.</String>
|
||||
<String Id="InvalidDirDlgIcon" Overridable="yes">WixUI_Ico_Info</String>
|
||||
<String Id="InvalidDirDlgIconTooltip" Overridable="yes">Information icon</String>
|
||||
<String Id="InvalidDirDlg_Title" Overridable="yes" Value="[ProductName] Setup" />
|
||||
<String Id="InvalidDirDlgText" Overridable="yes" Value="Installatiemap moet op een locale harde schijf." />
|
||||
<String Id="InvalidDirDlgIcon" Overridable="yes" Value="WixUI_Ico_Info" />
|
||||
<String Id="InvalidDirDlgIconTooltip" Overridable="yes" Value="Information icon" />
|
||||
|
||||
<String Id="MaintenanceTypeDlgRemoveDisabledText" Overridable="yes">[ProductName] kan niet worden verwijderd.</String>
|
||||
<String Id="MaintenanceTypeDlgRemoveDisabledText" Overridable="yes" Value="[ProductName] kan niet worden verwijderd." />
|
||||
|
||||
<String Id="MaintenanceTypeDlgRepairDisabledText" Overridable="yes">[ProductName] kan niet worden hersteld.</String>
|
||||
<String Id="MaintenanceTypeDlgRepairDisabledText" Overridable="yes" Value="[ProductName] kan niet worden hersteld." />
|
||||
|
||||
<String Id="UITextNewFolder" Overridable="yes">Map|Nieuwe Map</String>
|
||||
<String Id="UITextNewFolder" Overridable="yes" Value="Map|Nieuwe Map" />
|
||||
|
||||
</WixLocalization>
|
60
installers/eid-mw/Windows/WixUI_nl-nl_arm64.wxl
Normal file
60
installers/eid-mw/Windows/WixUI_nl-nl_arm64.wxl
Normal file
|
@ -0,0 +1,60 @@
|
|||
<!--
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
The use and distribution terms for this software are covered by the
|
||||
Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
|
||||
which can be found in the file CPL.TXT at the root of this distribution.
|
||||
By using this software in any fashion, you are agreeing to be bound by
|
||||
the terms of this license.
|
||||
|
||||
You must not remove this notice, or any other, from this software.
|
||||
-->
|
||||
<WixLocalization Culture="nl-nl" xmlns="http://wixtoolset.org/schemas/v4/wxl" Codepage="1252">
|
||||
|
||||
<String Id="AdvancedWelcomeEulaDlg_Title" Overridable="yes" Value="[ProductName] Setup" />
|
||||
<String Id="AdvancedWelcomeEulaDlgBannerBitmap" Overridable="yes" Value="WixUI_Bmp_Banner" />
|
||||
<String Id="AdvancedWelcomeEulaDlgTitle" Overridable="yes" Value="{\WixUI_Font_Title}Lees aub de [ProductName] Licentie-overeenkomst" />
|
||||
<String Id="AdvancedWelcomeEulaDlgLicenseAcceptedCheckBox" Overridable="yes" Value="Ik &aanvaard de voorwaarden in de Licentie-overeenkomst" />
|
||||
<String Id="AdvancedWelcomeEulaDlgDescriptionPerMachine" Overridable="yes" Value="Klik installeer om het product te installeren met de standaard opties voor alle gebruikers. Klik geavanceerd om de opties voor de installatie te wijzigen." />
|
||||
<String Id="AdvancedWelcomeEulaDlgDescriptionPerUser" Overridable="yes" Value="Klik installeer om het product te installeren met de standaard opties enkel voor de huidige gebruiker. Klik geavanceerd om de opties voor de installatie te wijzigen." />
|
||||
<String Id="AdvancedWelcomeEulaDlgInstall" Overridable="yes" Value="&Installeer" />
|
||||
<String Id="AdvancedWelcomeEulaDlgAdvanced" Overridable="yes" Value="Geavanceer&d" />
|
||||
<String Id="Advanced_Font_Normal_Size" Overridable="yes" Value="8" />
|
||||
<String Id="Advanced_Font_Bigger_Size" Overridable="yes" Value="12" />
|
||||
<String Id="Advanced_Font_Title_Size" Overridable="yes" Value="9" />
|
||||
<String Id="Advanced_Font_Emphasized_Size" Overridable="yes" Value="8" />
|
||||
<String Id="Advanced_Font_FaceName" Overridable="yes" Value="Tahoma" />
|
||||
|
||||
<String Id="FeaturesDlg_Title" Overridable="yes" Value="[ProductName] Setup" />
|
||||
<String Id="FeaturesDlgTree" Overridable="yes" Value="Product opties" />
|
||||
<String Id="FeaturesDlgBannerBitmap" Overridable="yes" Value="WixUI_Bmp_Banner" />
|
||||
<String Id="FeaturesDlgDescription" Overridable="yes" Value="Selecteer de manier waarop u het product wil installeren." />
|
||||
<String Id="FeaturesDlgTitle" Overridable="yes" Value="{\WixUI_Font_Title}Product Opties" />
|
||||
<String Id="FeaturesDlgItemDescription" Overridable="yes" Value="FeaturesDlgItemDescription" />
|
||||
<String Id="FeaturesDlgItemSize" Overridable="yes" Value="FeaturesDlgItemSize" />
|
||||
<String Id="FeaturesDlgInstall" Overridable="yes" Value="&Installeer" />
|
||||
<String Id="FeaturesDlgChange" Overridable="yes" Value="&Wijzig" />
|
||||
<String Id="InstallScopeDlg_Title" Overridable="yes" Value="[ProductName] Setup" />
|
||||
<String Id="InstallScopeDlgBannerBitmap" Overridable="yes" Value="WixUI_Bmp_Banner" />
|
||||
<String Id="InstallScopeDlgDescription" Overridable="yes" Value="Selecteer de installatiewijze en map" />
|
||||
<String Id="InstallScopeDlgTitle" Overridable="yes" Value="{\WixUI_Font_Title}Installatiewijze" />
|
||||
<String Id="InstallScopeDlgPerUser" Overridable="yes" Value="{\WixUI_Font_Emphasized}Installeer &enkel voor de huidige gebruiker: ([USERNAME])" />
|
||||
<String Id="InstallScopeDlgPerUserDescription" Overridable="yes" Value="[ProductName] wordt geïnstalleerd in een map per gebruiker en is enkel beschikbaar voor uw huidig gebruikersaccount. De installatie vereist geen administrator rechten." />
|
||||
<String Id="InstallScopeDlgNoPerUserDescription" Overridable="yes" Value="[ProductName] ondersteunt geen installatie per gebruiker." />
|
||||
<String Id="InstallScopeDlgPerMachine" Overridable="yes" Value="{\WixUI_Font_Emphasized}Installeer voor alle gebruikers van deze &computer" />
|
||||
<String Id="InstallScopeDlgPerMachineDescription" Overridable="yes" Value="[ProductName] wordt geïnstalleerd in een gemeenschappelijke map en is beschikbaar voor alle gebruikers. U kan de installatiemap wijzigen. Hiervoor zijn locale administrator rechten nodig." />
|
||||
<String Id="InstallScopeDlgFolderLabel" Overridable="yes" Value="Installatie &map:" />
|
||||
<String Id="InstallScopeDlgChange" Overridable="yes" Value="&Wijzig..." />
|
||||
|
||||
<String Id="InvalidDirDlg_Title" Overridable="yes" Value="[ProductName] Setup" />
|
||||
<String Id="InvalidDirDlgText" Overridable="yes" Value="Installatiemap moet op een locale harde schijf." />
|
||||
<String Id="InvalidDirDlgIcon" Overridable="yes" Value="WixUI_Ico_Info" />
|
||||
<String Id="InvalidDirDlgIconTooltip" Overridable="yes" Value="Information icon" />
|
||||
|
||||
<String Id="MaintenanceTypeDlgRemoveDisabledText" Overridable="yes" Value="[ProductName] kan niet worden verwijderd." />
|
||||
|
||||
<String Id="MaintenanceTypeDlgRepairDisabledText" Overridable="yes" Value="[ProductName] kan niet worden hersteld." />
|
||||
|
||||
<String Id="UITextNewFolder" Overridable="yes" Value="Map|Nieuwe Map" />
|
||||
|
||||
</WixLocalization>
|
|
@ -13,33 +13,25 @@
|
|||
@echo build_msi_eidmw32.cmd
|
||||
@echo [INFO] Making the nl-nl version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=nl -out obj\Product.wixobj -arch x86 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" "%~dp0\Product.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:nl-nl -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc "%~dp0\Strings-nl.wxl" -loc "%~dp0\WixUI_nl-nl.wxl" -out bin\nl-nl\BeidMW32-Basic-nl.msi -pdbout bin\nl-nl\BeidMW32-Basic-nl.wixpdb -sice:ICE09 obj\Product.wixobj"
|
||||
wix build -arch x86 -culture nl-nl -d Lang=nl -ext "%BEID_DIR_WIX%\WixToolset.UI.wixext.dll" -ext "%BEID_DIR_WIX%\WixToolset.Util.wixext.dll" -loc "%~dp0\Strings-nl.wxl" -loc WixUI_nl-nl.wxl -out bin\nl-nl\BeidMW32-Basic-nl.msi -pdb bin\nl-nl\BeidMW32-Basic-nl.wixpdb "%~dp0\Product.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the fr-fr version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=fr -out obj\Product.wixobj -arch x86 -ext "%BEID_DIR_WIX%\WixDifxAppExtension.dll" -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" "%~dp0\Product.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:fr-fr -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc "%~dp0\Strings-fr.wxl" -out bin\fr-fr\BeidMW32-Basic-fr.msi -pdbout bin\fr-fr\BeidMW32-Basic-fr.wixpdb -sice:ICE09 obj\Product.wixobj"
|
||||
wix build -arch x86 -culture fr-fr -d Lang=fr -ext "%BEID_DIR_WIX%\WixToolset.UI.wixext.dll" -ext "%BEID_DIR_WIX%\WixToolset.Util.wixext.dll" -loc "%~dp0\Strings-fr.wxl" -out bin\fr-fr\BeidMW32-Basic-fr.msi -pdb bin\fr-fr\BeidMW32-Basic-fr.wixpdb "%~dp0\Product.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the de-de version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=de -out obj\Product.wixobj -arch x86 -ext "%BEID_DIR_WIX%\WixDifxAppExtension.dll" -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" "%~dp0\Product.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:de-de -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc "%~dp0\Strings-de.wxl" -out bin\de-de\BeidMW32-Basic-de.msi -pdbout bin\de-de\BeidMW32-Basic-de.wixpdb -sice:ICE09 obj\Product.wixobj"
|
||||
wix build -arch x86 -culture de-de -d Lang=de -ext "%BEID_DIR_WIX%\WixToolset.UI.wixext.dll" -ext "%BEID_DIR_WIX%\WixToolset.Util.wixext.dll" -loc "%~dp0\Strings-de.wxl" -out bin\de-de\BeidMW32-Basic-de.msi -pdb bin\de-de\BeidMW32-Basic-de.wixpdb "%~dp0\Product.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the en-us version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=en -out obj\Product.wixobj -arch x86 -ext "%BEID_DIR_WIX%\WixDifxAppExtension.dll" -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" "%~dp0\Product.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:en-us -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc "%~dp0\Strings-en.wxl" -out bin\en-us\BeidMW32-Basic-en.msi -pdbout bin\en-us\BeidMW32-Basic-en.wixpdb -sice:ICE09 obj\Product.wixobj"
|
||||
wix build -arch x86 -culture en-us -d Lang=en -ext "%BEID_DIR_WIX%\WixToolset.UI.wixext.dll" -ext "%BEID_DIR_WIX%\WixToolset.Util.wixext.dll" -loc "%~dp0\Strings-en.wxl" -out bin\en-us\BeidMW32-Basic-en.msi -pdb bin\en-us\BeidMW32-Basic-en.wixpdb "%~dp0\Product.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
:: join the language specific msi's together
|
||||
|
|
|
@ -12,32 +12,24 @@
|
|||
@echo build_msi_eidmw64.cmd
|
||||
@echo [INFO] Making the nl-nl version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=nl -out obj\Product64.wixobj -arch x64 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" "%~dp0\Product64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:nl-nl -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc "%~dp0\Strings-nl.wxl" -loc WixUI_nl-nl.wxl -out bin\nl-nl\BeidMW64-Basic-nl.msi -pdbout bin\nl-nl\BeidMW64-Basic-nl.wixpdb -sice:ICE09 obj\Product64.wixobj
|
||||
wix build -arch x64 -culture nl-nl -d Lang=nl -ext "%BEID_DIR_WIX%\WixToolset.UI.wixext.dll" -ext "%BEID_DIR_WIX%\WixToolset.Util.wixext.dll" -loc "%~dp0\Strings-nl-arm64.wxl" -loc WixUI_nl-nl_arm64.wxl -out bin\nl-nl\BeidMW64-Basic-nl.msi -pdb bin\nl-nl\BeidMW64-Basic-nl.wixpdb "%~dp0\Product64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
@echo [INFO] Making the fr-fr version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=fr -out obj\Product64.wixobj -arch x64 -ext "%BEID_DIR_WIX%\WixDifxAppExtension.dll" -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" "%~dp0\Product64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:fr-fr -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc "%~dp0\Strings-fr.wxl" -out bin\fr-fr\BeidMW64-Basic-fr.msi -pdbout bin\fr-fr\BeidMW64-Basic-fr.wixpdb -sice:ICE09 obj\Product64.wixobj
|
||||
wix build -arch x64 -culture fr-fr -d Lang=fr -ext "%BEID_DIR_WIX%\WixToolset.UI.wixext.dll" -ext "%BEID_DIR_WIX%\WixToolset.Util.wixext.dll" -loc "%~dp0\Strings-fr-arm64.wxl" -out bin\fr-fr\BeidMW64-Basic-fr.msi -pdb bin\fr-fr\BeidMW64-Basic-fr.wixpdb "%~dp0\Product64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the de-de version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=de -out obj\Product64.wixobj -arch x64 -ext "%BEID_DIR_WIX%\WixDifxAppExtension.dll" -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" "%~dp0\Product64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:de-de -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc "%~dp0\Strings-de.wxl" -out bin\de-de\BeidMW64-Basic-de.msi -pdbout bin\de-de\BeidMW64-Basic-de.wixpdb -sice:ICE09 obj\Product64.wixobj
|
||||
wix build -arch x64 -culture de-de -d Lang=de -ext "%BEID_DIR_WIX%\WixToolset.UI.wixext.dll" -ext "%BEID_DIR_WIX%\WixToolset.Util.wixext.dll" -loc "%~dp0\Strings-de-arm64.wxl" -out bin\de-de\BeidMW64-Basic-de.msi -pdb bin\de-de\BeidMW64-Basic-de.wixpdb "%~dp0\Product64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the en-us version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=en -out obj\Product64.wixobj -arch x64 -ext "%BEID_DIR_WIX%\WixDifxAppExtension.dll" -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" "%~dp0\Product64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:en-us -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc "%~dp0\Strings-en.wxl" -out bin\en-us\BeidMW64-Basic-en.msi -pdbout bin\en-us\BeidMW64-Basic-en.wixpdb -sice:ICE09 obj\Product64.wixobj
|
||||
wix build -arch x64 -culture en-us -d Lang=en -ext "%BEID_DIR_WIX%\WixToolset.UI.wixext.dll" -ext "%BEID_DIR_WIX%\WixToolset.Util.wixext.dll" -loc "%~dp0\Strings-en-arm64.wxl" -out bin\en-us\BeidMW64-Basic-en.msi -pdb bin\en-us\BeidMW64-Basic-en.wixpdb "%~dp0\Product64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
|
|
20
installers/eid-mw/Windows/start_build_msi_eidmwarm64.cmd
Normal file
20
installers/eid-mw/Windows/start_build_msi_eidmwarm64.cmd
Normal file
|
@ -0,0 +1,20 @@
|
|||
::Stand alone buildscript for the 64bit MSI installer
|
||||
::use eid-mw\scripts\windowsbuild_all.bat to build entire middleware
|
||||
|
||||
:: Check WiX
|
||||
:: =========
|
||||
@echo [INFO] Checking paths
|
||||
@call "%~dp0..\..\..\scripts\windows\SetPaths.bat"
|
||||
@if %ERRORLEVEL%==1 goto end
|
||||
|
||||
|
||||
:: Create the revision number
|
||||
:: ==========================
|
||||
@echo [INFO] Creating version numbers
|
||||
@call "%~dp0..\..\..\scripts\windows\revision.cmd"
|
||||
|
||||
|
||||
:: Create the MSI installer
|
||||
:: ========================
|
||||
@echo [INFO] Creating msi installer
|
||||
@call "%~dp0.\build_msi_eidmwarm64.cmd"
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
||||
<?include ..\..\..\scripts\windows\eidmw_revision.wxs ?>
|
||||
|
||||
<?define var.OfficialProductVersion =$(var.BaseVersion1).$(var.BaseVersion2).$(var.BaseVersion3)?>
|
||||
|
@ -13,27 +12,9 @@
|
|||
|
||||
<?define var.PackageCode="*"?>
|
||||
|
||||
<Product Id="$(var.ProductGuid)"
|
||||
Name="$(var.ProductName)"
|
||||
Language="!(loc.Lang)"
|
||||
Codepage="1252"
|
||||
Version="$(var.ProductVersion)"
|
||||
Manufacturer="Belgian Government"
|
||||
UpgradeCode="$(var.UpgradeCode)">
|
||||
<Package Name="$(var.ProductName)" Language="!(loc.Lang)" Codepage="1252" Version="$(var.ProductVersion)" Manufacturer="Belgian Government" UpgradeCode="$(var.UpgradeCode)" InstallerVersion="405" ProductCode="$(var.ProductGuid)"><SummaryInformation Keywords="Belgium e-ID Viewer Installer" Manufacturer="Belgian Government" />
|
||||
|
||||
<Package Id="$(var.PackageCode)"
|
||||
InstallerVersion="405"
|
||||
Keywords="Belgium e-ID Viewer Installer"
|
||||
Platform="x86"
|
||||
Manufacturer="Belgian Government"
|
||||
Compressed="yes"
|
||||
InstallPrivileges="elevated"
|
||||
/>
|
||||
|
||||
<MajorUpgrade
|
||||
AllowDowngrades="no"
|
||||
DowngradeErrorMessage="error 1638: Newer version eID Middleware found"
|
||||
/>
|
||||
<MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="error 1638: Newer version eID Middleware found" />
|
||||
|
||||
<?if $(var.Lang) = "nl"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
|
@ -48,46 +29,37 @@
|
|||
<WixVariable Id="WixUIBannerBmp" Value="..\..\bannrbmp.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="..\..\dlgbmp.bmp" />
|
||||
|
||||
<Condition Message="!(loc.MinOs)">
|
||||
<![CDATA[
|
||||
Installed
|
||||
OR ((VersionNT = 500) and (ServicePackLevel > 3))
|
||||
OR ((VersionNT = 501) and (ServicePackLevel > 1))
|
||||
OR (VersionNT > 501)
|
||||
]]>
|
||||
</Condition>
|
||||
<Launch Condition="Installed OR ((VersionNT = 500) and (ServicePackLevel > 3)) OR ((VersionNT = 501) and (ServicePackLevel > 1)) OR (VersionNT > 501)" Message="!(loc.MinOs)" />
|
||||
|
||||
<Media Id="1" Cabinet="Viewer.cab" EmbedCab="yes" />
|
||||
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico"/>
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico" />
|
||||
|
||||
<Property Id="ARPPRODUCTICON" Value="eid.ico" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://eid.belgium.be"/>
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://eid.belgium.be" />
|
||||
|
||||
<Property Id="ALLUSERS" Value="1" />
|
||||
|
||||
<StandardDirectory Id="ProgramMenuFolder">
|
||||
<Directory Id="ApplicationProgramsFolder" Name="Belgium - eID" />
|
||||
</StandardDirectory>
|
||||
|
||||
<StandardDirectory Id="DesktopFolder" />
|
||||
|
||||
<StandardDirectory Id="ProgramFilesFolder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="BEIDVIEWERDIR" Name="EidViewer">
|
||||
<Directory Id="BEIDVIEWERDIRNL" Name="nl" />
|
||||
<Directory Id="BEIDVIEWERDIRFR" Name="fr" />
|
||||
<Directory Id="BEIDVIEWERDIRDE" Name="de" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
|
||||
<Directory Id="ProgramMenuFolder" Name="Menu">
|
||||
<Directory Id="ApplicationProgramsFolder" Name="Belgium - eID"/>
|
||||
</Directory>
|
||||
|
||||
<Directory Id="DesktopFolder"/>
|
||||
|
||||
<Directory Id="ProgramFilesFolder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="BEIDVIEWERDIR" Name="EidViewer">
|
||||
<Directory Id="BEIDVIEWERDIRNL" Name="nl" />
|
||||
<Directory Id="BEIDVIEWERDIRFR" Name="fr" />
|
||||
<Directory Id="BEIDVIEWERDIRDE" Name="de" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT" SourceFile="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\v143\MergeModules\Microsoft_VC143_CRT_x86.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
</Directory>
|
||||
<StandardDirectory Id="SystemFolder">
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT" SourceFile="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\v143\MergeModules\Microsoft_VC143_CRT_x86.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
</StandardDirectory>
|
||||
|
||||
<DirectoryRef Id="BEIDVIEWERDIR">
|
||||
<Component Id="BEIDVIEWER" Guid="{67B78F6B-C6D5-4616-88B9-0BE8A46E01F7}">
|
||||
|
@ -117,35 +89,30 @@
|
|||
|
||||
<DirectoryRef Id="ApplicationProgramsFolder">
|
||||
<Component Id="eidviewerShortcut" Guid="{54536294-6A10-497b-BE12-A9C8B5D1E0D3}">
|
||||
<Shortcut Id="eidviewerStartMenuShortcut" Name="eID Viewer" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR"/>
|
||||
<Shortcut Id="EidViewerDesktopShortcut" Name="eID Viewer" Directory="DesktopFolder" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR"/>
|
||||
<Shortcut Id="eidviewerStartMenuShortcut" Name="eID Viewer" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR" />
|
||||
<Shortcut Id="EidViewerDesktopShortcut" Name="eID Viewer" Directory="DesktopFolder" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR" />
|
||||
<!-- shortcuts cannot be keypaths, so we'll add a registry key here-->
|
||||
<RegistryValue Root="HKCU" Key="SOFTWARE\BEID\Installer" Name="eID Viewer" Type="integer" Value="1" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="BeidApplicationProgramsFolder" Guid="{09FD9493-DF96-442c-80EA-1858CE65E796}">
|
||||
<RemoveFolder Id="ApplicationProgramsFolder" On="both"/>
|
||||
<RemoveFolder Id="ApplicationProgramsFolder" On="both" />
|
||||
<RegistryValue Root="HKCU" Key="SOFTWARE\BEID\Installer" Name="BeidApplicationProgramsFolder" Type="integer" Value="1" KeyPath="yes" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<Feature Id="BeidGuiInstall"
|
||||
Title="!(loc.BeidGui)"
|
||||
Description="!(loc.BeidGuiDescr)"
|
||||
Absent="disallow"
|
||||
Level="1"
|
||||
>
|
||||
<Feature Id="BeidGuiInstall" Title="!(loc.BeidGui)" Description="!(loc.BeidGuiDescr)" Level="1" AllowAbsent="no">
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Feature Id="VCRedist" Title="VC++ 14.1 runtime" AllowAdvertise="no" Display="hidden" Level="1">
|
||||
<MergeRef Id="VCRT" />
|
||||
</Feature>
|
||||
<?endif?>
|
||||
<!-- Program Files -->
|
||||
<ComponentRef Id="BEIDVIEWER"/>
|
||||
<ComponentRef Id="BEIDVIEWERNL"/>
|
||||
<ComponentRef Id="BEIDVIEWERFR"/>
|
||||
<ComponentRef Id="BEIDVIEWERDE"/>
|
||||
<ComponentRef Id="eidviewerShortcut"/>
|
||||
<ComponentRef Id="BeidApplicationProgramsFolder"/>
|
||||
<ComponentRef Id="BEIDVIEWER" />
|
||||
<ComponentRef Id="BEIDVIEWERNL" />
|
||||
<ComponentRef Id="BEIDVIEWERFR" />
|
||||
<ComponentRef Id="BEIDVIEWERDE" />
|
||||
<ComponentRef Id="eidviewerShortcut" />
|
||||
<ComponentRef Id="BeidApplicationProgramsFolder" />
|
||||
</Feature>
|
||||
|
||||
|
||||
|
@ -156,8 +123,9 @@
|
|||
|
||||
<InstallExecuteSequence>
|
||||
<Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions">Not Privileged</Custom>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions" Condition="Not Privileged" />
|
||||
</InstallExecuteSequence>
|
||||
|
||||
</Product>
|
||||
|
||||
</Package>
|
||||
</Wix>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
||||
<?include ..\..\..\scripts\windows\eidmw_revision.wxs ?>
|
||||
|
||||
<?define var.OfficialProductVersion =$(var.BaseVersion1).$(var.BaseVersion2).$(var.BaseVersion3)?>
|
||||
|
@ -13,27 +12,9 @@
|
|||
|
||||
<?define var.PackageCode="*"?>
|
||||
|
||||
<Product Id="$(var.ProductGuid)"
|
||||
Name="$(var.ProductName)"
|
||||
Language="!(loc.Lang)"
|
||||
Codepage="1252"
|
||||
Version="$(var.ProductVersion)"
|
||||
Manufacturer="Belgian Government"
|
||||
UpgradeCode="$(var.UpgradeCode)">
|
||||
<Package Name="$(var.ProductName)" Language="!(loc.Lang)" Codepage="1252" Version="$(var.ProductVersion)" Manufacturer="Belgian Government" UpgradeCode="$(var.UpgradeCode)" InstallerVersion="405" ProductCode="$(var.ProductGuid)"><SummaryInformation Keywords="Belgium e-ID Viewer Installer" Manufacturer="Belgian Government" />
|
||||
|
||||
<Package Id="$(var.PackageCode)"
|
||||
InstallerVersion="405"
|
||||
Keywords="Belgium e-ID Viewer Installer"
|
||||
Platform="x64"
|
||||
Manufacturer="Belgian Government"
|
||||
Compressed="yes"
|
||||
InstallPrivileges="elevated"
|
||||
/>
|
||||
|
||||
<MajorUpgrade
|
||||
AllowDowngrades="no"
|
||||
DowngradeErrorMessage="error 1638: Newer version eID Middleware found"
|
||||
/>
|
||||
<MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="error 1638: Newer version eID Middleware found" />
|
||||
|
||||
<?if $(var.Lang) = "nl"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
|
@ -48,46 +29,38 @@
|
|||
<WixVariable Id="WixUIBannerBmp" Value="..\..\bannrbmp.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="..\..\dlgbmp.bmp" />
|
||||
|
||||
<Condition Message="!(loc.MinOs)">
|
||||
<![CDATA[
|
||||
Installed
|
||||
OR ((VersionNT = 500) and (ServicePackLevel > 3))
|
||||
OR ((VersionNT = 501) and (ServicePackLevel > 1))
|
||||
OR (VersionNT > 501)
|
||||
]]>
|
||||
</Condition>
|
||||
<Launch Condition="Installed OR ((VersionNT = 500) and (ServicePackLevel > 3)) OR ((VersionNT = 501) and (ServicePackLevel > 1)) OR (VersionNT > 501)" Message="!(loc.MinOs)" />
|
||||
|
||||
<Media Id="1" Cabinet="Viewer.cab" EmbedCab="yes" />
|
||||
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico"/>
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico" />
|
||||
|
||||
<Property Id="ARPPRODUCTICON" Value="eid.ico" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://eid.belgium.be"/>
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://eid.belgium.be" />
|
||||
|
||||
<Property Id="ALLUSERS" Value="1" />
|
||||
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
|
||||
<Directory Id="ProgramMenuFolder" Name="Menu">
|
||||
<Directory Id="ApplicationProgramsFolder" Name="Belgium - eID"/>
|
||||
</Directory>
|
||||
|
||||
<StandardDirectory Id="ProgramMenuFolder">
|
||||
<Directory Id="ApplicationProgramsFolder" Name="Belgium - eID" />
|
||||
</StandardDirectory>
|
||||
|
||||
<Directory Id="DesktopFolder"/>
|
||||
<StandardDirectory Id="DesktopFolder" />
|
||||
|
||||
<Directory Id="ProgramFiles64Folder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="BEIDVIEWERDIR" Name="EidViewer">
|
||||
<Directory Id="BEIDVIEWERDIRNL" Name="nl" />
|
||||
<Directory Id="BEIDVIEWERDIRFR" Name="fr" />
|
||||
<Directory Id="BEIDVIEWERDIRDE" Name="de" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
<StandardDirectory Id="ProgramFiles64Folder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="BEIDVIEWERDIR" Name="EidViewer">
|
||||
<Directory Id="BEIDVIEWERDIRNL" Name="nl" />
|
||||
<Directory Id="BEIDVIEWERDIRFR" Name="fr" />
|
||||
<Directory Id="BEIDVIEWERDIRDE" Name="de" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT_64" SourceFile="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\v143\MergeModules\Microsoft_VC143_CRT_x86.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
</Directory>
|
||||
<StandardDirectory Id="SystemFolder">
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Merge Id="VCRT_64" SourceFile="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\v143\MergeModules\Microsoft_VC143_CRT_x86.msm" Language="0" DiskId="1" />
|
||||
<?endif?>
|
||||
</StandardDirectory>
|
||||
|
||||
|
||||
<DirectoryRef Id="BEIDVIEWERDIR">
|
||||
<Component Id="BEIDVIEWER" Guid="{B174DBAD-48C4-4553-BA88-F28D4549647D}">
|
||||
|
@ -117,35 +90,30 @@
|
|||
|
||||
<DirectoryRef Id="ApplicationProgramsFolder">
|
||||
<Component Id="eidviewerShortcut" Guid="{54536294-6A10-497b-BE12-A9C8B5D1E0D3}">
|
||||
<Shortcut Id="eidviewerStartMenuShortcut" Name="eID Viewer" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR"/>
|
||||
<Shortcut Id="EidViewerDesktopShortcut" Name="eID Viewer" Directory="DesktopFolder" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR"/>
|
||||
<Shortcut Id="eidviewerStartMenuShortcut" Name="eID Viewer" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR" />
|
||||
<Shortcut Id="EidViewerDesktopShortcut" Name="eID Viewer" Directory="DesktopFolder" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR" />
|
||||
<!-- shortcuts cannot be keypaths, so we'll add a registry key here-->
|
||||
<RegistryValue Root="HKCU" Key="SOFTWARE\BEID\Installer" Name="eID Viewer" Type="integer" Value="1" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="BeidApplicationProgramsFolder" Guid="{09FD9493-DF96-442c-80EA-1858CE65E796}">
|
||||
<RemoveFolder Id="ApplicationProgramsFolder" On="both"/>
|
||||
<RemoveFolder Id="ApplicationProgramsFolder" On="both" />
|
||||
<RegistryValue Root="HKCU" Key="SOFTWARE\BEID\Installer" Name="BeidApplicationProgramsFolder" Type="integer" Value="1" KeyPath="yes" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<Feature Id="BeidGuiInstall"
|
||||
Title="!(loc.BeidGui)"
|
||||
Description="!(loc.BeidGuiDescr)"
|
||||
Absent="disallow"
|
||||
Level="1"
|
||||
>
|
||||
<Feature Id="BeidGuiInstall" Title="!(loc.BeidGui)" Description="!(loc.BeidGuiDescr)" Level="1" AllowAbsent="no">
|
||||
<?ifndef env.DONT_MERGE_VCRT?>
|
||||
<Feature Id="VCRedist" Title="VC++ 14.1 runtime" AllowAdvertise="no" Display="hidden" Level="1">
|
||||
<MergeRef Id="VCRT_64" />
|
||||
</Feature>
|
||||
<?endif?>
|
||||
<!-- Program Files -->
|
||||
<ComponentRef Id="BEIDVIEWER"/>
|
||||
<ComponentRef Id="BEIDVIEWERNL"/>
|
||||
<ComponentRef Id="BEIDVIEWERFR"/>
|
||||
<ComponentRef Id="BEIDVIEWERDE"/>
|
||||
<ComponentRef Id="eidviewerShortcut"/>
|
||||
<ComponentRef Id="BeidApplicationProgramsFolder"/>
|
||||
<ComponentRef Id="BEIDVIEWER" />
|
||||
<ComponentRef Id="BEIDVIEWERNL" />
|
||||
<ComponentRef Id="BEIDVIEWERFR" />
|
||||
<ComponentRef Id="BEIDVIEWERDE" />
|
||||
<ComponentRef Id="eidviewerShortcut" />
|
||||
<ComponentRef Id="BeidApplicationProgramsFolder" />
|
||||
</Feature>
|
||||
|
||||
|
||||
|
@ -156,8 +124,7 @@
|
|||
|
||||
<InstallExecuteSequence>
|
||||
<Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions">Not Privileged</Custom>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions" Condition="Not Privileged" />
|
||||
</InstallExecuteSequence>
|
||||
|
||||
</Product>
|
||||
</Package>
|
||||
</Wix>
|
||||
|
|
124
installers/eid-viewer/Windows/Eidviewer_arm64.wxs
Normal file
124
installers/eid-viewer/Windows/Eidviewer_arm64.wxs
Normal file
|
@ -0,0 +1,124 @@
|
|||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
||||
<?include ..\..\..\scripts\windows\eidmw_revision.wxs ?>
|
||||
|
||||
<?define var.OfficialProductVersion =$(var.BaseVersion1).$(var.BaseVersion2).$(var.BaseVersion3)?>
|
||||
<?define var.ProductVersion =$(var.BaseVersion1).$(var.BaseVersion2).$(var.RevisionNumber)?>
|
||||
<?define var.FullProductVersion =$(var.OfficialProductVersion).$(var.RevisionNumber)?>
|
||||
|
||||
<?define var.UpgradeCode ={A65D6AF1-8B50-4421-BFCB-CC1D3949807D}?>
|
||||
<?define var.ProductGuid ={00456E12-B861-4736-97A9-359C3D4B$(var.RevisionNumber)}?>
|
||||
|
||||
<?define var.ProductName =Belgium e-ID viewer $(var.OfficialProductVersion) (build $(var.RevisionNumber))?>
|
||||
|
||||
<?define var.PackageCode="*"?>
|
||||
|
||||
<Package Name="$(var.ProductName)" Language="!(loc.Lang)" Codepage="1252" Version="$(var.ProductVersion)" Manufacturer="Belgian Government" UpgradeCode="$(var.UpgradeCode)" InstallerVersion="500" ProductCode="$(var.ProductGuid)"><SummaryInformation Keywords="Belgium e-ID Viewer Installer" Manufacturer="Belgian Government" />
|
||||
|
||||
<MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="error 1638: Newer version eID Middleware found" />
|
||||
|
||||
<?if $(var.Lang) = "nl"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\Dutch\License_nl.rtf" />
|
||||
<?elseif $(var.Lang) = "fr"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\French\License_fr.rtf" />
|
||||
<?elseif $(var.Lang) = "de"?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\German\License_de.rtf" />
|
||||
<?else?>
|
||||
<WixVariable Id="WixUILicenseRtf" Value="..\..\..\doc\licenses\English\License_en.rtf" />
|
||||
<?endif?>
|
||||
|
||||
<WixVariable Id="WixUIBannerBmp" Value="..\..\bannrbmp.bmp" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="..\..\dlgbmp.bmp" />
|
||||
|
||||
<Launch Condition="Installed OR ((VersionNT = 500) and (ServicePackLevel > 3)) OR ((VersionNT = 501) and (ServicePackLevel > 1)) OR (VersionNT > 501)" Message="!(loc.MinOs)" />
|
||||
|
||||
<Media Id="1" Cabinet="Viewer.cab" EmbedCab="yes" />
|
||||
|
||||
<Icon Id="eid.ico" SourceFile="..\..\eid.ico" />
|
||||
|
||||
<Property Id="ARPPRODUCTICON" Value="eid.ico" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://eid.belgium.be" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<DirectoryRef Id="BEIDVIEWERDIR">
|
||||
<Component Id="BEIDVIEWER" Guid="{B174DBAD-48C4-4553-BA88-F28D4549647D}">
|
||||
<File Id="eidviewer.exe" Name="eID Viewer.exe" KeyPath="yes" Source="..\..\..\plugins_tools\eid-viewer\Windows\eIDViewer\bin\arm64\Release\eIDViewer.exe" />
|
||||
<File Id="eIDViewerBackend" Name="eIDViewerBackend.dll" KeyPath="no" Source="..\..\..\plugins_tools\eid-viewer\Windows\eIDViewerBackend\VS_2022\Binaries\arm64_Release\eIDViewerBackend.dll" />
|
||||
<File Id="beid_ff_pkcs11" Name="beid_ff_pkcs11.dll" KeyPath="no" Source="..\..\..\cardcomm\pkcs11\VS_2022\Binaries\ARM64_PKCS11_FF_Release\beid_ff_pkcs11.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="BEIDVIEWERDIRNL">
|
||||
<Component Id="BEIDVIEWERNL" Guid="{7B81C40A-850F-4DAB-BFA7-14BFF600B718}">
|
||||
<File Id="eIDViewer.resourcesNL.dll" Name="eIDViewer.resources.dll" KeyPath="yes" Source="..\..\..\plugins_tools\eid-viewer\Windows\eIDViewer\bin\arm64\Release\nl\eIDViewer.resources.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="BEIDVIEWERDIRFR">
|
||||
<Component Id="BEIDVIEWERFR" Guid="{BA1D2050-077B-42F6-B1F0-CD0EBFC266B0}">
|
||||
<File Id="eIDViewer.resourcesFR.dll" Name="eIDViewer.resources.dll" KeyPath="yes" Source="..\..\..\plugins_tools\eid-viewer\Windows\eIDViewer\bin\arm64\Release\fr\eIDViewer.resources.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="BEIDVIEWERDIRDE">
|
||||
<Component Id="BEIDVIEWERDE" Guid="{7B9BEC69-8AF6-4F5D-B639-F2AB117625B5}">
|
||||
<File Id="eIDViewer.resourcesDE.dll" Name="eIDViewer.resources.dll" KeyPath="yes" Source="..\..\..\plugins_tools\eid-viewer\Windows\eIDViewer\bin\arm64\Release\de\eIDViewer.resources.dll" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<DirectoryRef Id="ApplicationProgramsFolder">
|
||||
<Component Id="eidviewerShortcut" Guid="{54536294-6A10-497b-BE12-A9C8B5D1E0D3}">
|
||||
<Shortcut Id="eidviewerStartMenuShortcut" Name="eID Viewer" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR" />
|
||||
<Shortcut Id="EidViewerDesktopShortcut" Name="eID Viewer" Directory="DesktopFolder" Description="!(loc.BeidGuiDescr)" Target="[BEIDVIEWERDIR]eID Viewer.exe" WorkingDirectory="BEIDVIEWERDIR" />
|
||||
<!-- shortcuts cannot be keypaths, so we'll add a registry key here-->
|
||||
<RegistryValue Root="HKCU" Key="SOFTWARE\BEID\Installer" Name="eID Viewer" Type="integer" Value="1" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="BeidApplicationProgramsFolder" Guid="{09FD9493-DF96-442c-80EA-1858CE65E796}">
|
||||
<RemoveFolder Id="ApplicationProgramsFolder" On="both" />
|
||||
<RegistryValue Root="HKCU" Key="SOFTWARE\BEID\Installer" Name="BeidApplicationProgramsFolder" Type="integer" Value="1" KeyPath="yes" />
|
||||
</Component>
|
||||
</DirectoryRef>
|
||||
|
||||
<Feature Id="BeidGuiInstall" Title="!(loc.BeidGui)" Description="!(loc.BeidGuiDescr)" Level="1" AllowAbsent="no">
|
||||
<!-- Program Files -->
|
||||
<ComponentRef Id="BEIDVIEWER" />
|
||||
<ComponentRef Id="BEIDVIEWERNL" />
|
||||
<ComponentRef Id="BEIDVIEWERFR" />
|
||||
<ComponentRef Id="BEIDVIEWERDE" />
|
||||
<ComponentRef Id="eidviewerShortcut" />
|
||||
<ComponentRef Id="BeidApplicationProgramsFolder" />
|
||||
</Feature>
|
||||
|
||||
|
||||
<!--SetARPINSTALLLOCATION sets the location in the registry entries of the Add & Remove Panel-->
|
||||
<CustomAction Id="SetARPINSTALLLOCATION" Property="ARPINSTALLLOCATION" Value="[APPLICATIONROOTFOLDER]" />
|
||||
|
||||
<CustomAction Id="IsPrivileged" Error="!(loc.AdminNeeded)" />
|
||||
|
||||
<InstallExecuteSequence>
|
||||
<Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
|
||||
<Custom Action="IsPrivileged" Before="LaunchConditions" Condition="Not Privileged" />
|
||||
</InstallExecuteSequence>
|
||||
|
||||
|
||||
|
||||
<StandardDirectory Id="ProgramMenuFolder">
|
||||
<Directory Id="ApplicationProgramsFolder" Name="Belgium - eID" />
|
||||
</StandardDirectory>
|
||||
|
||||
<StandardDirectory Id="DesktopFolder" />
|
||||
|
||||
<StandardDirectory Id="ProgramFiles64Folder">
|
||||
<Directory Id="APPLICATIONROOTFOLDER" Name="Belgium Identity Card">
|
||||
<Directory Id="BEIDVIEWERDIR" Name="EidViewer">
|
||||
<Directory Id="BEIDVIEWERDIRNL" Name="nl" />
|
||||
<Directory Id="BEIDVIEWERDIRFR" Name="fr" />
|
||||
<Directory Id="BEIDVIEWERDIRDE" Name="de" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
|
||||
</Package>
|
||||
</Wix>
|
16
installers/eid-viewer/Windows/Strings-de-arm64.wxl
Normal file
16
installers/eid-viewer/Windows/Strings-de-arm64.wxl
Normal file
|
@ -0,0 +1,16 @@
|
|||
<WixLocalization Culture="de-de" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1031" />
|
||||
<String Id="Langpref" Overridable="yes" Value="de" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Start Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Dieser Aufbau muss mindestens Windows 2000" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID Runtime 4.0" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Dieses Modul ist notwendig, um elektronische Personalausweis." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="eID-Verwaltungsinstrument" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Lesen Sie den Inhalt einer e-ID Karte" />
|
||||
<String Id="Users" Overridable="yes" Value="Users" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="Sie müssen Administrator sein, um dieses Produkt zu installieren" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Neuere Version bereits installiert ist." />
|
||||
</WixLocalization>
|
|
@ -1,17 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="de-de" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||
<String Id="Lang" Overridable="yes">1031</String>
|
||||
<String Id="Langpref" Overridable="yes">de</String>
|
||||
<String Id="StartApp" Overridable="yes">Start Eid Viewer</String>
|
||||
<String Id="MinOs" Overridable="yes"> Dieser Aufbau muss mindestens Windows 2000</String>
|
||||
<String Id="BeidRuntime" Overridable="yes">Belgium EID Runtime 4.0</String>
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes">Dieses Modul ist notwendig, um elektronische Personalausweis.</String>
|
||||
<String Id="BeidGui" Overridable="yes">eID-Verwaltungsinstrument</String>
|
||||
<String Id="BeidGuiDescr" Overridable="yes">Lesen Sie den Inhalt einer e-ID Karte</String>
|
||||
<String Id="Users" Overridable="yes">Users</String>
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes">Could not create security descriptor [3]\[4], error: [2]</String>
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes">Could not apply object security descriptor [3], error: [2]</String>
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes">Unknown object type [3], error: [2]</String>
|
||||
<String Id="AdminNeeded" Overridable="yes">Sie müssen Administrator sein, um dieses Produkt zu installieren</String>
|
||||
<String Id="NoDowngrade" Overridable="yes">Neuere Version bereits installiert ist.</String>
|
||||
<WixLocalization Culture="de-de" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1031" />
|
||||
<String Id="Langpref" Overridable="yes" Value="de" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Start Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Dieser Aufbau muss mindestens Windows 2000" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID Runtime 4.0" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Dieses Modul ist notwendig, um elektronische Personalausweis." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="eID-Verwaltungsinstrument" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Lesen Sie den Inhalt einer e-ID Karte" />
|
||||
<String Id="Users" Overridable="yes" Value="Users" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="Sie müssen Administrator sein, um dieses Produkt zu installieren" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Neuere Version bereits installiert ist." />
|
||||
</WixLocalization>
|
16
installers/eid-viewer/Windows/Strings-en-arm64.wxl
Normal file
16
installers/eid-viewer/Windows/Strings-en-arm64.wxl
Normal file
|
@ -0,0 +1,16 @@
|
|||
<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1033" />
|
||||
<String Id="Langpref" Overridable="yes" Value="en" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Start Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="This setup need at least Windows 2000" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID Runtime 4.0" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="This module is needed to use electronic Identity card." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Management Tool" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Read the content of an e-ID card" />
|
||||
<String Id="Users" Overridable="yes" Value="Users" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="You must be an admin to install this product" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Newer version already installed." />
|
||||
</WixLocalization>
|
|
@ -1,17 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||
<String Id="Lang" Overridable="yes">1033</String>
|
||||
<String Id="Langpref" Overridable="yes">en</String>
|
||||
<String Id="StartApp" Overridable="yes">Start Eid Viewer</String>
|
||||
<String Id="MinOs" Overridable="yes">This setup need at least Windows 2000</String>
|
||||
<String Id="BeidRuntime" Overridable="yes">Belgium EID Runtime 4.0</String>
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes">This module is needed to use electronic Identity card.</String>
|
||||
<String Id="BeidGui" Overridable="yes">Management Tool</String>
|
||||
<String Id="BeidGuiDescr" Overridable="yes">Read the content of an e-ID card</String>
|
||||
<String Id="Users" Overridable="yes">Users</String>
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes">Could not create security descriptor [3]\[4], error: [2]</String>
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes">Could not apply object security descriptor [3], error: [2]</String>
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes">Unknown object type [3], error: [2]</String>
|
||||
<String Id="AdminNeeded" Overridable="yes">You must be an admin to install this product</String>
|
||||
<String Id="NoDowngrade" Overridable="yes">Newer version already installed.</String>
|
||||
<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1033" />
|
||||
<String Id="Langpref" Overridable="yes" Value="en" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Start Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="This setup need at least Windows 2000" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID Runtime 4.0" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="This module is needed to use electronic Identity card." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Management Tool" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Read the content of an e-ID card" />
|
||||
<String Id="Users" Overridable="yes" Value="Users" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Could not create security descriptor [3]\[4], error: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Could not apply object security descriptor [3], error: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Unknown object type [3], error: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="You must be an admin to install this product" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Newer version already installed." />
|
||||
</WixLocalization>
|
16
installers/eid-viewer/Windows/Strings-fr-arm64.wxl
Normal file
16
installers/eid-viewer/Windows/Strings-fr-arm64.wxl
Normal file
|
@ -0,0 +1,16 @@
|
|||
<WixLocalization Culture="fr-fr" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1036" />
|
||||
<String Id="Langpref" Overridable="yes" Value="fr" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Démarrez l'application Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Cette installation a besoin de Windows 2000 au mimimum" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID Runtime 4.0" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Ce module est nécessaire pour l'usage de la carte eID comme carte d'identité électronique." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Management Tool" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Lire le contenu de la carte e-ID" />
|
||||
<String Id="Users" Overridable="yes" Value="Utilisateurs" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Impossible de créer le security descriptor [3]\[4], erreur: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Impossible d'appliquer le security descriptor de l'objet [3], erreur: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Type d'objet [3] inconnu, erreur: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="Vous devez être administrateur pour installer ce produit" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Une version plus récente est déjà installée." />
|
||||
</WixLocalization>
|
|
@ -1,17 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="fr-fr" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||
<String Id="Lang" Overridable="yes">1036</String>
|
||||
<String Id="Langpref" Overridable="yes">fr</String>
|
||||
<String Id="StartApp" Overridable="yes">Démarrez l'application Eid Viewer</String>
|
||||
<String Id="MinOs" Overridable="yes">Cette installation a besoin de Windows 2000 au mimimum</String>
|
||||
<String Id="BeidRuntime" Overridable="yes">Belgium EID Runtime 4.0</String>
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes">Ce module est nécessaire pour l'usage de la carte eID comme carte d'identité électronique.</String>
|
||||
<String Id="BeidGui" Overridable="yes">Management Tool</String>
|
||||
<String Id="BeidGuiDescr" Overridable="yes">Lire le contenu de la carte e-ID</String>
|
||||
<String Id="Users" Overridable="yes">Utilisateurs</String>
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes">Impossible de créer le security descriptor [3]\[4], erreur: [2]</String>
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes">Impossible d'appliquer le security descriptor de l'objet [3], erreur: [2]</String>
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes">Type d'objet [3] inconnu, erreur: [2]</String>
|
||||
<String Id="AdminNeeded" Overridable="yes">Vous devez être administrateur pour installer ce produit</String>
|
||||
<String Id="NoDowngrade" Overridable="yes">Une version plus récente est déjà installée.</String>
|
||||
<WixLocalization Culture="fr-fr" xmlns="http://wixtoolset.org/schemas/v4/wxl">
|
||||
<String Id="Lang" Overridable="yes" Value="1036" />
|
||||
<String Id="Langpref" Overridable="yes" Value="fr" />
|
||||
<String Id="StartApp" Overridable="yes" Value="Démarrez l'application Eid Viewer" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Cette installation a besoin de Windows 2000 au mimimum" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID Runtime 4.0" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Ce module est nécessaire pour l'usage de la carte eID comme carte d'identité électronique." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="Management Tool" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Lire le contenu de la carte e-ID" />
|
||||
<String Id="Users" Overridable="yes" Value="Utilisateurs" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Impossible de créer le security descriptor [3]\[4], erreur: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Impossible d'appliquer le security descriptor de l'objet [3], erreur: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Type d'objet [3] inconnu, erreur: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="Vous devez être administrateur pour installer ce produit" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Une version plus récente est déjà installée." />
|
||||
</WixLocalization>
|
16
installers/eid-viewer/Windows/Strings-nl-arm64.wxl
Normal file
16
installers/eid-viewer/Windows/Strings-nl-arm64.wxl
Normal file
|
@ -0,0 +1,16 @@
|
|||
<WixLocalization Culture="nl-nl" xmlns="http://wixtoolset.org/schemas/v4/wxl" Codepage="1252">
|
||||
<String Id="Lang" Overridable="yes" Value="1043" />
|
||||
<String Id="Langpref" Overridable="yes" Value="nl" />
|
||||
<String Id="LicenseFile" Overridable="yes"></String>
|
||||
<String Id="StartApp" Overridable="yes" Value="Start de Eid Viewer toepassing" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Windows XP of hoger is vereist" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID Runtime 4.0" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Deze modules zijn noodzakelijk voor het gebruik van de eID kaart." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="eID beheersinstrument" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Uitlezen van de e-ID" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Kan de security descriptor voor [3]\[4] niet aanmaken, systeemfout: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Kan de security descriptor niet zetten op object [3], systeemfout: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Onbekend Object Type [3], systeemfout: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="U moet een administrator zijn voor de installatie van dit product" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Er is reeds een nieuwere versie geïnstalleerd." />
|
||||
</WixLocalization>
|
|
@ -1,17 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="nl-nl" xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="1252">
|
||||
<String Id="Lang" Overridable="yes">1043</String>
|
||||
<String Id="Langpref" Overridable="yes">nl</String>
|
||||
<WixLocalization Culture="nl-nl" xmlns="http://wixtoolset.org/schemas/v4/wxl" Codepage="1252">
|
||||
<String Id="Lang" Overridable="yes" Value="1043" />
|
||||
<String Id="Langpref" Overridable="yes" Value="nl" />
|
||||
<String Id="LicenseFile" Overridable="yes"></String>
|
||||
<String Id="StartApp" Overridable="yes">Start de Eid Viewer toepassing</String>
|
||||
<String Id="MinOs" Overridable="yes">Windows XP of hoger is vereist</String>
|
||||
<String Id="BeidRuntime" Overridable="yes">Belgium EID Runtime 4.0</String>
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes">Deze modules zijn noodzakelijk voor het gebruik van de eID kaart.</String>
|
||||
<String Id="BeidGui" Overridable="yes">eID beheersinstrument</String>
|
||||
<String Id="BeidGuiDescr" Overridable="yes">Uitlezen van de e-ID</String>
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes">Kan de security descriptor voor [3]\[4] niet aanmaken, systeemfout: [2]</String>
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes">Kan de security descriptor niet zetten op object [3], systeemfout: [2]</String>
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes">Onbekend Object Type [3], systeemfout: [2]</String>
|
||||
<String Id="AdminNeeded" Overridable="yes">U moet een administrator zijn voor de installatie van dit product</String>
|
||||
<String Id="NoDowngrade" Overridable="yes">Er is reeds een nieuwere versie geïnstalleerd.</String>
|
||||
<String Id="StartApp" Overridable="yes" Value="Start de Eid Viewer toepassing" />
|
||||
<String Id="MinOs" Overridable="yes" Value="Windows XP of hoger is vereist" />
|
||||
<String Id="BeidRuntime" Overridable="yes" Value="Belgium EID Runtime 4.0" />
|
||||
<String Id="BeidRuntimeDesc" Overridable="yes" Value="Deze modules zijn noodzakelijk voor het gebruik van de eID kaart." />
|
||||
<String Id="BeidGui" Overridable="yes" Value="eID beheersinstrument" />
|
||||
<String Id="BeidGuiDescr" Overridable="yes" Value="Uitlezen van de e-ID" />
|
||||
<String Id="msierrSecureObjectsFailedCreateSD" Overridable="yes" Value="Kan de security descriptor voor [3]\[4] niet aanmaken, systeemfout: [2]" />
|
||||
<String Id="msierrSecureObjectsFailedSet" Overridable="yes" Value="Kan de security descriptor niet zetten op object [3], systeemfout: [2]" />
|
||||
<String Id="msierrSecureObjectsUnknownType" Overridable="yes" Value="Onbekend Object Type [3], systeemfout: [2]" />
|
||||
<String Id="AdminNeeded" Overridable="yes" Value="U moet een administrator zijn voor de installatie van dit product" />
|
||||
<String Id="NoDowngrade" Overridable="yes" Value="Er is reeds een nieuwere versie geïnstalleerd." />
|
||||
</WixLocalization>
|
|
@ -14,33 +14,25 @@
|
|||
|
||||
@echo [INFO] Making the nl-nl version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=nl -out obj\Eidviewer.wixobj -arch x86 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" Eidviewer.wxs
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:nl-nl -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc Strings-nl.wxl -out bin\nl-nl\BeidViewer-Basic-nl.msi -pdbout bin\nl-nl\BeidViewer-Basic-nl.wixpdb obj\Eidviewer.wixobj
|
||||
wix build -arch x86 -culture nl-nl -d Lang=nl -loc "%~dp0\Strings-nl.wxl" -out bin\nl-nl\BeidViewer-Basic-nl.msi -pdb bin\nl-nl\BeidViewer-Basic-nl.wixpdb "%~dp0\Eidviewer.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the fr-fr version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=fr -out obj\Eidviewer.wixobj -arch x86 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" Eidviewer.wxs
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:fr-fr -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc Strings-fr.wxl -out bin\fr-fr\BeidViewer-Basic-fr.msi -pdbout bin\fr-fr\BeidViewer-Basic-fr.wixpdb obj\Eidviewer.wixobj
|
||||
wix build -arch x86 -culture fr-fr -d Lang=fr -loc "%~dp0\Strings-fr.wxl" -out bin\fr-fr\BeidViewer-Basic-fr.msi -pdb bin\fr-fr\BeidViewer-Basic-fr.wixpdb "%~dp0\Eidviewer.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the de-de version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=de -out obj\Eidviewer.wixobj -arch x86 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" Eidviewer.wxs
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:de-de -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc Strings-de.wxl -out bin\de-de\BeidViewer-Basic-de.msi -pdbout bin\de-de\BeidViewer-Basic-de.wixpdb obj\Eidviewer.wixobj
|
||||
wix build -arch x86 -culture de-de -d Lang=de -loc "%~dp0\Strings-de.wxl" -out bin\de-de\BeidViewer-Basic-de.msi -pdb bin\de-de\BeidViewer-Basic-de.wixpdb "%~dp0\Eidviewer.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the en-us version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=en -out obj\Eidviewer.wixobj -arch x86 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" Eidviewer.wxs
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:en-us -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc Strings-en.wxl -out bin\en-us\BeidViewer-Basic-en.msi -pdbout bin\en-us\BeidViewer-Basic-en.wixpdb obj\Eidviewer.wixobj
|
||||
wix build -arch x86 -culture en-us -d Lang=en -loc "%~dp0\Strings-en.wxl" -out bin\en-us\BeidViewer-Basic-en.msi -pdb bin\en-us\BeidViewer-Basic-en.wixpdb "%~dp0\Eidviewer.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
:: join the language specific msi's together
|
||||
|
|
|
@ -14,33 +14,25 @@
|
|||
|
||||
@echo [INFO] Making the nl-nl version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=nl -out obj\Eidviewer64.wixobj -arch x64 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" Eidviewer64.wxs
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:nl-nl -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc "%~dp0\Strings-nl.wxl" -out bin\x64\nl-nl\BeidViewer64-Basic-nl.msi -pdbout bin\x64\nl-nl\BeidViewer64-Basic-nl.wixpdb -sice:ICE09 obj\Eidviewer64.wixobj
|
||||
wix build -arch x64 -culture nl-nl -d Lang=nl -loc "%~dp0\Strings-nl.wxl" -out bin\nl-nl\BeidViewer64-Basic-nl.msi -pdb bin\x64\nl-nl\BeidViewer64-Basic-nl.wixpdb "%~dp0\Eidviewer64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the fr-fr version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=fr -out obj\Eidviewer64.wixobj -arch x64 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" Eidviewer64.wxs
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:fr-fr -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc Strings-fr.wxl -out bin\x64\fr-fr\BeidViewer64-Basic-fr.msi -pdbout bin\x64\fr-fr\BeidViewer64-Basic-fr.wixpdb obj\Eidviewer64.wixobj
|
||||
wix build -arch x64 -culture fr-fr -d Lang=fr -loc "%~dp0\Strings-fr.wxl" -out bin\fr-fr\BeidViewer64-Basic-fr.msi -pdb bin\x64\fr-fr\BeidViewer64-Basic-fr.wixpdb "%~dp0\Eidviewer64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the de-de version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=de -out obj\Eidviewer64.wixobj -arch x64 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" Eidviewer64.wxs
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:de-de -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc Strings-de.wxl -out bin\x64\de-de\BeidViewer64-Basic-de.msi -pdbout bin\x64\de-de\BeidViewer64-Basic-de.wixpdb obj\Eidviewer64.wixobj
|
||||
wix build -arch x64 -culture de-de -d Lang=de -loc "%~dp0\Strings-de.wxl" -out bin\de-de\BeidViewer64-Basic-de.msi -pdb bin\x64\de-de\BeidViewer64-Basic-de.wixpdb "%~dp0\Eidviewer64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
|
||||
@echo [INFO] Making the en-us version
|
||||
|
||||
"%BEID_DIR_WIX%\candle.exe" -v -dLang=en -out obj\Eidviewer64.wixobj -arch x64 -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" Eidviewer64.wxs
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
"%BEID_DIR_WIX%\Light.exe" -v -cultures:en-us -ext "%BEID_DIR_WIX%\WixUtilExtension.dll" -ext "%BEID_DIR_WIX%\WixUIExtension.dll" -loc Strings-en.wxl -out bin\x64\en-us\BeidViewer64-Basic-en.msi -pdbout bin\x64\en-us\BeidViewer64-Basic-en.wixpdb obj\Eidviewer64.wixobj
|
||||
wix build -arch x64 -culture en-us -d Lang=en -loc "%~dp0\Strings-en.wxl" -out bin\en-us\BeidViewer64-Basic-en.msi -pdb bin\x64\en-us\BeidViewer64-Basic-en.wixpdb "%~dp0\Eidviewer64.wxs"
|
||||
@if NOT "%ERRORLEVEL%" == "0" goto msi_failed
|
||||
|
||||
:: join the language specific msi's together
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -44,6 +44,9 @@ caption $(ls_caption)
|
|||
Var lastname
|
||||
Var firstletterthirdname
|
||||
Var firstname
|
||||
Var VCMajor
|
||||
Var VCMinor
|
||||
Var VCBld
|
||||
|
||||
Var nsdCustomDialog
|
||||
Var Label
|
||||
|
@ -128,7 +131,70 @@ Section "Belgium Eid Crypto Modules" BeidCrypto
|
|||
|
||||
StrCpy $FAQ_url "https://eid.belgium.be/"
|
||||
|
||||
${If} ${RunningX64}
|
||||
${If} ${IsNativeARM64}
|
||||
ClearErrors
|
||||
StrCpy $FileToCopy "$INSTDIR\BeidMW_arm64.msi"
|
||||
File "..\eid-mw\Windows\bin\BeidMW_arm64.msi"
|
||||
IfErrors 0 +2
|
||||
Call ErrorHandler_file
|
||||
ClearErrors
|
||||
|
||||
ReadRegDWORD $VCMajor HKLM SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\arm64 Major
|
||||
ReadRegDWORD $VCMinor HKLM SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\arm64 Minor
|
||||
ReadRegDWORD $VCBld HKLM SOFTWARE\Wow6432Node\Microsoft\VisualStudio\14.0\VC\Runtimes\arm64 Bld
|
||||
${If} $VCMajor < 14
|
||||
${AndIf} $VCMinor < 42
|
||||
${AndIf} $VCBld < 34433
|
||||
DetailPrint "Installing Visual Studio Redistributable package..."
|
||||
ExecWait '"$PLUGINSDIR\VC_redist.arm64.exe" /q /norestart'
|
||||
Delete "$PLUGINSDIR\VC_redist.arm64.exe"
|
||||
DetailPrint "Done"
|
||||
${Else}
|
||||
DetailPrint "More recent version of VC++ Redistributable already installed"
|
||||
${EndIf}
|
||||
|
||||
StrCpy $LogFile "$INSTDIR\log\install_eidmwarm64_log.txt"
|
||||
StrCpy $TempFile "$INSTDIR\log\1612_count.txt"
|
||||
;delete previous log
|
||||
;Delete "$LogFile"
|
||||
ExecWait 'msiexec /quiet /norestart /log "$LogFile" /i "$INSTDIR\BeidMW_arm64.msi"' $MsiResponse
|
||||
;for testing
|
||||
;StrCpy $MsiResponse 1603
|
||||
;StrCpy $TestLogFile "$INSTDIR\log\install_eidmw64_error_1612_log.txt"
|
||||
${Switch} $MsiResponse
|
||||
${Case} 1603
|
||||
;general failure, parse through the log file to find the root cause
|
||||
;check if error 1612 occured
|
||||
;for testing
|
||||
;ExecWait 'cmd.exe /C FIND "1612" "$TestLogFile" | FIND /C "error code 1612" > "$TempFile"' $retval
|
||||
ExecWait 'cmd.exe /C FIND "1612" "$LogFile" | FIND /C "error code 1612" > "$TempFile"' $retval
|
||||
!insertmacro GetFirstLineOfFile $TempFile $firstLine
|
||||
DetailPrint "MSI error 1612, count = $firstLine"
|
||||
StrCmp "$firstLine" "" +2 0
|
||||
StrCmp "$firstLine" "0" 0 MSI_1612_Error_arm64
|
||||
${Break}
|
||||
${Case} 1612
|
||||
MSI_1612_Error_arm64:
|
||||
DetailPrint "$(ls_errorinstallmsi_1612) $\r$\n $(ls_error) = $MsiResponse"
|
||||
;Refer to the FAQ where the user can find a manuel to manually repair the registry, or to run a MS tool that does the cleanup
|
||||
StrCpy $FAQ_url "$(ls_errorinstallmsi_1612_FAQurl)"
|
||||
;The installation source for this product is not available. Verify that the source exists and that you can access it.
|
||||
;often caused by registry not cleaned when cleanup tools remove previously installed msi files
|
||||
${Break}
|
||||
${Case} 1622
|
||||
;install log failure, try to install without logging
|
||||
ExecWait 'msiexec /quiet /norestart /i "$INSTDIR\BeidMW_arm64.msi"' $MsiResponse
|
||||
${Break}
|
||||
${Default}
|
||||
DetailPrint "MsiResponse = $MsiResponse"
|
||||
${Break}
|
||||
${EndSwitch}
|
||||
;IfErrors 0 +2
|
||||
; Call ErrorHandler_msiexec
|
||||
|
||||
;WriteRegDWORD HKCU "Software\BEID\Installer\Components" "BeidCrypto64" 0x1
|
||||
Delete "$INSTDIR\BeidMW_arm64.msi"
|
||||
${elseif} ${RunningX64}
|
||||
ClearErrors
|
||||
StrCpy $FileToCopy "$INSTDIR\BeidMW_64.msi"
|
||||
File "..\eid-mw\Windows\bin\BeidMW_64.msi"
|
||||
|
@ -297,7 +363,7 @@ ${EnableX64FSRedirection}
|
|||
|
||||
ClearErrors
|
||||
StrCpy $FileToCopy "$INSTDIR\CertClean.exe"
|
||||
File "..\..\plugins_tools\CertClean\Release\CertClean.exe"
|
||||
File "..\..\plugins_tools\CertClean\x64\Release\CertClean.exe"
|
||||
IfErrors 0 +2
|
||||
Call ErrorHandler_file
|
||||
ClearErrors
|
||||
|
|
|
@ -19,100 +19,100 @@ LangString ls_welcome ${LANG_GERMAN} "Willkommen beim eID Installer"
|
|||
LangString ls_welcome_info ${LANG_ENGLISH} "Click 'Install' to install the eID software"
|
||||
LangString ls_welcome_info ${LANG_FRENCH} "Cliquez sur $\"Installer$\" pour installer le logiciel eID"
|
||||
LangString ls_welcome_info ${LANG_DUTCH} "Klik op 'Installeren' om de eID software te installeren"
|
||||
LangString ls_welcome_info ${LANG_GERMAN} "Klicken Sie auf „Installieren“ um die eID-Software zu installieren."
|
||||
LangString ls_welcome_info ${LANG_GERMAN} "Klicken Sie auf „Installieren“ um die eID-Software zu installieren."
|
||||
|
||||
LangString ls_welcome_viewer_info ${LANG_ENGLISH} "Click 'Install' to install the eIDViewer"
|
||||
LangString ls_welcome_viewer_info ${LANG_FRENCH} "Cliquez sur $\"Installer$\" pour installer l'eIDViewer"
|
||||
LangString ls_welcome_viewer_info ${LANG_DUTCH} "Klik op 'Installeren' om de eIDViewer te installeren"
|
||||
LangString ls_welcome_viewer_info ${LANG_GERMAN} "Klicken Sie auf „Installieren“ um die eIDViewer zu installieren."
|
||||
LangString ls_welcome_viewer_info ${LANG_GERMAN} "Klicken Sie auf „Installieren“ um die eIDViewer zu installieren."
|
||||
|
||||
LangString ls_complete ${LANG_ENGLISH} "eID software installed!"
|
||||
LangString ls_complete ${LANG_FRENCH} "Logiciel eID installé !"
|
||||
LangString ls_complete ${LANG_DUTCH} "eID software geïnstalleerd!"
|
||||
LangString ls_complete ${LANG_FRENCH} "Logiciel eID installé !"
|
||||
LangString ls_complete ${LANG_DUTCH} "eID software geïnstalleerd!"
|
||||
LangString ls_complete ${LANG_GERMAN} "eID-Software installiert!"
|
||||
|
||||
LangString ls_viewer_complete ${LANG_ENGLISH} "eIDViewer installed!"
|
||||
LangString ls_viewer_complete ${LANG_FRENCH} "eIDViewer installé !"
|
||||
LangString ls_viewer_complete ${LANG_DUTCH} "eIDViewer geïnstalleerd!"
|
||||
LangString ls_viewer_complete ${LANG_FRENCH} "eIDViewer installé !"
|
||||
LangString ls_viewer_complete ${LANG_DUTCH} "eIDViewer geïnstalleerd!"
|
||||
LangString ls_viewer_complete ${LANG_GERMAN} "eIDViewer installiert!"
|
||||
|
||||
LangString ls_complete_info ${LANG_ENGLISH} "You can test the eID software using a suitable eID card reader.$\nClick 'Test' and follow the instructions step by step"
|
||||
LangString ls_complete_info ${LANG_FRENCH} "Vous pouvez tester le logiciel eID avec un lecteur de cartes eID approprié.$\nCliquez sur $\"Tester$\" et suivez les instructions étape par étape."
|
||||
LangString ls_complete_info ${LANG_FRENCH} "Vous pouvez tester le logiciel eID avec un lecteur de cartes eID approprié.$\nCliquez sur $\"Tester$\" et suivez les instructions étape par étape."
|
||||
LangString ls_complete_info ${LANG_DUTCH} "U kan de eID software testen met behulp van een geschikte eID kaartlezer.$\nKlik op 'Testen' en volg de instructies stap voor stap"
|
||||
LangString ls_complete_info ${LANG_GERMAN} "Sie können die eID-Software mit einem geeigneten eID-Kartenleser testen.$\nKlicken Sie auf „Testen“ und befolgen Sie die Anweisungen Schritt für Schritt"
|
||||
LangString ls_complete_info ${LANG_GERMAN} "Sie können die eID-Software mit einem geeigneten eID-Kartenleser testen.$\nKlicken Sie auf „Testen“ und befolgen Sie die Anweisungen Schritt für Schritt"
|
||||
|
||||
LangString ls_testcomplete_pre ${LANG_ENGLISH} "Dear "
|
||||
LangString ls_testcomplete_pre ${LANG_FRENCH} "Cher/Chère"
|
||||
LangString ls_testcomplete_pre ${LANG_FRENCH} "Cher/Chère"
|
||||
LangString ls_testcomplete_pre ${LANG_DUTCH} "Beste"
|
||||
LangString ls_testcomplete_pre ${LANG_GERMAN} "Hallo"
|
||||
|
||||
LangString ls_testcomplete_post ${LANG_ENGLISH} ",$\nthe software test was successful"
|
||||
LangString ls_testcomplete_post ${LANG_FRENCH} ",$\nle test du logiciel a réussi"
|
||||
LangString ls_testcomplete_post ${LANG_FRENCH} ",$\nle test du logiciel a réussi"
|
||||
LangString ls_testcomplete_post ${LANG_DUTCH} ",$\nde software test is geslaagd"
|
||||
LangString ls_testcomplete_post ${LANG_GERMAN} ",$\nder Software-Test wurde erfolgreich durchgeführt"
|
||||
LangString ls_testcomplete_post ${LANG_GERMAN} ",$\nder Software-Test wurde erfolgreich durchgeführt"
|
||||
|
||||
LangString ls_testcomplete_info ${LANG_ENGLISH} "It is advisable to reboot your computer"
|
||||
LangString ls_testcomplete_info ${LANG_FRENCH} "Nous vous recommandons de redémarrer votre ordinateur."
|
||||
LangString ls_testcomplete_info ${LANG_FRENCH} "Nous vous recommandons de redémarrer votre ordinateur."
|
||||
LangString ls_testcomplete_info ${LANG_DUTCH} "Herstarten van uw computer is aanbevolen"
|
||||
LangString ls_testcomplete_info ${LANG_GERMAN} "Neustart Ihres Computers wird empfohlen"
|
||||
|
||||
LangString ls_install_failed ${LANG_ENGLISH} "eID software not installed"
|
||||
LangString ls_install_failed ${LANG_FRENCH} "Le logiciel eID n'a pas été installé."
|
||||
LangString ls_install_failed ${LANG_DUTCH} "eID software niet geïnstalleerd"
|
||||
LangString ls_install_failed ${LANG_FRENCH} "Le logiciel eID n'a pas été installé."
|
||||
LangString ls_install_failed ${LANG_DUTCH} "eID software niet geïnstalleerd"
|
||||
LangString ls_install_failed ${LANG_GERMAN} "eID-Software nicht installiert"
|
||||
|
||||
LangString ls_install_viewer_failed ${LANG_ENGLISH} "eIDViewer not installed"
|
||||
LangString ls_install_viewer_failed ${LANG_FRENCH} "L'eIDViewer n'a pas été installé."
|
||||
LangString ls_install_viewer_failed ${LANG_DUTCH} "eIDViewer niet geïnstalleerd"
|
||||
LangString ls_install_viewer_failed ${LANG_FRENCH} "L'eIDViewer n'a pas été installé."
|
||||
LangString ls_install_viewer_failed ${LANG_DUTCH} "eIDViewer niet geïnstalleerd"
|
||||
LangString ls_install_viewer_failed ${LANG_GERMAN} "eIDViewer nicht installiert"
|
||||
|
||||
LangString ls_install_failed_info ${LANG_ENGLISH} "We were unable to install the eID software.$\nClick 'Help website' for further details"
|
||||
LangString ls_install_failed_info ${LANG_FRENCH} "Nous n'avons pas pu installer le logiciel eID.$\nCliquez sur $\"Site web d'aide$\" pour plus d'informations."
|
||||
LangString ls_install_failed_info ${LANG_DUTCH} "We hebben de eID software niet kunnen installeren.$\nKlik op 'Helpwebsite' voor meer informatie"
|
||||
LangString ls_install_failed_info ${LANG_GERMAN} "Wir konnten die eID-Software nicht installieren.$\nKlicken Sie auf „Hilfe-Website“ für weitere Informationen"
|
||||
LangString ls_install_failed_info ${LANG_GERMAN} "Wir konnten die eID-Software nicht installieren.$\nKlicken Sie auf „Hilfe-Website“ für weitere Informationen"
|
||||
|
||||
LangString ls_install_viewer_failed_info ${LANG_ENGLISH} "We were unable to install the eIDViewer.$\nClick 'Help website' for further details"
|
||||
LangString ls_install_viewer_failed_info ${LANG_FRENCH} "Nous n'avons pas pu installer l'eIDViewer.$\nCliquez sur $\"Site web d'aide$\" pour plus d'informations."
|
||||
LangString ls_install_viewer_failed_info ${LANG_DUTCH} "We hebben de eIDViewer niet kunnen installeren.$\nKlik op 'Helpwebsite' voor meer informatie"
|
||||
LangString ls_install_viewer_failed_info ${LANG_GERMAN} "Wir konnten die eIDViewer nicht installieren.$\nKlicken Sie auf „Hilfe-Website“ für weitere Informationen"
|
||||
LangString ls_install_viewer_failed_info ${LANG_GERMAN} "Wir konnten die eIDViewer nicht installieren.$\nKlicken Sie auf „Hilfe-Website“ für weitere Informationen"
|
||||
|
||||
LangString ls_cardreader_failed ${LANG_ENGLISH} "No card reader found"
|
||||
LangString ls_cardreader_failed ${LANG_FRENCH} "Lecteur de cartes non trouvé"
|
||||
LangString ls_cardreader_failed ${LANG_FRENCH} "Lecteur de cartes non trouvé"
|
||||
LangString ls_cardreader_failed ${LANG_DUTCH} "Kaartlezer niet gevonden"
|
||||
LangString ls_cardreader_failed ${LANG_GERMAN} "Kartenleser nicht gefunden"
|
||||
|
||||
LangString ls_cardreader_failed_info ${LANG_ENGLISH} "Make sure it is properly connected. Then click 'Again'.$\nIf this problem persists, click 'Go to help website' for further details"
|
||||
LangString ls_cardreader_failed_info ${LANG_FRENCH} "Vérifiez si le lecteur est branché correctement et cliquez sur $\"Recommencer$\".$\nSi le problème persiste, cliquez sur $\"Allez sur le site web d'aide$\" pour plus d'informations."
|
||||
LangString ls_cardreader_failed_info ${LANG_FRENCH} "Vérifiez si le lecteur est branché correctement et cliquez sur $\"Recommencer$\".$\nSi le problème persiste, cliquez sur $\"Allez sur le site web d'aide$\" pour plus d'informations."
|
||||
LangString ls_cardreader_failed_info ${LANG_DUTCH} "Controleer of deze correct is aangesloten en klik op 'Opnieuw'.$\nAls dit probleem aanhoudt, klik op 'Ga naar helpwebsite' voor meer informatie"
|
||||
LangString ls_cardreader_failed_info ${LANG_GERMAN} "Kontrollieren Sie, ob dieser korrekt angeschlossen ist und klicken Sie auf „Wiederholen“.$\nWenn das Problem weiter besteht, klicken Sie auf „Zur Hilfe-Website“ für weitere Informationen"
|
||||
LangString ls_cardreader_failed_info ${LANG_GERMAN} "Kontrollieren Sie, ob dieser korrekt angeschlossen ist und klicken Sie auf „Wiederholen“.$\nWenn das Problem weiter besteht, klicken Sie auf „Zur Hilfe-Website“ für weitere Informationen"
|
||||
|
||||
LangString ls_test_failed ${LANG_ENGLISH} "The test was unsuccessful"
|
||||
LangString ls_test_failed ${LANG_FRENCH} "Le test a échoué."
|
||||
LangString ls_test_failed ${LANG_FRENCH} "Le test a échoué."
|
||||
LangString ls_test_failed ${LANG_DUTCH} "De test is niet geslaagd"
|
||||
LangString ls_test_failed ${LANG_GERMAN} "Der Test ist fehlgeschlagen"
|
||||
|
||||
LangString ls_test_failed_info ${LANG_ENGLISH} "We were unable to test the eID software.$\nClick 'Help website' for further details"
|
||||
LangString ls_test_failed_info ${LANG_FRENCH} "Nous n'avons pas pu tester le logiciel eID.$\nCliquez sur $\"Site web d'aide$\" pour plus d'informations."
|
||||
LangString ls_test_failed_info ${LANG_DUTCH} "We hebben de eID software niet kunnen testen.$\nKlik op 'Helpwebsite' voor meer informatie"
|
||||
LangString ls_test_failed_info ${LANG_GERMAN} "Wir konnten die eID-Software nicht testen.$\nKlicken Sie auf „Hilfe-Website“ für weitere Informationen"
|
||||
LangString ls_test_failed_info ${LANG_GERMAN} "Wir konnten die eID-Software nicht testen.$\nKlicken Sie auf „Hilfe-Website“ für weitere Informationen"
|
||||
|
||||
LangString ls_pleaseconnect ${LANG_ENGLISH} "Please connect your card reader"
|
||||
LangString ls_pleaseconnect ${LANG_FRENCH} "Connectez votre lecteur de cartes"
|
||||
LangString ls_pleaseconnect ${LANG_DUTCH} "Gelieve uw kaartlezer aan te sluiten"
|
||||
LangString ls_pleaseconnect ${LANG_GERMAN} "Kartenleser bitte anschließen"
|
||||
LangString ls_pleaseconnect ${LANG_GERMAN} "Kartenleser bitte anschließen"
|
||||
|
||||
LangString ls_noreaderfound ${LANG_ENGLISH} "No card reader was found"
|
||||
LangString ls_noreaderfound ${LANG_FRENCH} "Aucun lecteur de cartes détecté"
|
||||
LangString ls_noreaderfound ${LANG_FRENCH} "Aucun lecteur de cartes détecté"
|
||||
LangString ls_noreaderfound ${LANG_DUTCH} "Geen kaartlezer gevonden"
|
||||
LangString ls_noreaderfound ${LANG_GERMAN} "Kein Kartenleser gefunden"
|
||||
|
||||
LangString ls_pleaseinsertcard ${LANG_ENGLISH} "Insert your eID into the card reader"
|
||||
LangString ls_pleaseinsertcard ${LANG_FRENCH} "Insérez votre eID dans le lecteur de cartes."
|
||||
LangString ls_pleaseinsertcard ${LANG_FRENCH} "Insérez votre eID dans le lecteur de cartes."
|
||||
LangString ls_pleaseinsertcard ${LANG_DUTCH} "Steek uw eID in de kaartlezer"
|
||||
LangString ls_pleaseinsertcard ${LANG_GERMAN} "Stecken Sie Ihre eID in den Kartenleser"
|
||||
|
||||
LangString ls_nocardfound ${LANG_ENGLISH} "No eID card was found"
|
||||
LangString ls_nocardfound ${LANG_FRENCH} "Aucune carte eID détectée"
|
||||
LangString ls_nocardfound ${LANG_FRENCH} "Aucune carte eID détectée"
|
||||
LangString ls_nocardfound ${LANG_DUTCH} "Geen eID kaart gevonden"
|
||||
LangString ls_nocardfound ${LANG_GERMAN} "Keine eID-Karte gefunden"
|
||||
|
||||
|
@ -154,9 +154,9 @@ LangString ls_next ${LANG_DUTCH} "Volgende"
|
|||
LangString ls_next ${LANG_GERMAN} "Weiter"
|
||||
|
||||
LangString ls_back ${LANG_ENGLISH} "Back"
|
||||
LangString ls_back ${LANG_FRENCH} "Précédent"
|
||||
LangString ls_back ${LANG_FRENCH} "Précédent"
|
||||
LangString ls_back ${LANG_DUTCH} "Vorige"
|
||||
LangString ls_back ${LANG_GERMAN} "Zurück"
|
||||
LangString ls_back ${LANG_GERMAN} "Zurück"
|
||||
|
||||
LangString ls_retry ${LANG_ENGLISH} "Retry"
|
||||
LangString ls_retry ${LANG_FRENCH} "Opnieuw"
|
||||
|
@ -176,7 +176,7 @@ LangString ls_finish ${LANG_GERMAN} "Beenden"
|
|||
LangString ls_test ${LANG_ENGLISH} "Test"
|
||||
LangString ls_test ${LANG_FRENCH} "Tester"
|
||||
LangString ls_test ${LANG_DUTCH} "Testen"
|
||||
LangString ls_test ${LANG_GERMAN} "Prüfen"
|
||||
LangString ls_test ${LANG_GERMAN} "Prüfen"
|
||||
|
||||
LangString ls_helpsite ${LANG_ENGLISH} "Helpwebsite"
|
||||
LangString ls_helpsite ${LANG_FRENCH} "Site web d'aide"
|
||||
|
@ -194,55 +194,55 @@ LangString ls_caption_viewer ${LANG_DUTCH} "eIDViewer installatie"
|
|||
LangString ls_caption_viewer ${LANG_GERMAN} "Installation der eIDViewer"
|
||||
|
||||
LangString ls_completedtext ${LANG_ENGLISH} "ready"
|
||||
LangString ls_completedtext ${LANG_FRENCH} "terminé"
|
||||
LangString ls_completedtext ${LANG_FRENCH} "terminé"
|
||||
LangString ls_completedtext ${LANG_DUTCH} "klaar"
|
||||
LangString ls_completedtext ${LANG_GERMAN} "fertig"
|
||||
|
||||
;below texts are error reports, they are show in a message box, no length limits
|
||||
LangString ls_testfailed ${LANG_ENGLISH} "STR:Test failed,$\n$\ngo back and try again,$\nor reboot your pc and launch the eID Viewer to continue testing"
|
||||
LangString ls_testfailed ${LANG_FRENCH} "STR:échec du test,$\n$\nretour à l’écran précédent pour réessayer,$\nou redémarrez votre PC et lancez l’eID Viewer pour continuer le test"
|
||||
LangString ls_testfailed ${LANG_FRENCH} "STR:échec du test,$\n$\nretour à l’écran précédent pour réessayer,$\nou redémarrez votre PC et lancez l’eID Viewer pour continuer le test"
|
||||
LangString ls_testfailed ${LANG_DUTCH} "STR:Test gefaald,$\n$\nga terug en probeer opnieuw,$\nof herstart uw pc en start de eID Viewer om verder te testen"
|
||||
LangString ls_testfailed ${LANG_GERMAN} "STR:Test fehlgeschlagen,$\n$\nzurück zum vorherigen Bildschirm und erneut versuchen,$\noder den PC neu starten und eID Viewer starten, um den Test fortzusetzen"
|
||||
LangString ls_testfailed ${LANG_GERMAN} "STR:Test fehlgeschlagen,$\n$\nzurück zum vorherigen Bildschirm und erneut versuchen,$\noder den PC neu starten und eID Viewer starten, um den Test fortzusetzen"
|
||||
|
||||
LangString ls_errorreadersearch ${LANG_ENGLISH} "Error while searching for card readers"
|
||||
LangString ls_errorreadersearch ${LANG_FRENCH} "Erreur détectée pendant la recherche de lecteurs de cartes"
|
||||
LangString ls_errorreadersearch ${LANG_FRENCH} "Erreur détectée pendant la recherche de lecteurs de cartes"
|
||||
LangString ls_errorreadersearch ${LANG_DUTCH} "Probleem opgetreden bij het zoeken naar kaartlezers"
|
||||
LangString ls_errorreadersearch ${LANG_GERMAN} "Fehler bei der Suche nach Kartenlesern"
|
||||
|
||||
LangString ls_errorreadingcard ${LANG_ENGLISH} "Error while trying to read from card"
|
||||
LangString ls_errorreadingcard ${LANG_FRENCH} "Erreur détectée pendant la tentative de lecture de la carte"
|
||||
LangString ls_errorreadingcard ${LANG_FRENCH} "Erreur détectée pendant la tentative de lecture de la carte"
|
||||
LangString ls_errorreadingcard ${LANG_DUTCH} "Probleem opgetreden bij het lezen van de kaart"
|
||||
LangString ls_errorreadingcard ${LANG_GERMAN} "Fehler beim Versuch, die Karte zu lesen"
|
||||
|
||||
LangString ls_errorinstallmsi ${LANG_ENGLISH} "An error occurred while trying to install the eID Middleware. $\nPlease check the log for further details:"
|
||||
LangString ls_errorinstallmsi ${LANG_FRENCH} "Une erreur est survenue lors de l’installation du middleware de l’eID. $\nVeuillez consulter le fichier journal pour obtenir de plus amples détails :"
|
||||
LangString ls_errorinstallmsi ${LANG_FRENCH} "Une erreur est survenue lors de l’installation du middleware de l’eID. $\nVeuillez consulter le fichier journal pour obtenir de plus amples détails :"
|
||||
LangString ls_errorinstallmsi ${LANG_DUTCH} "Er is een probleem opgetreden bij het installeren van de eID Middleware. $\nGelieve het logbestand te bekijken voor meer details:"
|
||||
LangString ls_errorinstallmsi ${LANG_GERMAN} "Bei der Installation der eID Middleware ist ein Problem aufgetreten. $\nBitte prüfen Sie die Log-Datei für weitere Einzelheiten:"
|
||||
LangString ls_errorinstallmsi ${LANG_GERMAN} "Bei der Installation der eID Middleware ist ein Problem aufgetreten. $\nBitte prüfen Sie die Log-Datei für weitere Einzelheiten:"
|
||||
|
||||
LangString ls_errorcopyfile ${LANG_ENGLISH} "An error occurred while trying to create file"
|
||||
LangString ls_errorcopyfile ${LANG_FRENCH} "Une erreur est survenue lors de la création du fichier"
|
||||
LangString ls_errorcopyfile ${LANG_FRENCH} "Une erreur est survenue lors de la création du fichier"
|
||||
LangString ls_errorcopyfile ${LANG_DUTCH} "Er is een probleem opgetreden bij het aanmaken van bestand"
|
||||
LangString ls_errorcopyfile ${LANG_GERMAN} "Fehler bei der Erstellung von Datei"
|
||||
|
||||
LangString ls_errorinstallmsi_1612 ${LANG_ENGLISH} "The installation source for this product is not available. $\nVerify that the source exists and that you can access it."; $\nPlease check the FAQ for further details: $\nhttps://eid.belgium.be/en/technical-documentation#7567"
|
||||
LangString ls_errorinstallmsi_1612 ${LANG_FRENCH} "La source d'installation de ce produit n'est pas disponible. $\nVérifiez que la source existe et que vous pouvez y accéder."; $\nVeuillez consulter le FAQ pour obtenir de plus amples détails : $\nhttps://eid.belgium.be/fr/technical-documentation#7567"
|
||||
LangString ls_errorinstallmsi_1612 ${LANG_FRENCH} "La source d'installation de ce produit n'est pas disponible. $\nVérifiez que la source existe et que vous pouvez y accéder."; $\nVeuillez consulter le FAQ pour obtenir de plus amples détails : $\nhttps://eid.belgium.be/fr/technical-documentation#7567"
|
||||
LangString ls_errorinstallmsi_1612 ${LANG_DUTCH} "De installatiebron voor dit product is niet beschikbaar. $\nControleer of de bron bestaat en of u toegang hebt tot de bron."; $\nGelieve de FAQ te bekijken voor meer details: $\nhttps://eid.belgium.be/nl/technical-documentation#7567"
|
||||
LangString ls_errorinstallmsi_1612 ${LANG_GERMAN} "Die Installationsquelle für dieses Produkt ist nicht verfügbar. $\nStellen Sie sicher, dass die Quelle vorhanden ist und Sie darauf zugreifen können."; $\nBitte prüfen Sie die Log-Datei für weitere Einzelheiten: $\nhttps://eid.belgium.be/de/technical-documentation#7567"
|
||||
LangString ls_errorinstallmsi_1612 ${LANG_GERMAN} "Die Installationsquelle für dieses Produkt ist nicht verfügbar. $\nStellen Sie sicher, dass die Quelle vorhanden ist und Sie darauf zugreifen können."; $\nBitte prüfen Sie die Log-Datei für weitere Einzelheiten: $\nhttps://eid.belgium.be/de/technical-documentation#7567"
|
||||
|
||||
LangString ls_errorinstallmsi_1618 ${LANG_ENGLISH} "Another installation is already in progress. $\nComplete that installation before proceeding with this install."
|
||||
LangString ls_errorinstallmsi_1618 ${LANG_FRENCH} "Une autre installation est déjà en cours. $\nComplétez cette installation avant de procéder à cette installation."
|
||||
LangString ls_errorinstallmsi_1618 ${LANG_FRENCH} "Une autre installation est déjà en cours. $\nComplétez cette installation avant de procéder à cette installation."
|
||||
LangString ls_errorinstallmsi_1618 ${LANG_DUTCH} "Er is al een installatie aan de gang. $\nVoltooi die installatie voordat je verder gaat met deze installatie."
|
||||
LangString ls_errorinstallmsi_1618 ${LANG_GERMAN} "Eine andere Installation ist bereits in Arbeit. $\nKomplettieren Sie diese Installation, bevor Sie mit dieser Installation fortfahren."
|
||||
|
||||
LangString ls_errorinstallmsi_1638 ${LANG_ENGLISH} "A higher version of the eID Middleware is already installed. $\nTo remove the existing version of this product,$\nuse Add/Remove Programs in Control Panel."
|
||||
LangString ls_errorinstallmsi_1638 ${LANG_FRENCH} "Une version supérieure du middleware de l’eID est déjà installée. $\nPour supprimer la version existante de ce produit, $\nutilisez Ajout/Suppression de programmes dans le Panneau de configuration."
|
||||
LangString ls_errorinstallmsi_1638 ${LANG_DUTCH} "Een hogere versie van de eID Middleware is al geïnstalleerd. $\nOm de bestaande versie van dit product te verwijderen, $\ngebruikt u Programma's toevoegen/verwijderen in het Configuratiescherm."
|
||||
LangString ls_errorinstallmsi_1638 ${LANG_GERMAN} "Eine höhere Version der eID Middleware ist bereits installiert. $\nUm die vorhandene Version dieses Produkts zu entfernen, $\nverwenden Sie Programme hinzufügen/entfernen in der Systemsteuerung."
|
||||
LangString ls_errorinstallmsi_1638 ${LANG_FRENCH} "Une version supérieure du middleware de l’eID est déjà installée. $\nPour supprimer la version existante de ce produit, $\nutilisez Ajout/Suppression de programmes dans le Panneau de configuration."
|
||||
LangString ls_errorinstallmsi_1638 ${LANG_DUTCH} "Een hogere versie van de eID Middleware is al geïnstalleerd. $\nOm de bestaande versie van dit product te verwijderen, $\ngebruikt u Programma's toevoegen/verwijderen in het Configuratiescherm."
|
||||
LangString ls_errorinstallmsi_1638 ${LANG_GERMAN} "Eine höhere Version der eID Middleware ist bereits installiert. $\nUm die vorhandene Version dieses Produkts zu entfernen, $\nverwenden Sie Programme hinzufügen/entfernen in der Systemsteuerung."
|
||||
|
||||
LangString ls_errorinstallmsi_viewer_1638 ${LANG_ENGLISH} "A higher version of the eID Viewer is already installed. $\nTo remove the existing version of this product,$\nuse Add/Remove Programs in Control Panel."
|
||||
LangString ls_errorinstallmsi_viewer_1638 ${LANG_FRENCH} "Une version supérieure de l’eID Viewer est déjà installée. $\nPour supprimer la version existante de ce produit, $\nutilisez Ajout/Suppression de programmes dans le Panneau de configuration."
|
||||
LangString ls_errorinstallmsi_viewer_1638 ${LANG_DUTCH} "Een hogere versie van de eID Viewer is al geïnstalleerd. $\nOm de bestaande versie van dit product te verwijderen, $\ngebruikt u Programma's toevoegen/verwijderen in het Configuratiescherm."
|
||||
LangString ls_errorinstallmsi_viewer_1638 ${LANG_GERMAN} "Eine höhere Version der eID Viewer ist bereits installiert. $\nUm die vorhandene Version dieses Produkts zu entfernen, $\nverwenden Sie Programme hinzufügen/entfernen in der Systemsteuerung."
|
||||
LangString ls_errorinstallmsi_viewer_1638 ${LANG_FRENCH} "Une version supérieure de l’eID Viewer est déjà installée. $\nPour supprimer la version existante de ce produit, $\nutilisez Ajout/Suppression de programmes dans le Panneau de configuration."
|
||||
LangString ls_errorinstallmsi_viewer_1638 ${LANG_DUTCH} "Een hogere versie van de eID Viewer is al geïnstalleerd. $\nOm de bestaande versie van dit product te verwijderen, $\ngebruikt u Programma's toevoegen/verwijderen in het Configuratiescherm."
|
||||
LangString ls_errorinstallmsi_viewer_1638 ${LANG_GERMAN} "Eine höhere Version der eID Viewer ist bereits installiert. $\nUm die vorhandene Version dieses Produkts zu entfernen, $\nverwenden Sie Programme hinzufügen/entfernen in der Systemsteuerung."
|
||||
|
||||
;LangString ls_errorinstallmsi_1612_FAQurl ${LANG_ENGLISH} "https://eid.belgium.be/en/technical-documentation#7567"
|
||||
;LangString ls_errorinstallmsi_1612_FAQurl ${LANG_FRENCH} "https://eid.belgium.be/fr/technical-documentation#7565"
|
||||
|
@ -257,17 +257,17 @@ LangString ls_errorinstallmsi_1612_FAQurl ${LANG_GERMAN} "https://eid.belgium.be
|
|||
|
||||
;below are texts linked to the bitmaps, no length limits
|
||||
LangString ls_bitmapwelcome ${LANG_ENGLISH} "Background welcome image"
|
||||
LangString ls_bitmapwelcome ${LANG_FRENCH} "Image de bienvenue en arrière-plan"
|
||||
LangString ls_bitmapwelcome ${LANG_FRENCH} "Image de bienvenue en arrière-plan"
|
||||
LangString ls_bitmapwelcome ${LANG_DUTCH} "Achtergrond welkomafbeelding"
|
||||
LangString ls_bitmapwelcome ${LANG_GERMAN} "Hintergrund-Begrüßungsbild"
|
||||
LangString ls_bitmapwelcome ${LANG_GERMAN} "Hintergrund-Begrüßungsbild"
|
||||
|
||||
LangString ls_bitmapconnectreader ${LANG_ENGLISH} "Background image asking to connect reader"
|
||||
LangString ls_bitmapconnectreader ${LANG_FRENCH} "Image en arrière-plan demandant de connecter le lecteur"
|
||||
LangString ls_bitmapconnectreader ${LANG_FRENCH} "Image en arrière-plan demandant de connecter le lecteur"
|
||||
LangString ls_bitmapconnectreader ${LANG_DUTCH} "Achtergrondafbeelding die vraagt om de lezer aan te sluiten"
|
||||
LangString ls_bitmapconnectreader ${LANG_GERMAN} "Hintergrundbild mit der Aufforderung, den Leser anzuschließen"
|
||||
LangString ls_bitmapconnectreader ${LANG_GERMAN} "Hintergrundbild mit der Aufforderung, den Leser anzuschließen"
|
||||
|
||||
LangString ls_bitmapinsertcard ${LANG_ENGLISH} "Background image asking to insert eID card into the card reader"
|
||||
LangString ls_bitmapinsertcard ${LANG_FRENCH} "Image en arrière-plan demandant d’insérer l’eID dans le lecteur de cartes"
|
||||
LangString ls_bitmapinsertcard ${LANG_FRENCH} "Image en arrière-plan demandant d’insérer l’eID dans le lecteur de cartes"
|
||||
LangString ls_bitmapinsertcard ${LANG_DUTCH} "Achtergrondafbeelding die vraagt om de eID kaart in de kaartlezer te steken"
|
||||
LangString ls_bitmapinsertcard ${LANG_GERMAN} "Hintergrundbild mit der Aufforderung, die eID-Karte in den Kartenleser zu stecken"
|
||||
|
||||
|
|
|
@ -45,52 +45,52 @@
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='AllUsers_debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='AllUsers_Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='AllUsers_debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='AllUsers_Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v142</PlatformToolset>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"versionInfo": {
|
||||
"major": 5,
|
||||
"minor": 1,
|
||||
"patch": 19
|
||||
"patch": 23
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,13 +7,13 @@ namespace eIDViewer
|
|||
{
|
||||
public static int imajor = 5;
|
||||
public static int iminor = 1;
|
||||
public static int ibuild = 19;
|
||||
public static int ibuild = 23;
|
||||
|
||||
public static string AboutMessage()
|
||||
{
|
||||
string message = @"eID Viewer 5.1.19
|
||||
string message = @"eID Viewer 5.1.23
|
||||
eID Middleware Project
|
||||
Copyright(C) 2024 Bosa
|
||||
Copyright(C) 2025 Bosa
|
||||
|
||||
By Frederik Vernelen and Wouter Verhelst
|
||||
Based on the design of Frank Marien
|
||||
|
|
|
@ -19,7 +19,7 @@ For the creation of the MSI installers
|
|||
http://wixtoolset.org/releases/
|
||||
This one currently still need .NET 3.5 installed
|
||||
To install .NET 3.5: press the windows keys and type "Windows Features",
|
||||
then select .NET 3.5 from te WIndows Features dialog box
|
||||
then select .NET 3.5 from the Windows Features dialog box
|
||||
|
||||
5) Git can be installed as part of Visual Studio installation
|
||||
(or added later by updating the Visual Studio installation through add/remove applications)
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
@SET BASE_VERSION1=5
|
||||
@SET BASE_VERSION2=1
|
||||
@SET BASE_VERSION3=19
|
||||
@SET YEAR=2024
|
||||
@SET BASE_VERSION3=23
|
||||
@SET YEAR=2025
|
||||
|
||||
|
||||
@IF EXIST "C:\Program Files (x86)\Git\bin\git.exe" (
|
||||
|
|
Loading…
Reference in a new issue