forked from open-eid/minidriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminidriver.wxi
34 lines (34 loc) · 2.35 KB
/
minidriver.wxi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<Include>
<!-- Trac 23476 -->
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\ActivIdentity ActivClient (JavaCard #1)"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\ActivIdentity ActivClient (JavaCard #2)"/>
<!-- Obsolete Cards and keys -->
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Defaults\Provider\EstEID Card CSP"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (cold ATR)"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (short ATR)"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (MultOS)"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (1.0 2007 cold ATR)"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (1.0 2007 warm ATR)"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (1.0 cold ATR)"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (1.0 warm ATR)"/>
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (1.1 MULTOS cold ATR)"/>
<!-- same as SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (3.0 JavaCard dev3 warm ATR) -->
<RemoveRegistryKey Root="HKLM" Action="removeOnInstall"
Key="SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\EstEID National ID Card (3.5 JavaCard warm ATR)"/>
</Include>