2 |
<?include $(sys.SOURCEFILEDIR)openpgpmdrv-include.wxs ?> |
<?include $(sys.SOURCEFILEDIR)openpgpmdrv-include.wxs ?> |
3 |
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" |
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" |
4 |
xmlns:difx='http://schemas.microsoft.com/wix/DifxAppExtension'> |
xmlns:difx='http://schemas.microsoft.com/wix/DifxAppExtension'> |
5 |
<Product UpgradeCode="$(var.UpgradeCode)" Name="OpenPGP Smartcard minidriver (x86)" Id="*" Version="$(var.Version)" Manufacturer="OpenPGP" Language="1033"> |
<Product UpgradeCode="$(var.UpgradeCode)" Name="OpenPGP Smartcard minidriver (x86)" Id="*" Version="$(var.Version)" Manufacturer="MySmartLogon" Language="1033"> |
6 |
<Package Id="*" Manufacturer="Fedict" InstallerVersion="200" Platform="x86" Languages="1033" Compressed="yes" SummaryCodepage="1252" /> |
<Package Id="*" Manufacturer="MySmartLogon" InstallerVersion="200" Platform="x86" Languages="1033" Compressed="yes" SummaryCodepage="1252" /> |
7 |
|
|
8 |
<!-- do not edit the rtf file with word! The installer will be unable to read the license --> |
<!-- do not edit the rtf file with word! The installer will be unable to read the license --> |
9 |
<WixVariable Id="WixUILicenseRtf" Value="Resources\gnu-lgpl.rtf" /> |
<WixVariable Id="WixUILicenseRtf" Value="Resources\gnu-lgpl.rtf" /> |
10 |
|
|
11 |
<Upgrade Id='$(var.UpgradeCode)'> |
<Upgrade Id='$(var.UpgradeCode)'> |
12 |
<UpgradeVersion OnlyDetect='no' Property='OLDERFOUND' |
<UpgradeVersion OnlyDetect='no' Property='OLDERFOUND' |
13 |
Minimum='0.0.0.1' IncludeMinimum='yes' |
Minimum='0.0.0.0' IncludeMinimum='yes' |
14 |
Maximum='$(var.Version)' IncludeMaximum='no' /> |
Maximum='$(var.Version)' IncludeMaximum='no' /> |
15 |
<UpgradeVersion OnlyDetect='yes' Property='SELFFOUND' |
<UpgradeVersion OnlyDetect='yes' Property='SELFFOUND' |
16 |
Minimum='$(var.Version)' IncludeMinimum='yes' |
Minimum='$(var.Version)' IncludeMinimum='yes' |