auntusb.ini Driver File Contents (treiber.exe)

; auntusb.inf only for Windows 2000/XP
;
; Installation file (.inf) for the USB/CAPI Device Driver.
;
; Devices:COMfort 2000/1200, COMpact 2104(DSL)/4410/2206/2204/4406 DSL
;
; (c) Copyright 2005 Auerswald GmbH & Co.KG 
;

; ---- !ACHTUNG! ----
; Datei nur für die Preinstallation verwenden,
; keine Direktinstallation von der Mega CD!

; ----- Version Section
[Version]
signature 	   ="$Windows NT$"
ClassGUID 	   ={36fc9e60-c465-11cf-8056-444553540000}
Class 		   =USB                 
Provider	   =%V_PROVIDER%
CatalogFile.ntx86  =auusb.cat	  
DriverVer  	   =11/24/2005,3.0.0.56   


; ----- DestinationDirs Section
[DestinationDirs]
; wohin sollen die Dateien kopiert werden
DefaultDestDir      = 17			; Inf-Verzeichnis
StartUp.CopyFiles   = 11			; <Windows>\System (98) / <Windows>\System32 (2000)
StartMe.CopyFiles   = 11			; <Windows>\System (98) / <Windows>\System32 (2000)
AUUSB.copyAuusb     = 10,System32\Drivers	; Directory 10 is the <Windows> directory
AUUSB.copyDriver    = 10,System32\Drivers	; Directory 10 is the <Windows> directory
AUUSB.copyDLL       = 11			; <Windows>\System (98) / <Windows>\System32 (2000)
AUUSB.copyEXE       = 10			; Directory 10 is the <Windows> directory
tausb.CopyDriver    = 10,System32\Drivers	; Directory 10 is the <Windows> directory 
AUUSB.copyrasxp     = 10,System32   		; Directory 10 is the <Windows> directory

; ----- Manufacturer Section
[Manufacturer]
%V_PROVIDER%=Auerswald			

; ----- Models Section
[Auerswald]
; USB Interface
%COMfort1200.DeviceDesc%=COMFO, USB\VID_09BF&PID_00F2	; COMfort 1200
%COMfort2000.DeviceDesc%=AUUSB, USB\VID_09BF&PID_00F1	; COMfort 2000
%COMpact2104.DeviceDesc%=AUUSB, USB\VID_09BF&PID_00C0	; COMpact 2104
%COMpact4410.DeviceDesc%=AUUSB, USB\VID_09BF&PID_00DB	; COMpact 4410/2206
%COMpact4406.DeviceDesc%=AUUSB, USB\VID_09BF&PID_00DC	; COMpact 4406 DSL
%COMpact2204.DeviceDesc%=AUUSB, USB\VID_09BF&PID_00DD	; COMpact 2204
; Bus Device Instance
%Transport.InstanceDesc%= tausb, CAPI\transport1
%Transport.InstanceDesc%= tausb, CAPI\transport2
%Transport.InstanceDesc%= tausb, CAPI\transport3
%Transport.InstanceDesc%= tausb, CAPI\transport4

; ----- ControlFlags Section
[ControlFlags]
ExcludeFromSelect=USB\VID_09BF&PID_00F1,USB\VID_09BF&PID_00C0
ExcludeFromSelect=USB\VID_09BF&PID_00DB,USB\VID_09BF&PID_00F2
ExcludeFromSelect=USB\VID_09BF&PID_00DC,USB\VID_09BF&PID_00DD
ExcludeFromSelect=CAPI\transport1,CAPI\transport2
ExcludeFromSelect=CAPI\transport3,CAPI\transport4

[PreCopySection]
HKR,,NoSetupUI,,1

; ----- DDInstall Section

; ----- USB Interface


; ----- Windows 2000
; ----- COMfort 1200
[COMFO.NT]
CopyFiles =AUUSB.CopyDriver, AUUSB.copyAuusb, AUUSB.CopyDLL, AUUSB.copyEXE, AUUSB.copyrasxp

; ---- CoInstaller zum Starten des Assistenten unter Win 2000/XP
[COMFO.NT.CoInstallers]
AddReg     =StartMe.AddReg
CopyFiles  =StartMe.CopyFiles

[StartMe.AddReg]
HKR,,CoInstallers32,0x10000,"startup.dll,LaunchSetup"

[StartMe.CopyFiles]
startup.dll,,,0x10

; ----- alle anderen
[AUUSB.NT]
CopyFiles =AUUSB.CopyDriver, AUUSB.copyAuusb, AUUSB.CopyDLL, AUUSB.copyEXE, AUUSB.copyrasxp

[AUUSB.NT.CoInstallers]
AddReg     = DrvUpdate.AddReg

; ---- CoInstaller zum Starten des Assistenten unter Win 2000/XP
[DrvUpdate.AddReg]
HKR,,CoInstallers32,0x10000,"startup.dll,CompareDriver"

[AUUSB.NT.HW]
AddReg=AUUSB.AddRegEX

; ----- USB CAPI transport Treiber

; ----- Windows 2000
[tausb.NT]
CopyFiles=tausb.CopyDriver

[tausb.NT.HW]
AddReg=taUsb.AddRegEX

[tausb.NT.CoInstallers]
AddReg     = StartUp.AddReg
CopyFiles  = StartUp.CopyFiles

; ---- CoInstaller zum Starten des Assistenten unter Win 2000/XP
[StartUp.AddReg]
HKR,,CoInstallers32,0x10000,"startup.dll,LaunchSetup"

; ----- AddReg Directive Windows 2000
[AUUSB.AddRegEx]
HKR,,capiBusPdo,0x10001,1
HKR,,debugFlags,0x10001,0x0C001071

; ----- AddReg Directive USB CAPI transport Treiber

[taUsb.AddRegEx]
HKR,,debugFlags,0x10001,0xFFFFFFFF

; ----- DDInstall.Services Section only Windows 2000
[AUUSB.NT.Services]
AddService = auusb, 0x00000002 , auusb_Service_Inst

[COMFO.NT.Services]
AddService = auusb, 0x00000002 , auusb_Service_Inst

[auusb_Service_Inst]
DisplayName    = %auusb.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\auusb.sys
LoadOrderGroup = Base

[tausb.NT.Services]
Addservice = tausb, 0x00000002, tausb.AddService

[tausb.AddService]
DisplayName    = %taUsb.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\tausb.sys
LoadOrderGroup = Base

[tausb.CopyDriver]
tausb.sys,,,

[AUUSB.copyAuusb]
auusb.sys,,,

[AUUSB.copyDriver]
kmonapi.sys,,,

[AUUSB.copyDLL]
auapi.dll,,,

[AUUSB.copyEXE]
startup.exe,,,

[AUUSB.copyrasxp]
RasXP.exe,,,

[StartUp.CopyFiles]
startup.dll,,,

[SourceDisksNames]
1 = %DiskId1%,,,

[SourceDisksFiles]
auusb.sys    = 1,,
auapi.dll    = 1,,
kmonapi.sys  = 1,,
tausb.sys    = 1,,
RasXP.exe    = 1,,
startup.exe  = 1,,
startup.dll  = 1,,

[Strings]
V_PROVIDER            ="Auerswald"
COMfort2000.DeviceDesc="COMfort 2000 USB Device"
COMfort1200.DeviceDesc="COMfort 1200 USB Device"
COMpact2104.DeviceDesc="COMpact 2104 USB Device"
COMpact4410.DeviceDesc="COMpact 4410/2206 USB Device"
COMpact4406.DeviceDesc="COMpact 4406 DSL USB Device"
COMpact2204.DeviceDesc="COMpact 2204 USB Device"
Transport.InstanceDesc="USB/CAPI transport Treiber"
taUsb.SvcDesc         ="Auerswald USB CAPI transport Treiber"
auusb.SvcDesc         ="Auerswald USB Treiber"
DiskId1               ="Auerswald Mega Disk"
RunOnce               ="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
KeyValue	      ="RunWizard"
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: web4, load: 1.43