29 lines
617 B
Plaintext
29 lines
617 B
Plaintext
|
|
|||
|
;
|
|||
|
; Strings section
|
|||
|
;
|
|||
|
[Strings]
|
|||
|
MoxaTech="Moxa Technologies Inc."
|
|||
|
MxServiceDesc = "Pilote pour la gamme MOXA Intellio"
|
|||
|
MxPortServiceDesc = "Pilote de port pour gamme MOXA Intellio"
|
|||
|
C218TPCI.DevDesc="S<>rie MOXA Intellio C218Turbo/PCI"
|
|||
|
C320TPCI.DevDesc="S<>rie MOXA Intellio C320Turbo/PCI"
|
|||
|
SourceDisksNamesDesc = "Disque de pilote Windows 2000 pour MOXA Intellio"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
REG_DWORD = 0x00010001
|
|||
|
REG_EXPAND_SZ = 0x00020000
|
|||
|
REG_BINARY = 1
|
|||
|
|
|||
|
SERVICE_KERNEL_DRIVER = 0x00000001
|
|||
|
|
|||
|
;;SERVICE_AUTO_START = 0x00000002
|
|||
|
SERVICE_DEMAND_START = 0x00000003
|
|||
|
|
|||
|
|
|||
|
SERVICE_ERROR_NORMAL = 0x00000001
|
|||
|
|
|||
|
|
|||
|
|