win-pvdrivers
changeset 337:e69e4d79ee3f
fixed a few bugs in the installer wrt certs
author | James Harper <james.harper@bendigoit.com.au> |
---|---|
date | Sun Jun 22 20:37:11 2008 +1000 (2008-06-22) |
parents | d7a848ae1a39 |
children | 9e3eb0ed57b1 |
files | common.inc installer.nsi |
line diff
1.1 --- a/common.inc Sun Jun 22 19:51:47 2008 +1000 1.2 +++ b/common.inc Sun Jun 22 20:37:11 2008 +1000 1.3 @@ -1,4 +1,4 @@ 1.4 -VERSION=0.9.10.2 1.5 +VERSION=0.9.10.4 1.6 TARGETPATH=..\Target\$(DDK_TARGET_OS) 1.7 MSC_WARNING_LEVEL=/W4 1.8 INCLUDES = ..\common\include;..\common\include\public
2.1 --- a/installer.nsi Sun Jun 22 19:51:47 2008 +1000 2.2 +++ b/installer.nsi Sun Jun 22 20:37:11 2008 +1000 2.3 @@ -3,7 +3,7 @@ 2.4 2.5 !define AppName "Xen PV Drivers" 2.6 !define StartMenu "$SMPROGRAMS\${AppName}" 2.7 -!define Version "0.9.11-pre1" 2.8 +!define Version "0.9.11-pre4" 2.9 #!define Version "$%VERSION%" 2.10 Name "${AppName}" 2.11 InstallDir "$PROGRAMFILES\${AppName}" 2.12 @@ -53,7 +53,7 @@ SectionEnd 2.13 2.14 Section "Windows 2000" win2k 2.15 SetOutPath $INSTDIR 2.16 - File /r .\ca.cer 2.17 + File /nonfatal .\ca.cer 2.18 SetOutPath $INSTDIR\drivers 2.19 File .\target\win2k\xenpci.inf 2.20 File .\target\win2k\xennet.inf 2.21 @@ -72,14 +72,14 @@ SectionEnd 2.22 2.23 Section "Windows XP" winxp 2.24 SetOutPath $INSTDIR 2.25 - File /r .\ca.cer 2.26 + File /nonfatal .\ca.cer 2.27 SetOutPath $INSTDIR\drivers 2.28 File .\target\winxp\xenpci.inf 2.29 File .\target\winxp\xennet.inf 2.30 File .\target\winxp\xenvbd.inf 2.31 File .\target\winxp\xenscsi.inf 2.32 File .\target\winxp\xenstub.inf 2.33 - File /r .\target\winxp\xengplpv.cat 2.34 + File /nonfatal .\target\winxp\xengplpv.cat 2.35 SetOutPath $INSTDIR\drivers\i386 2.36 File .\target\winxp\i386\xenpci.sys 2.37 File .\target\winxp\i386\xenhide.sys 2.38 @@ -92,14 +92,14 @@ SectionEnd 2.39 2.40 Section "Windows 2003 x32" win2k3x32 2.41 SetOutPath $INSTDIR 2.42 - File /r .\ca.cer 2.43 + File /nonfatal .\ca.cer 2.44 SetOutPath $INSTDIR\drivers 2.45 File .\target\winnet\xenpci.inf 2.46 File .\target\winnet\xennet.inf 2.47 File .\target\winnet\xenvbd.inf 2.48 File .\target\winnet\xenscsi.inf 2.49 File .\target\winnet\xenstub.inf 2.50 - File /r .\target\winnet\xengplpv.cat 2.51 + File /nonfatal .\target\winnet\xengplpv.cat 2.52 SetOutPath $INSTDIR\drivers\i386 2.53 File .\target\winnet\i386\xenpci.sys 2.54 File .\target\winnet\i386\xenhide.sys 2.55 @@ -112,14 +112,14 @@ SectionEnd 2.56 2.57 Section "Windows 2003 x64" win2k3x64 2.58 SetOutPath $INSTDIR 2.59 - File /r .\ca.cer 2.60 + File /nonfatal .\ca.cer 2.61 SetOutPath $INSTDIR\drivers 2.62 File .\target\winnet\xenpci.inf 2.63 File .\target\winnet\xennet.inf 2.64 File .\target\winnet\xenvbd.inf 2.65 File .\target\winnet\xenscsi.inf 2.66 File .\target\winnet\xenstub.inf 2.67 - File /r .\target\winnet\xengplpv.cat 2.68 + File /nonfatal .\target\winnet\xengplpv.cat 2.69 SetOutPath $INSTDIR\drivers\amd64 2.70 File .\target\winnet\amd64\xenpci.sys 2.71 File .\target\winnet\amd64\xenhide.sys 2.72 @@ -132,14 +132,14 @@ SectionEnd 2.73 2.74 Section "Windows 2008 x32" win2k8x32 2.75 SetOutPath $INSTDIR 2.76 - File /r .\ca.cer 2.77 + File /nonfatal .\ca.cer 2.78 SetOutPath $INSTDIR\drivers 2.79 File .\target\winlh\xenpci.inf 2.80 File .\target\winlh\xennet.inf 2.81 File .\target\winlh\xenvbd.inf 2.82 File .\target\winlh\xenscsi.inf 2.83 File .\target\winlh\xenstub.inf 2.84 - File /r .\target\winlh\xengplpv.cat 2.85 + File /nonfatal .\target\winlh\xengplpv.cat 2.86 SetOutPath $INSTDIR\drivers\i386 2.87 File .\target\winlh\i386\xenpci.sys 2.88 File .\target\winlh\i386\xenhide.sys 2.89 @@ -152,14 +152,14 @@ SectionEnd 2.90 2.91 Section "Windows 2008 x64" win2k8x64 2.92 SetOutPath $INSTDIR 2.93 - File /r .\ca.cer 2.94 + File /nonfatal .\ca.cer 2.95 SetOutPath $INSTDIR\drivers 2.96 File .\target\winlh\xenpci.inf 2.97 File .\target\winlh\xennet.inf 2.98 File .\target\winlh\xenvbd.inf 2.99 File .\target\winlh\xenscsi.inf 2.100 File .\target\winlh\xenstub.inf 2.101 - File /r .\target\winlh\xengplpv.cat 2.102 + File /nonfatal .\target\winlh\xengplpv.cat 2.103 SetOutPath $INSTDIR\drivers\amd64 2.104 File .\target\winlh\amd64\xenpci.sys 2.105 File .\target\winlh\amd64\xenhide.sys