;
; Copyright SMC Systems Inc. 2000 - 2001. All rights reserved
;
; Module Description:
; Win98/WinME (only) installation file for the
; Barricade ADSL Modem Interface
;
[Version]
Signature = "$Windows95$"
Class = USB
ClassGUID = {36fc9e60-c465-11cf-8056-444553540000}
Provider = %Author%
CatalogFile = cb012iwu.cat
DriverVer=04/03/2002, 1.1.6.2
[Manufacturer]
%Mfg% = SMC
[ControlFlags]
ExcludeFromSelect = USB\VID_0707&PID_7401
;Device Section
[SMC]
; DisplayName Section DeviceID
; ----------- ------- --------
%SMCTrUsb.DeviceDesc% = SMCTrUsb, USB\VID_0707&PID_7401
;-----------------------------------------------------------------------------
; Windows 9X specific entries
;
[SMCTrUsb]
AddReg = SMCTrUsb.win.reg, DriverSwAddReg, SMCTrUsb.win.Uninstall.Reg, SMCTrUsb.Devices.Reg, SMCTrUsb.win.Run.Reg
CopyFiles = SMCTrUsb.win.CopyDriverFiles, SMCTrUsb.win.CopyInfFiles, SMCTrUsb.win.CopyProgramFiles
DriverVer=04/03/2002, 1.1.6.2
;-----------------------------------------------------------------------------
; Windows NT specific entries
;
[SMCTrUsb.NT]
; section is empty, to avoid Win2K accidental installation
;-----------------------------------------------------------------------------
; 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%
;-----------------------------------------------------------------------------
; SMCTrUsb Uninstall Win9x Specific
;
[SMCTrUsb.win.Uninstall.Reg]
; Application Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\WINDOWS, SMCDslWz.dll,, "%UninstallSubfolder%\SMCDslWz.dll"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\WINDOWS, SMCUnist.exe,, "%UninstallSubfolder%\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\OTHER, %Author%SMCTrUsb.INF,, "%Author%SMCTrUsb.INF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, SMCTrLan.inf,, "SMCTrLan.inf"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, SMCTrLan.PNF,, "SMCTrLan.PNF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\OTHER, %Author%SMCTrLan.inf,, "%Author%SMCTrLan.inf"
; Catalog Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\CATALOG, cb01*.cat,, "cb01*.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, 0x00020000, "%10%\%UninstallSubfolder%\%UNINSTALLCMD% %CompanySubkey%\%ProductSubkey%"
;----------------------------------------------------------------------------
; SMCTrUsb Win9x specific
;
[SMCTrUsb.win.reg]
HKR, , DevLoader, 0, "*ntkern"
HKR, , NTMPDriver, 0, "SMCTrUsb.sys"
;-----------------------------------------------------------------------------
; SMCTrUsb Win9x Specific
;
[SMCTrUsb.win.Run.Reg]
HKLM, %RUNONCE_KEY%, SMCDslPostInstall,0x00020000, "rundll32.exe %10%\%UninstallSubfolder%\SMCDslWz.dll,%POST_INSTALL_ENTRY% %CompanySubkey%\%ProductSubkey%"
;-----------------------------------------------------------------------------
; DestinationDirs
;
; file-list-section = dirid[,subdir]]
;
[DestinationDirs]
DefaultDestDir = 12,
SMCTrUsb.win.CopyDriverFiles = 10,System32\Drivers ; Win9x -> System32\Drivers
SMCTrUsb.win.CopyInfFiles = 17, ; Win9x -> INF
SMCTrUsb.win.CopyProgramFiles = 10,%UninstallSubfolder% ; Win9x->Windows\SMC
;-----------------------------------------------------------------------------
; CopyFiles Sections
;
; destination-file-name[,source-file-name][,temporary-file-name][,flag]
;
[SMCTrUsb.win.CopyProgramFiles]
SMCDslWz.dll,,,6
SMCUnist.exe,,,6
[SMCTrUsb.win.CopyDriverFiles]
SMCTrUsb.sys,,,6
SMCDslFw.bin,,,6
[SMCTrUsb.win.CopyInfFiles]
SMCTrLan.inf,,,6
;-----------------------------------------------------------------------------
; 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,,
SMCTrLan.inf=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" ; Do not modify this string
ProductSubkey = "SMC Barricade ADSL Modem" ; Do not modify this string
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"
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"
UninstallSubfolder = "SMCDslMd" ; no more than 8 characters,MUSTN'T have spaces in it! for Win98 compatibility
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.