Maxio.inf Driver File Contents (MaXiO-x2v-v1_18.zip)

;Copyright (c) ESI Audiotechnik GmbH All rights Reserved
;
; MaXiO for Windows VISTA, 7
;==============================================================

;==============================================================
[Version]
Signature="$WINDOWS NT$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Provider%
CatalogFile.NTx86  = x86.cat
CatalogFile.NTAMD64 = amd64.cat
DriverVer=10/24/2012,1.1.8


;==============================================================
[SourceDisksNames]
111 = %DiskDescription%,,,
222 = %DiskDescription%,,,\Win32
[SourceDisksNames.x86]
111 = %DiskDescription%,,,
222 = %DiskDescription%,,,\Win32
[SourceDisksNames.amd64]
111 = %DiskDescription%,,,
222 = %DiskDescription%,,,\X64

[SourceDisksFiles.x86]
Egosys.ico		= 111
Maxio.sys		= 222
MaxiWdm.sys		= 222
MaxiAsio.dll		= 222
MaxiPan.exe		= 222

[SourceDisksFiles.amd64]
Egosys.ico		= 111
Maxio.sys		= 222
MaxiWdm.sys		= 222
MaxiAsio.dll	= 222
MaxiPan.exe		= 222
MaxiAsio32.dll	= 222

;==============================================================
[WDM.CopyList]
Maxiwdm.sys

[EWDM.CopyList]
Maxio.sys

[EWDM.App.CopyList]
MaxiPan.exe
MaxiAsio.dll
Egosys.ico

[EWDM.Wow.CopyList]
MaxiAsio32.dll

[DestinationDirs]
WDM.CopyList=10,system32\drivers
EWDM.CopyList=10,system32\drivers
EWDM.App.CopyList=10,system32
EWDM.Wow.CopyList=10,SysWow64

;[DriverUp]
;CopyFiles=WDM.CopyList,EWDM.CopyList,EWDM.App.CopyList

;==============================================================
;[Manufacturer]
;==============================================================
[Manufacturer]
"ESI"=DEVICES,NTx86,NTamd64


[DEVICES]
%DESC_DEVICE_AA%=DEVICE_AA, %PNPID_DEVICE_AA%
%DESC_DEVICE_01%=DEVICE_01, %PNPID_DEVICE_01%

[DEVICES.NTx86]
%DESC_DEVICE_AA%=DEVICE_AA, %PNPID_DEVICE_AA%
%DESC_DEVICE_01%=DEVICE_01, %PNPID_DEVICE_01%

[DEVICES.NTamd64]
%DESC_DEVICE_AA%=DEVICE_BB, %PNPID_DEVICE_AA%
%DESC_DEVICE_01%=DEVICE_01, %PNPID_DEVICE_01%

;==============================================================
; DEVICE_AA (32bit platform) 
;==============================================================
[DEVICE_AA]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf)
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=EWDM.CopyList,EWDM.App.CopyList
AddReg=DEVICE_AA.ASIO.AddReg;,DEVICE_AA.AddReg

[DEVICE_AA.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%FILE.EWDM%

[DEVICE_AA.ASIO.AddReg]
HKLM,SOFTWARE\ASIO\%ASIO_DriverNAME%,CLSID,,%ASIO_DriverGUID%
HKCR,CLSID\%ASIO_DriverGUID%,,,%ASIO_DriverNAME%
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,,,"%10%\system32\%FILE.ASIO%"
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,ThreadingModel,,"Apartment"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,%FILE.PANEL%,,%FILE.PANEL%

[DEVICE_AA.Services]
AddService = %FILE.EWDM%, 0x00000002, DEVICE_AA_Service_Inst

[DEVICE_AA_Service_Inst]
DisplayName   = %DEVICE_AA.SvcDesc%
ServiceType   = 1                  
StartType     = 1                  
ErrorControl  = 1                  
ServiceBinary = %12%\%FILE.EWDM%

;==============================================================
; DEVICE_BB (amd64 platform)
;==============================================================
[DEVICE_BB]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf)
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=EWDM.CopyList,EWDM.App.CopyList,EWDM.Wow.CopyList
AddReg=DEVICE_BB.ASIO.AddReg;,DEVICE_BB.AddReg

[DEVICE_BB.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%FILE.EWDM%

[DEVICE_BB.ASIO.AddReg]
HKLM,SOFTWARE\ASIO\%ASIO_DriverNAME%,CLSID,,%ASIO_DriverGUID%
HKCR,CLSID\%ASIO_DriverGUID%,,,%ASIO_DriverNAME%
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,,,"%10%\system32\%FILE.ASIO%"
HKCR,CLSID\%ASIO_DriverGUID%\InProcServer32,ThreadingModel,,"Apartment"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,%FILE.PANEL%,,%FILE.PANEL%
; Wow64 ASIO
HKLM,SOFTWARE\Wow6432Node\ASIO\%ASIO_DriverNAME%,CLSID,,%ASIO_DriverGUID%
HKCR,Wow6432Node\CLSID\%ASIO_DriverGUID%,,,%ASIO_DriverNAME%
HKCR,Wow6432Node\CLSID\%ASIO_DriverGUID%\InProcServer32,,,"%10%\system32\%FILE.WOW.ASIO%"
HKCR,Wow6432Node\CLSID\%ASIO_DriverGUID%\InProcServer32,ThreadingModel,,"Apartment"

[DEVICE_BB.Services]
AddService = %FILE.EWDM%, 0x00000002, DEVICE_AA_Service_Inst


;==============================================================
[WDM.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,%FILE.WDM%
HKR,,NTMPDriver,,%FILE.WDM%
HKR,Drivers,SubClasses,,"wave,midi,mixer"
HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%MME.DriverDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%MME.DriverDesc%
HKR,Drivers\midi\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv,Description,,%MME.DriverDesc%
HKR,,SetupPreferredAudioDevices,3,01,00,00,00
HKR,Branding,icon,,"%11%\Egosys.ico"
HKR,Branding,url,,"http://www.esi-audio.com/"

[WDM.PinNameReg]
HKLM,%MediaCategories%\%GUID.Wave1%,Name,,%WDM.Wave1.szPname%

[RunOncePanel]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,%FILE.PANEL%,,"%FILE.PANEL% Install"

;==============================================================
; DEVICE_01
;==============================================================
[DEVICE_01]
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf)
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=WDM.CopyList
AddReg=WDM.AddReg,RunOncePanel,WDM.PinNameReg

[DEVICE_01.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topo1%,WDM.Interface.Topo1
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave1%,WDM.Interface.Wave1
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave1%,WDM.Interface.Wave1
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave1%,WDM.Interface.Wave1

AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Midi1%,WDM.Interface.Midi1
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Midi1%,WDM.Interface.Midi1
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Midi1%,WDM.Interface.Midi1

[WDM.Interface.Topo1]
AddReg=WDM.Interface.Topo1.AddReg
[WDM.Interface.Topo1.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM.Topo1.szPname%

[WDM.Interface.Wave1]
AddReg=WDM.Interface.Wave1.AddReg
[WDM.Interface.Wave1.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM.Wave1.szPname%

[WDM.Interface.Midi1]
AddReg=WDM.Interface.Midi1.AddReg
[WDM.Interface.Midi1.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM.Midi1.szPname%

[DEVICE_01.Services]
AddService = %FILE.WDM%, 0x00000002, DEVICE_01_Service_Inst

[DEVICE_01_Service_Inst]
DisplayName   = %DEVICE_01.SvcDesc%
ServiceType   = 1                  ; SERVICE_KERNEL_DRIVER
StartType     = 3                  ; SERVICE_DEMAND_START
ErrorControl  = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\%FILE.WDM%

;====================== Strings ===============================
[Strings]
Proxy.CLSID				="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO		="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER		="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE		="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSNAME_Topo1			="ESI_Mixer1"
KSNAME_Wave1			="ESI_Wave1"
KSNAME_Midi1			="ESI_Midi1"

MME.DriverDesc          ="MaXiO EWDM MME Driver"
WDM.Topo1.szPname       ="MaXiO Audio Mixer"
WDM.Wave1.szPname       ="MaXiO Audio"
WDM.Midi1.szPname       ="MaXiO MIDI"

Provider				="ESI"
DiskDescription         ="MaXiO Windows Driver for X86, X64"
DESC_DEVICE_AA			="MaXiO EWDM Controller"
DESC_DEVICE_01			="MaXiO EWDM Audio"
PNPID_DEVICE_AA			="PCI\VEN_165F&DEV_FF91"
PNPID_DEVICE_01			="ESI\MAXIO_01"
DEVICE_AA.SvcDesc       ="Service for MaXiO Audio Driver EWDM"
DEVICE_01.SvcDesc       ="Service for MaXiO WDM"

ASIO_DriverGUID         ="{CC944FA1-A866-11d5-95C4-0000F461437F}"
ASIO_DriverNAME         ="ASIO 2.0 - MaXiO"
FILE.EWDM				="Maxio.sys"
FILE.WDM				="Maxiwdm.sys"
FILE.ASIO				="MaxiAsio.dll"
FILE.WOW.ASIO			="MaxiAsio32.dll"
FILE.PANEL				="MaxiPan.Exe"

MediaCategories			="SYSTEM\CurrentControlSet\Control\MediaCategories"
GUID.Wave1			="{023082B0-E76F-4664-AD92-4759767BDC6D}"

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.20