From ee313a978f7aa9eff8163e3f6be3a59b12e03fe0 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 27 Feb 2007 23:29:17 +0000 Subject: Renamed TAP-Win32 driver from tap0801.sys to tap0901.sys to reflect the fact that Vista has blacklisted the tap0801.sys file name due to previous compatibility issues which have now been resolved. TAP-Win32 major/minor version number is now 9/1. Windows installer will delete a previously installed tap0801.sys TAP driver before installing tap0901.sys. Added code to Windows installer to fail gracefully on 64 bit installs until 64-bit TAP driver issues can be resolved. Added code to Windows installer to fail gracefully on versions of Windows which are not explicitly supported. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1746 e7ae566f-a301-0410-adde-c780ea21d3b5 --- tap-win32/i386/OemWin2k.inf | 54 ++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'tap-win32/i386') diff --git a/tap-win32/i386/OemWin2k.inf b/tap-win32/i386/OemWin2k.inf index 219b4ca..c8316af 100755 --- a/tap-win32/i386/OemWin2k.inf +++ b/tap-win32/i386/OemWin2k.inf @@ -11,9 +11,9 @@ ; OUTPUT -> file:///c:/WINDDK/3790/tools/chkinf/htm/c%23+src+openvpn+tap-win32+i386+__OemWin2k.htm ; INSTALL/REMOVE DRIVER -; tapinstall install OemWin2k.inf TAP0801 -; tapinstall update OemWin2k.inf TAP0801 -; tapinstall remove TAP0801 +; tapinstall install OemWin2k.inf TAP0901 +; tapinstall update OemWin2k.inf TAP0901 +; tapinstall remove TAP0901 ;********************************************************* ; Note to Developers: @@ -51,20 +51,20 @@ ; This version number should match the version ; number given in SOURCES. - DriverVer=09/13/2006,8.00.00.0004 + DriverVer=02/27/2007,9.00.00.0001 [Strings] - DeviceDescription = "TAP-Win32 Adapter V8" - Provider = "TAP-Win32 Provider" + DeviceDescription = "TAP-Win32 Adapter V9" + Provider = "TAP-Win32 Provider V9" ;---------------------------------------------------------------- ; Manufacturer + Product Section (Done) ;---------------------------------------------------------------- [Manufacturer] - %Provider% = tap0801 + %Provider% = tap0901 -[tap0801] - %DeviceDescription% = tap0801.ndi, tap0801 +[tap0901] + %DeviceDescription% = tap0901.ndi, tap0901 ;--------------------------------------------------------------- ; Driver Section (Done) @@ -79,23 +79,23 @@ ; NCF_HAS_UI = 0x80 ;----------------- Characteristics ------------ -[tap0801.ndi] - CopyFiles = tap0801.driver, tap0801.files - AddReg = tap0801.reg - AddReg = tap0801.params.reg +[tap0901.ndi] + CopyFiles = tap0901.driver, tap0901.files + AddReg = tap0901.reg + AddReg = tap0901.params.reg Characteristics = 0x81 -[tap0801.ndi.Services] - AddService = tap0801, 2, tap0801.service +[tap0901.ndi.Services] + AddService = tap0901, 2, tap0901.service -[tap0801.reg] - HKR, Ndi, Service, 0, "tap0801" +[tap0901.reg] + HKR, Ndi, Service, 0, "tap0901" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, , Manufacturer, 0, "%Provider%" HKR, , ProductName, 0, "%DeviceDescription%" -[tap0801.params.reg] +[tap0901.params.reg] HKR, Ndi\params\MTU, ParamDesc, 0, "MTU" HKR, Ndi\params\MTU, Type, 0, "int" HKR, Ndi\params\MTU, Default, 0, "1500" @@ -136,13 +136,13 @@ ; SERVICE_DISABLED = 0x4 ;---------- Start Mode --------------- -[tap0801.service] +[tap0901.service] DisplayName = %DeviceDescription% ServiceType = 1 StartType = 3 ErrorControl = 1 LoadOrderGroup = NDIS - ServiceBinary = %12%\tap0801.sys + ServiceBinary = %12%\tap0901.sys ;----------------------------------------------------------------- ; File Installation @@ -158,25 +158,25 @@ ; 1 = "Intel Driver Disk 1",e100bex.sys,, [SourceDisksNames] - 1 = %DeviceDescription%, tap0801.sys + 1 = %DeviceDescription%, tap0901.sys ; SourceDisksFiles ; filename_on_source = diskID[, [subdir][, size]] ; e100bex.sys = 1,, ; on distribution disk 1 [SourceDisksFiles] -tap0801.sys = 1 +tap0901.sys = 1 [DestinationDirs] - tap0801.files = 11 - tap0801.driver = 12 + tap0901.files = 11 + tap0901.driver = 12 -[tap0801.files] +[tap0901.files] ; TapPanel.cpl,,,6 ; COPYFLG_NOSKIP | COPYFLG_NOVERSIONCHECK ; cipsrvr.exe,,,6 ; COPYFLG_NOSKIP | COPYFLG_NOVERSIONCHECK -[tap0801.driver] - tap0801.sys,,,6 ; COPYFLG_NOSKIP | COPYFLG_NOVERSIONCHECK +[tap0901.driver] + tap0901.sys,,,6 ; COPYFLG_NOSKIP | COPYFLG_NOVERSIONCHECK ;--------------------------------------------------------------- ; End -- cgit v1.2.3