;
; Copyright SMC Systems Inc. 2000 - 2001. All rights reserved
;
; Module Description:
; Win2000/XP only installation file for the
; Barricade ADSL Modem Interface
;
[Version]
Signature = "$Chicago$"
Class = USB
ClassGUID = {36fc9e60-c465-11cf-8056-444553540000}
Provider = %Author%
CatalogFile = cb012iku.cat
DriverVer=04/03/2002, 1.1.6.2
[Manufacturer]
%Mfg% = SMC
[ControlFlags]
ExcludeFromSelect = %DeviceId%
;Device Section
[SMC]
; DisplayName Section DeviceID
; ----------- ------- --------
%SMCTrUsb.DeviceDesc% = SMCTrUsb, %DeviceId%
;-----------------------------------------------------------------------------
; Windows NT specific entries
;
[SMCTrUsb.NT]
AddReg = DriverSwAddReg, SMCTrUsb.Uninstall.Reg, SMCTrUsb.Devices.Reg, SMCTrUsb.Services.Reg, SMCTrUsb.Run.Reg
CopyFiles = SMCTrUsb.CopyDriverFiles, SMCTrUsb.CopyProgramFiles
; CopyInf is a cocpyinf CoInstaller directive
CopyInf = SMCTrLan.inf
[SMCTrUsb.NT.Services]
AddService = SMCTrUsb, 2, SMCTrUsb.Service, SMCTrUsb.EventLog
[SMCTrUsb.NT.CoInstallers]
AddReg = CoCopyINF.AddReg
CopyFiles = CoCopyINF.CopyFiles
[SMCTrUsb.NT.HW]
;-----------------------------------------------------------------------------
; CoInstallers Registry Entries
;
[CoCopyINF.AddReg]
; cocpyinf.dll is a Windows XP DDK redistributable file
HKR,,CoInstallers32,0x10000,"cocpyinf.DLL,CoCopyINF"
;-----------------------------------------------------------------------------
; Win9x and NT Software Registry Entries
;
; reg-root, [subkey], [value-entry-name], [flags], [value]
;
; Hex registry values do not work correctly in Win9x - use decimal
;
[DriverSwAddReg]
HKR,,ChildDeviceDescription, 0x00000000, %ChildDescription%
HKR,,ChildDeviceId, 0x00000000, %ChildDeviceId%
HKR,,K2FirmwareName, 0, "\DosDevices\%10%\System32\Drivers\SMCDslFw.bin"
HKLM, Software\{6A8627CD-7B8F-4083-A7CA-C9882CC68EBE}\%CompanySubkey%\%ProductSubkey%,, 0, ""
HKLM, Software\%CompanySubkey%\%ProductSubkey%, CompanyName, 0, %CompanyName%
HKLM, Software\%CompanySubkey%\%ProductSubkey%, DeviceName, 0, %SMCTrUsb.DeviceDesc%
HKLM, Software\%CompanySubkey%\%ProductSubkey%, ProductId, 0, "20000" ; 0x00020000
HKLM, Software\%CompanySubkey%\%ProductSubkey%, ProductName, 0, %ProductName%
HKLM, Software\%CompanySubkey%\%ProductSubkey%, ShortProductName, 0, %ShortProductName%
HKLM, Software\%CompanySubkey%\%ProductSubkey%\{03C33497-C252-4110-8DAB-4C442A55AE16},, 0, ""
HKLM, Software\%CompanySubkey%\%ProductSubkey%, InstallApiFileName, 0, "SMCDslWz.dll"
HKLM, Software\%CompanySubkey%\%ProductSubkey%, UninstallerFileName, 0, "SMCUnist.exe"
;-----------------------------------------------------------------------------
; Device IDs
;
[SMCTrUsb.Devices.Reg]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Devices, %DeviceId%,, %DeviceId%
;-----------------------------------------------------------------------------
; Services
;
[SMCTrUsb.Services.Reg]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Services, SMCTrUsb,, "SMCTrUsb"
;-----------------------------------------------------------------------------
; SMCTrUsb Uninstall NT Specific
;
[SMCTrUsb.Uninstall.Reg]
; Application Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\APPLICATION, SMCDslWz.dll,, "SMCDslWz.dll"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\APPLICATION, SMCUnist.exe,, "SMCUnist.exe"
; INF Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, SMCTrUsb.INF,, "SMCTrUsb.INF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, SMCTrUsb.PNF,, "SMCTrUsb.PNF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, SMCTrLan.inf,, "SMCTrLan.inf"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, SMCTrLan.PNF,, "SMCTrLan.PNF"
; Catalog Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\CATALOG, cb01*.cat,, "cb01*.cat"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\CATALOG, TrN*.cat,, "TrN*.cat"
; Driver Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\DRIVERS, SMCTrUsb.sys,, "SMCTrUsb.sys"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\DRIVERS, SMCDslFw.bin,, "SMCDslFw.bin"
; SMCUnist Generic uninstaller
HKLM, %UNINSTALL_KEY%\%ProductSubkey%, DisplayName,, %ProductName%
HKLM, %UNINSTALL_KEY%\%ProductSubkey%, UninstallString,, "%16422%\%APP_SUBFOLDER%\%UNINSTALLCMD% %CompanySubkey%\%ProductSubkey%"
HKLM, Software\%CompanySubkey%\%ProductSubkey%, InstallDir,, "%16422%\%APP_SUBFOLDER%"
;-----------------------------------------------------------------------------
; SMCTrUsb NT specific
;
[SMCTrUsb.Service]
DisplayName = %SMCTrUsb.Service.DispName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\SMCTrUsb.sys
[SMCTrUsb.EventLog]
AddReg=SMCTrUsb.EventLog.AddReg
[SMCTrUsb.EventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\Drivers\SMCTrUsb.sys"
HKR,,TypesSupported,0x00010001,7
;-----------------------------------------------------------------------------
; SMCTrUsb Run NT Specific
;
[SMCTrUsb.Run.Reg]
HKLM, %RUNONCE_KEY%, SMCDslPostInstall,, "rundll32.exe ""%16422%\%APP_SUBFOLDER%\SMCDslWz.dll"",%POST_INSTALL_ENTRY% %CompanySubkey%\%ProductSubkey%"
;-----------------------------------------------------------------------------
; DestinationDirs
;
; file-list-section = dirid[,subdir]]
;
[DestinationDirs]
DefaultDestDir = 12,
SMCTrUsb.CopyDriverFiles = 12, ; NT -> System32\Drivers
SMCTrUsb.CopyProgramFiles = 16422,%APP_SUBFOLDER% ; NT -> Program Files\%APP_SUBFOLDER%
CoCopyINF.CopyFiles = 11, ; NT -> System32
;-----------------------------------------------------------------------------
; CopyFiles Sections
;
; destination-file-name[,source-file-name][,temporary-file-name][,flag]
;
[SMCTrUsb.CopyProgramFiles]
SMCDslWz.dll,,,6
SMCUnist.exe,,,6
[SMCTrUsb.CopyDriverFiles]
SMCTrUsb.sys,,,6
SMCDslFw.bin,,,6
[CoCopyINF.CopyFiles]
cocpyinf.dll,,,0x10
;-----------------------------------------------------------------------------
; SourceDisksNames
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
[SourceDisksNames]
100=%DiskName%,DISK1,,
;-----------------------------------------------------------------------------
; SourceDisksFiles
;
; filename = diskid[,[ subdir][, size]]
;
[SourceDisksFiles]
SMCDslWz.dll=100,,
SMCUnist.exe=100,,
SMCTrUsb.sys=100,,
cocpyinf.dll=100,,
SMCDslFw.bin=100,,
;-----------------------------------------------------------------------------
; Strings
;
[Strings]
;-----------------------------------------------------------------------------
; Strings Not Localizable
;
RUNONCE_KEY = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
POST_INSTALL_ENTRY = "PostInstall 7" ; Do-not modify this string
CompanySubkey = "SMC" ; This registry subkey string can be modified
ProductSubkey = "SMC Barricade ADSL Modem" ; This registry subkey string can be modified
DeviceId = "USB\VID_0707&PID_7401"
ChildDeviceId = "SWCNX\SMC_USBNET"
UNINSTALL_KEY = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
UNINSTALLCMD = "SMCUnist.exe -w7"
;-----------------------------------------------------------------------------
; Strings Localizable
;
Author = "SMC"
Mfg = "SMC"
SMCTrUsb.DeviceDesc = "SMC Barricade ADSL Modem"
SMCTrUsb.Service.DispName = "SMC Barricade ADSL Modem Interface Device Driver"
DiskName = "SMC Barricade ADSL Modem Installation Disk"
ChildDescription = "SMC Barricade ADSL Modem"
; Applications Display
ShortProductName = "SMC Barricade ADSL Modem"
ProductName = "SMC Barricade ADSL Modem"
CompanyName = "SMC"
APP_SUBFOLDER = "SMC\SMC Barricade ADSL Modem"
Download Driver Pack
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.