1 |
[version] |
2 |
Signature = "$Windows NT$" |
3 |
Class = NetTrans |
4 |
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318} |
5 |
Provider = %Msft% |
6 |
DriverVer = 12/05/1999,5.00.2128 |
7 |
|
8 |
[Manufacturer] |
9 |
%Msft%=MSFT |
10 |
|
11 |
[MSFT] |
12 |
%B2ETHER_Desc%=Install, MS_B2ETHER |
13 |
|
14 |
;------------------------------------------------------------------------- |
15 |
; Installation Section |
16 |
;------------------------------------------------------------------------- |
17 |
[Install] |
18 |
AddReg=Inst_Ndi |
19 |
Characteristics=0 ; Has no characterstic |
20 |
CopyFiles=CpyFiles_Sys |
21 |
|
22 |
;------------------------------------------------------------------------- |
23 |
; Ndi installation support |
24 |
;------------------------------------------------------------------------- |
25 |
[Inst_Ndi] |
26 |
HKR,Ndi,Service,,"B2Ether" |
27 |
HKR,Ndi,HelpText,,%B2ETHER_HelpText% |
28 |
HKR, Ndi\Interfaces, UpperRange,, noupper |
29 |
HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4" |
30 |
|
31 |
;------------------------------------------------------------------------- |
32 |
; Service installation support |
33 |
;------------------------------------------------------------------------- |
34 |
[Install.Services] |
35 |
AddService=B2Ether,,B2ETHER_Service_Inst |
36 |
|
37 |
[B2Ether_Service_Inst] |
38 |
DisplayName = %B2ETHER_Desc% |
39 |
ServiceType = 1 ;SERVICE_KERNEL_DRIVER |
40 |
StartType = 2 ;SERVICE_AUTO_START |
41 |
ErrorControl = 1 ;SERVICE_ERROR_NORMAL |
42 |
ServiceBinary = %12%\B2Ether.sys |
43 |
LoadOrderGroup = "PNP_TDI" |
44 |
AddReg = AddReg_B2ETHER_Service_Inst |
45 |
Description = %B2ETHER_Desc% |
46 |
|
47 |
[AddReg_B2ETHER_Service_Inst] |
48 |
HKLM,"System\CurrentControlSet\Services\B2Ether","TextModeFlags",%REG_DWORD%,0x0001 |
49 |
HKR,"Parameters","Version",,"5.00.2128" |
50 |
|
51 |
;------------------------------------------------------------------------- |
52 |
; Support for removal of static registry settings |
53 |
;------------------------------------------------------------------------- |
54 |
[Install.Remove] |
55 |
DelReg=Del_Static_Reg |
56 |
|
57 |
[Install.Remove.Services] |
58 |
DelService=B2Ether |
59 |
|
60 |
[Del_Static_Reg] |
61 |
HKLM,"System\CurrentControlSet\Services\B2Ether","TextModeFlags" |
62 |
|
63 |
;------------------------------------------------------------------------- |
64 |
; Declare Destination Directories for file copy/deletion |
65 |
;------------------------------------------------------------------------- |
66 |
[DestinationDirs] |
67 |
CpyFiles_Sys = 12 ; DIRID_DRIVERS |
68 |
|
69 |
|
70 |
;------------------------------------------------------------------------- |
71 |
; Files to Copy/Delete - Referenced by Install and Remove sections above |
72 |
;------------------------------------------------------------------------- |
73 |
[CpyFiles_Sys] |
74 |
B2Ether.sys,,,2 |
75 |
|
76 |
[Strings] |
77 |
Msft = "Microsoft" |
78 |
B2ETHER_Desc = "Basilisk II Ethernet Driver" |
79 |
B2ETHER_HelpText = "Adds ethernet capability to the Basilisk II Macintosh II emulator." |
80 |
REG_DWORD = 0x10001 |