Programa: Driver Sony Ericsson K750i
;-----------------------------------------------------------------------------
[CopyFiles]
[CopyFiles.Win2K]
k750obex.sys
k750cm.sys,k750cmnt.sys
k750cmnt.sys
;-----------------------------------------------------------------------------
; NT Services installation
;-----------------------------------------------------------------------------
[SEMC.Install.NT.Services]
AddService = k750obex, 0x00000002, SEMC.Install.AddService
[SEMC.Install.AddService]
DisplayName = %SEMC.Service.Name%
Description = %SEMC.Service.Desc%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\k750obex.sys
;-----------------------------------------------------------------------------
; STRINGS
;-----------------------------------------------------------------------------
[Strings]
;<<localize the following>>
;BEGIN ENG - US English Strings
Provider = "Sony Ericsson"
Sony Ericsson = "Sony Ericsson"
DiskString = "Sony Ericsson 750 USB WMC OBEX Interface installation disk"
SEMC.Comm.Desc = "Sony Ericsson 750 USB WMC OBEX Interface"
SEMC.Service.Name = "Sony Ericsson 750 USB WMC OBEX Interface Drivers"
SEMC.Service.Desc = "Sony Ericsson 750 USB WMC OBEX Interface Drivers"
CustomerDataPath = "Sony Ericsson 750"
DriverSet = "Sony Ericsson 750 Software"
UninstallFile = "K750Uninstall.exe"
McciOptions = "Uninstallable"
;END ENG - US English Strings
;-----------------------------------------------------------------------------
; The following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
;* end of file *
|