/[openpgpmdrv]/trunk/makemsi/openpgpmdrv64release.wxs
ViewVC logotype

Diff of /trunk/makemsi/openpgpmdrv64release.wxs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by vletoux, Wed Mar 31 08:58:46 2010 UTC revision 13 by vletoux, Sat Dec 18 11:04:13 2010 UTC
# Line 2  Line 2 
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 (x64)" Id="*" Version="$(var.Version)" Manufacturer="OpenPGP" Language="1033">    <Product UpgradeCode="$(var.UpgradeCode)" Name="OpenPGP Smartcard minidriver (x64)" Id="*" Version="$(var.Version)" Manufacturer="MySmartLogon" Language="1033">
6      <Package Id="*" Manufacturer="Fedict" InstallerVersion="200" Platform="x64" Languages="1033" Compressed="yes" SummaryCodepage="1252" />      <Package Id="*" Manufacturer="MySmartLogon" InstallerVersion="200" Platform="x64" 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'

Legend:
Removed from v.12  
changed lines
  Added in v.13

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26