⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mdmham.inf

📁 驱动程序,Ambient网达MD5628D-L-C调制解调器最新驱动3.30版For Win9x/ME/2000/XP(2005年10月20日新增)
💻 INF
📖 第 1 页 / 共 3 页
字号:
;----------------------------------------------------------------------------
;
; Ambient Technologies (Data/Fax/Voice) modem installation file
; Copyright (c) 1999 Ambient Technologies
;
;----------------------------------------------------------------------------

[Version]
CatalogFile=ambienth.cat
Signature="$CHICAGO$"
Class=Modem
ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
Provider=%Oem%
DriverVer=08/10/2000, 3.30

;----------------------------------------------------------------------------
; Modifiable strings used by this INF file
;----------------------------------------------------------------------------
[Strings]
Oem           = "Ambient Technologies"
;Oem           = "Your Company Name"
ModemName     = "Ambient HaM Data Fax Voice"
;ModemName     = "Your Modem Name"
InstallName   = "Ambient HaM Modem Drivers and Utilities"
;InstallName   = "Your Install Name"
SwUtilPath = "Software\Ambient\HaM"
;SwUtilPath = "Software\Your Company Name\HaM"
HardwareID = "VEN_1813&DEV_4000"
;HardwareID = "Your Vendor and Device ID (do NOT include the "PCI\" or "&SUBSYS....")"

; Valid values for DesiredPort: legacy or any
DesiredPort = "legacy"
;DesiredPort = "any"

RunOncePath   = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
HaMVxDPath    = "System\CurrentControlSet\Services\VxD\HaM"
UninstallPath = "Software\Microsoft\Windows\CurrentVersion\Uninstall\HaM"
InstDiskName  = "HaM Installation Disk"

;----------------------------------------------------------------------------

[Manufacturer]
%Oem% = Oem

[ControlFlags]
ExcludeFromSelect=UNIMODEM9AF00468

[Oem]
%ModemName% = HaM, PCI\VEN_1813&DEV_4000&SUBSYS_00011813&REV_02, PCI\VEN_1813&DEV_4000, UNIMODEM9AF00468

[HaM]
LogConfig  = Modem.ConfigNormal
DelFiles   = HamRmCPLFile.Del
CopyFiles  = HaMSystemFiles,HaMWindowsFiles,HaMINFFiles
AddReg     = Modem.AddReg,HaM.AddReg,FrontPanel.AddReg,DBS.AddReg,ComFix.AddReg,Uninstall.AddReg,Voice.AddReg
Uninstall  = DefaultUninstall

[DefaultUninstall]
DelFiles   = HaMSystemFiles,HaMWindowsFiles,HaMINFFiles
DelReg     = DBS.DelReg,Comfix.DelReg,Uninstall.DelReg

;----------------------------------------------------------------------------
;
; Directory/path information for installed files
;
;----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir=11          ; Windows system directory
HaMSystemFiles=11          ; Windows system directory
HaMWindowsFiles=10         ; Windows directory
HaMINFFiles=17             ; Windows INF directory
HaMRmCPLFile.Del=10,StartM~1\Programs\StartUp

[SourceDisksNames]
1=%InstDiskName%,,

[SourceDisksFiles]
ham_dbs.vxd=1
hamport.vxd=1
hampanel.exe=1
hamcpl.cpl=1
hamrmcpl=1
hamrmdev.exe=1
ambienth.cat=1
 
;----------------------------------------------------------------------------
; Logical Configuration Sections
;
; This section specifies hardware resource requirements for the device.
; - The "S:" preceding listed IRQs indicates that the device supports
;   shared interrupts (as does the new ComFire hardware with INTEVT reg).
;
;----------------------------------------------------------------------------
[Modem.ConfigNormal]
ConfigPriority=NORMAL
IRQConfig=S:2,3,4,5,6,7,8,9,10,11,12,13,14,15
IOConfig=100@400-ffff%ffc0(3ff::)
MemConfig=1000@1000-ffffffff%ffffff00

;----------------------------------------------------------------------------
;
; Driver files to be copied to the \WINDOWS\SYSTEM directory
;   Syntax: destination_name, source_name, flag
;
;----------------------------------------------------------------------------
[HaMSystemFiles]
hamport.vxd
ham_dbs.vxd
hamcpl.cpl

[HaMRmCPLFile.Del]
hamrmcpl.bat

;----------------------------------------------------------------------------
;
; Application/other files to be copied to the \WINDOWS directory
;   Syntax: destination_name, source_name, flag
;
;----------------------------------------------------------------------------
[HaMWindowsFiles]
hampanel.exe
hamrmdev.exe
hamrmcpl

;----------------------------------------------------------------------------
;
; INF files to be copied to the \INF directory for Uninstall support
;   Syntax: destination_name, source_name, flag
;
;----------------------------------------------------------------------------
[HaMINFFiles]
mdmham.inf,mdmham.inf
hamserwv.inf,hamserwv.inf

;----------------------------------------------------------------------------
;
; Uninstall configuration section
;
;----------------------------------------------------------------------------
[Uninstall.AddReg]
HKLM,%UninstallPath%,DisplayName,,%InstallName% 
HKLM,%UninstallPath%,InfDefaultUninstall,,"%10%\rundll.exe %11%\setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\mdmham.inf"
HKLM,%UninstallPath%,UninstallString,,"%10%\control.exe %11%\hamcpl.cpl"

[Uninstall.DelReg]
HKLM,%UninstallPath%
HKLM,%SwUtilPath%

;----------------------------------------------------------------------------
;
; Front Panel Applet configuration section
;
; To force front panel app to only be started as an Icon, install with /I option
; To allow front panel app to start as a window or Icon install without /I option
;  and specify initial state as Icon: Startup = "1", or Window: Startup = "0"
;----------------------------------------------------------------------------
[FrontPanel.AddReg]
;HKLM,%SwUtilPath%\FrontPanel,ExecString,0,"%10%\hampanel /I /B:%SwUtilPath%"
HKLM,%SwUtilPath%\FrontPanel,ExecString,0,"%10%\hampanel /B:%SwUtilPath%"
HKLM,%SwUtilPath%\FrontPanel,Startup,0,"1"
HKLM,%SwUtilPath%\FrontPanel,ModemName,0,%ModemName%

;----------------------------------------------------------------------------
; HaM DOS Box Driver Registry Sections
;
; This section contains HAM_DBS-specific registry entries.
;       - If used, the '3' flag means "hex # won't replace existing entry".
;
;----------------------------------------------------------------------------
[DBS.AddReg]
HKLM,%HaMVxDPath%,Start,1,0
;
;
;
HKLM,%HaMVxDPath%,Model,0,%ModemName%
HKLM,%HaMVxDPath%,HardwareID,0,%HardwareID%
HKLM,%HaMVxDPath%,DesiredPort,0,%DesiredPort%
HKLM,%HaMVxDPath%,ShareIRQ,0,1
;setting StartApplet,0,1 will sellect "Automatically start modem Front Panel Applet"
HKLM,%HaMVxDPath%,StartApplet,0,0
HKLM,%HaMVxDPath%,AppletBase,0,%SwUtilPath%
;setting SupportDOS,0,0 will deselect "Enable DOS Box Support"
HKLM,%HaMVxDPath%,SupportDOS,0,1
HKLM,%HaMVxDPath%,Installed,0,1
HKLM,%HaMVxDPath%,StaticVxD,0,HAM_DBS.VXD
;
; INF naming sections
;
HKLM,%HaMVxDPath%,HaMINFLocation,0,mdmham.inf
HKLM,%HaMVxDPath%,VoiceINFLocation,0,hamserwv.inf

[DBS.DelReg]
HKLM,%HaMVxDPath%

;----------------------------------------------------------------------------
;
; HaM ComFix Registry Entries
;  Control panel will be launched and "HKLM,%HaMVxDPath%,DESIREDPORT,0,LEGACY"
;  will cause the Control Panel to move the Com Port to COM4 or COM3 if possible
;----------------------------------------------------------------------------
[ComFix.AddReg]
HKLM,%RunOncePath%,HaM Comfix,0,"control hamcpl.cpl"

[ComFix.DelReg]
HKLM,%RunOncePath%,HaM Comfix                  


;----------------------------------------------------------------------------
; Modem Registry Sections
;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -