1
- ; Copyright 2012 Blacklabel Development, Inc.
2
-
3
- [Strings]
4
- DriverPackageDisplayName="Arduino STM32 USB Driver"
5
- ManufacturerName="Arduino Srl (www.arduino.org)"
6
- ServiceName="USB RS-232 Emulation Driver"
7
-
8
- starotto.sketch.name="Arduino Star OTTO"
9
-
10
- [DefaultInstall]
11
- CopyINF=arduino-org-stm32.inf
12
-
13
- [Version]
14
- Class=Ports
15
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
16
- Signature="$Windows NT$"
17
- Provider=%ManufacturerName%
18
- DriverPackageDisplayName=%DriverPackageDisplayName%
19
- CatalogFile=arduino-org-stm32.cat
20
- DriverVer=03/19/2015,1.1.1.0
21
-
22
- [Manufacturer]
23
- %ManufacturerName%=DeviceList, NTamd64, NTia64
24
-
25
- [DestinationDirs]
26
- FakeModemCopyFileSection=12
27
- DefaultDestDir=12
28
-
29
- [DeviceList]
30
- %starotto.sketch.name%=DriverInstall, USB\VID_2A03&PID_0058
31
-
32
- [DeviceList.NTamd64]
33
- %starotto.sketch.name%=DriverInstall, USB\VID_2A03&PID_0058
34
-
35
- [DeviceList.NTia64]
36
- %starotto.sketch.name%=DriverInstall, USB\VID_2A03&PID_0058
37
-
38
- [DriverInstall]
39
- include=mdmcpq.inf,usb.inf
40
- CopyFiles = FakeModemCopyFileSection
41
- AddReg=DriverAddReg
42
-
43
- [DriverAddReg]
44
- HKR,,DevLoader,,*ntkern
45
- HKR,,NTMPDriver,,usbser.sys
46
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
47
-
48
- [DriverInstall.Services]
49
- include=mdmcpq.inf
50
- AddService=usbser, 0x00000002, DriverService
51
-
52
- [DriverService]
53
- DisplayName=%ServiceName%
54
- ServiceType=1
55
- StartType=3
56
- ErrorControl=1
57
- ServiceBinary=%12%\usbser.sys
1
+ ; Copyright 2012 Blacklabel Development, Inc.
2
+
3
+ [Strings]
4
+ DriverPackageDisplayName="Arduino STM32 USB Driver"
5
+ ManufacturerName="Arduino Srl (www.arduino.org)"
6
+ ServiceName="USB RS-232 Emulation Driver"
7
+
8
+ starotto.sketch.name="Arduino Star OTTO"
9
+
10
+ [DefaultInstall]
11
+ CopyINF=arduino-org-stm32.inf
12
+
13
+ [Version]
14
+ Class=Ports
15
+ ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
16
+ Signature="$Windows NT$"
17
+ Provider=%ManufacturerName%
18
+ DriverPackageDisplayName=%DriverPackageDisplayName%
19
+ CatalogFile=arduino-org-stm32.cat
20
+ DriverVer=03/19/2015,1.1.1.0
21
+
22
+ [Manufacturer]
23
+ %ManufacturerName%=DeviceList, NTamd64, NTia64
24
+
25
+ [DestinationDirs]
26
+ FakeModemCopyFileSection=12
27
+ DefaultDestDir=12
28
+
29
+ [DeviceList]
30
+ %starotto.sketch.name%=DriverInstall, USB\VID_2A03&PID_0058
31
+
32
+ [DeviceList.NTamd64]
33
+ %starotto.sketch.name%=DriverInstall, USB\VID_2A03&PID_0058
34
+
35
+ [DeviceList.NTia64]
36
+ %starotto.sketch.name%=DriverInstall, USB\VID_2A03&PID_0058
37
+
38
+ [DriverInstall]
39
+ include=mdmcpq.inf,usb.inf
40
+ CopyFiles = FakeModemCopyFileSection
41
+ AddReg=DriverAddReg
42
+
43
+ [DriverAddReg]
44
+ HKR,,DevLoader,,*ntkern
45
+ HKR,,NTMPDriver,,usbser.sys
46
+ HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
47
+
48
+ [DriverInstall.Services]
49
+ include=mdmcpq.inf
50
+ AddService=usbser, 0x00000002, DriverService
51
+
52
+ [DriverService]
53
+ DisplayName=%ServiceName%
54
+ ServiceType=1
55
+ StartType=3
56
+ ErrorControl=1
57
+ ServiceBinary=%12%\usbser.sys
58
58
LoadOrderGroup=Base
0 commit comments