ctmsfsyn.inf Driver File Contents (D00496-001-001.exe)

; Creative Software SoundFont Synthesizer INF File (PCMCIA)

;

; Language : English

;

; Date     : 21 Dec 2004

; Revision : 1.02.012

;

; Copyright 1995-2004, Creative Technology Ltd.



[Version]

Signature="$CHICAGO$"

Class=MEDIA

ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}

provider=%MfgName%

CatalogFile=ctmsfsyn.cat		

DriverVer =12/21/2004,5.12.01.012



[Manufacturer]

%MfgName%=Creative



[DefaultInstall.NT]

AddReg = WDM_SFSYNTH.DeviceRegistration



[Creative]

%WDM_SFSYNTH.DeviceDesc%   = WDM_SFSYNTH,   SW\{8B26C209-7DD3-41af-923A-011197724466}



[SourceDisksNames]

222=%DiskDescription%,"",



[SourceDisksFiles]

ctmsfsyn.sys=222,Win2K_XP\i386



[DestinationDirs]

WDM_SFSYNTH.CopyFiles = 10,system32\drivers ; %SystemRoot%\system32\drivers	



;;**************** NT Install ****************

[WDM_SFSYNTH.NT]

;;Include=ks.inf, wdmaudio.inf

;;Needs=KS.Registration, WDMAUDIO.Registration

CopyFiles = WDM_SFSYNTH.CopyFiles

AddReg=WDM_SFSYNTH.DeviceRegistration,WDM_SFSYNTH.AddReg,SF.Shared.AddReg,SFMS32.AddReg



[WDM_SFSYNTH.NT.Services]

AddService = CTMSFSYN, 0x00000002, SFSynth_Service_Inst

AddService = ossrv,, ossrv_Service_Inst

AddService = ctsfm2k,, sfman_Service_Inst



;;[WDM_SFSYNTH.NT.Interfaces]

;;AddInterface = %KSCATEGORY_AUDIO%,%KSNAME_SFSYNTH%,WDM_SFSYNTH.Interface.Install

;;AddInterface = %KSCATEGORY_DATATRANSFORM%,%KSNAME_SFSYNTH%,WDM_SFSYNTH.Interface.Install

;;AddInterface = %KSCATEGORY_SYNTHESIZER%,%KSNAME_SFSYNTH%,WDM_SFSYNTH.Interface.Install



[WDM_SFSYNTH.CopyFiles]

ctmsfsyn.sys



[WDM_SFSYNTH.DeviceRegistration]

HKLM,%RunOnce%,"WDM_SFSYNTH0",,"rundll32.exe streamci.dll,StreamingDeviceSetup %WDM_SFSYNTH.DeviceId%,%KSNAME_SFSYNTH%,%KSCATEGORY_DATATRANSFORM%,%01%\ctmsfsyn.inf,WDM_SFSYNTH.Interface.Install"

HKLM,%RunOnce%,"WDM_SFSYNTH1",,"rundll32.exe streamci.dll,StreamingDeviceSetup %WDM_SFSYNTH.DeviceId%,%KSNAME_SFSYNTH%,%KSCATEGORY_SYNTHESIZER%,%01%\ctmsfsyn.inf,WDM_SFSYNTH.Interface.Install"

HKLM,%RunOnce%,"WDM_SFSYNTH2",,"rundll32.exe streamci.dll,StreamingDeviceSetup %WDM_SFSYNTH.DeviceId%,%KSNAME_SFSYNTH%,%KSCATEGORY_AUDIO%,%01%\ctmsfsyn.inf,WDM_SFSYNTH.Interface.Install"

HKLM,%MediaCategories%\%WDM_SFSYNTH.GUID%,Name,,%WDM_SFSYNTH.Pin%

HKLM,%MediaCategories%\%WDM_SFSYNTH.GUID%,Display,1,00,00,00,00



[WDM_SFSYNTH.Interface.Install]

AddReg=WDM_SFSYNTH.Interface.AddReg



[WDM_SFSYNTH.Interface.AddReg]

HKR,,CLSID,,%Proxy.CLSID%

HKR,,FriendlyName,,%WDM_SFSYNTH.FriendlyName%



[WDM_SFSYNTH.AddReg]

HKR,,DevLoader,,*NTKERN

HKR,,NTMPDriver,,ctmsfsyn.sys

;;HKLM,%StrCTKey%\SFSWEng\SoundFont,SoundFontBank,,"DEFAULT.SFM"



[SF.Shared.AddReg]

HKLM,%StrCTKey%\BinaryClassID\%SFM_BINARY_CLSID%,DeviceName,,"\Device\CTSFM2K"

HKLM,%StrCTKey%\BinaryClassID\%SFM_BINARY_CLSID%,ServiceName,,"ctsfm2k"

HKLM,%StrCTKey%\BinaryClassID\%SFM_BINARY_CLSID%,FileDeviceType,0x00010001,51

HKLM,%StrCTKey%\BinaryClassID\%SFM_BINARY_CLSID%,ServiceType,0x00010001,28



[SFMS32.AddReg]

HKCR,SFMSMgr,,,"SoundFont Manager"

HKCR,SFMSMgr\CLSID,,,"{57513120-F9D7-11D3-9F8E-00A0C92C17A1}"

HKCR,CLSID\{57513120-F9D7-11D3-9F8E-00A0C92C17A1},,,"SoundFont Manager"

HKCR,CLSID\{57513120-F9D7-11D3-9F8E-00A0C92C17A1}\InprocServer32,,,"SFMS32.DLL"

HKCR,CLSID\{57513120-F9D7-11D3-9F8E-00A0C92C17A1}\InprocServer32,"ThreadingModel", ,"Apartment"

HKR,DevName,MIDISynthName,,%WDM_SFSYNTH.FriendlyName%



[SFSynth_Service_Inst]

DisplayName    = %WDM_SFSYNTH.SvcDesc%

ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER

StartType      = 3                  ; SERVICE_DEMAND_START

ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL

ServiceBinary  = %10%\system32\drivers\ctmsfsyn.sys



[ossrv_Service_Inst]

DisplayName    = %OSSRV.SvcDesc%

ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER

StartType      = 3                  ; SERVICE_DEMAND_START

ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL

ServiceBinary  = %12%\ctoss2k.sys



[sfman_Service_Inst]

DisplayName    = %SFMAN.SvcDesc%

ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER

StartType      = 3                  ; SERVICE_DEMAND_START

ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL

ServiceBinary  = %12%\ctsfm2k.sys



[Strings]

MfgName                  = "Creative"

WDM_SFSYNTH.DeviceDesc   = "Creative SoundFont Synth"

WDM_SFSYNTH.SvcDesc      = "Creative SoundFont Synth"



WDM_SFSYNTH.Pin          = "Creative SoundFont Synth"

WDM_SFSYNTH.GUID         = "{B51C8867-DE3E-45cd-A3AA-F98204124FB0}"

WDM_SFSYNTH.DeviceId     = "{8B26C209-7DD3-41af-923A-011197724466}"



MediaCategories          = "SYSTEM\CurrentControlSet\Control\MediaCategories"

RunOnce                  = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"

Proxy.CLSID              = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"

KSNAME_SFSYNTH           = "CTMSFSYN"



KSCATEGORY_DATATRANSFORM = "{2EB07EA0-7E70-11D0-A5D6-28DB04C10000}"

KSCATEGORY_SYNTHESIZER   = "{DFF220F3-F70F-11D0-B917-00A0C9223196}"

KSCATEGORY_AUDIO         = "{6994AD04-93EF-11D0-A3CC-00A0C9223196}"



DiskDescription          = "Creative Installer CD-ROM"

WDM_SFSYNTH.FriendlyName = "Creative SoundFont Synth"



OSSRV.SvcDesc            = "Creative OS Services Driver"

SFMAN.SvcDesc            = "Creative SoundFont Management Device Driver"

SFM_BINARY_CLSID	 = "{945DD118-E139-41c4-A916-FA65053774C2}"

StrCTKey		 = "SYSTEM\CurrentControlSet\Control\Creative Tech"

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 1.90