Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
284 | f9daq | 1 | ;=========================================================================== |
2 | ; This file was generated using: |
||
3 | ; NI-VISA Driver Development Wizard version 4.1 |
||
4 | ;=========================================================================== |
||
5 | ; |
||
6 | ; This file is for use with Windows XP/2000. This will not work on Windows |
||
7 | ; Vista. This Windows Setup Information File contains the information |
||
8 | ; NI-VISA needs in order to access your instrument. Do not modify the |
||
9 | ; contents of this file unless you are sure about what you are doing. |
||
10 | ; |
||
11 | ;=========================================================================== |
||
12 | ; |
||
13 | ; Installation: |
||
14 | ; To apply the contents of this file to a system's settings, copy this file |
||
15 | ; to %SystemRoot%\inf and reboot the computer. If the device was |
||
16 | ; installed before this file is copied, the device will need to be removed |
||
17 | ; from the "Unknown Devices" class in the Windows Device Manager. |
||
18 | ; |
||
19 | ;=========================================================================== |
||
20 | ; |
||
21 | ; Removal: |
||
22 | ; Remove this file and its associated .PNF file (if it exists) from |
||
23 | ; %SystemRoot%\inf. Either reboot the computer, or perform a |
||
24 | ; "Scan for hardware changes" from the Windows Device Manager. |
||
25 | ; |
||
26 | ;=========================================================================== |
||
27 | |||
28 | [Version] |
||
29 | Signature=$WINDOWS NT$ |
||
30 | Class=visaUsbDevice |
||
31 | ClassGUID={A3330EDF-239D-4206-833B-1D58952613D5} |
||
32 | Provider=%Vendor0% |
||
33 | DriverVer=11/25/2007,1.0 |
||
34 | CatalogFile=8SMC1-USB(h).cat |
||
35 | |||
36 | [DefaultInstall.nt] |
||
37 | CopyFiles=NIVIUSBK_Device_CopyFiles_Inf |
||
38 | |||
39 | [DestinationDirs] |
||
40 | NIVIUSBK_Device_CopyFiles_Inf = 17 |
||
41 | |||
42 | [NIVIUSBK_Device_CopyFiles_Inf] |
||
43 | 8SMC1-USB(h).inf |
||
44 | |||
45 | [SourceDisksNames] |
||
46 | |||
47 | [SourceDisksFiles] |
||
48 | |||
49 | [ClassInstall32.nt] |
||
50 | AddReg=AddClass_AddReg |
||
51 | |||
52 | [AddClass_AddReg] |
||
53 | HKR,,,0,%DeviceClassString% |
||
54 | HKR,,Icon,,"-20" |
||
55 | HKR,,IconPath,0x00010000,"%11%\setupapi.dll,-20" |
||
56 | |||
57 | [Manufacturer] |
||
58 | %Vendor1%=USBList |
||
59 | |||
60 | [USBList] |
||
61 | %USB\VID_10C4&PID_0230.DeviceDesc%=NIVIUSBK_Inst, USB\VID_10C4&PID_0230 |
||
62 | |||
63 | [PreCopySection] |
||
64 | HKR,,NoSetupUI,,1 |
||
65 | |||
66 | [NIVIUSBK_Inst] |
||
67 | AddReg=NIVIUSBK_Inst_AddReg |
||
68 | |||
69 | [NIVIUSBK_Inst.Services] |
||
70 | Addservice = NIVIUSBK, 0x00000002, NIVIUSBK_AddService |
||
71 | |||
72 | [NIVIUSBK_AddService] |
||
73 | DisplayName = %NIVIUSBK.SvcDesc% |
||
74 | ServiceType = %SERVICE_KERNEL_DRIVER% |
||
75 | StartType = %SERVICE_DEMAND_START% |
||
76 | ErrorControl = %SERVICE_ERROR_NORMAL% |
||
77 | ServiceBinary = %12%\NIVIUSBK.sys |
||
78 | |||
79 | [NIVIUSBK_Inst_AddReg] |
||
80 | |||
81 | [Strings] |
||
82 | Vendor0="Standa" |
||
83 | Vendor1="Standa" |
||
84 | USB\VID_10C4&PID_0230.DeviceDesc="8SMC1-USB(h)" |
||
85 | DeviceClassString="NI-VISA USB Devices" |
||
86 | NIVIUSBK.SvcDesc="NI-VISA USB Driver" |
||
87 | |||
88 | SERVICE_BOOT_START = 0x0 |
||
89 | SERVICE_SYSTEM_START = 0x1 |
||
90 | SERVICE_AUTO_START = 0x2 |
||
91 | SERVICE_DEMAND_START = 0x3 |
||
92 | SERVICE_DISABLED = 0x4 |
||
93 | |||
94 | SERVICE_KERNEL_DRIVER = 0x1 |
||
95 | SERVICE_ERROR_IGNORE = 0x0 |
||
96 | SERVICE_ERROR_NORMAL = 0x1 |
||
97 | SERVICE_ERROR_SEVERE = 0x2 |
||
98 | SERVICE_ERROR_CRITICAL = 0x3 |
||
99 |