TRAYAPP.INF Driver File Contents (32bit95disk.zip)

; TRAYAPP.INF (TrayApp Installation File -- Win9x/NT4)
;
; Copyright (c) 1999 TZD Inc.
;
; $Date: 1/12/99 4:30p $
; $Revision: 1 $

[DefaultInstall]
CopyFiles=TrayApp.copy.prog, TrayApp.copy.nodel_prog, TrayApp.copy.hlp, TrayApp.copy.win, TrayApp.copy.sys, TrayApp.copy.inf, TrayApp.copy.cellular
UpdateInis=TrayApp.Links
AddReg=TrayApp.reg, TrayApp.Run
Uninstall=TrayApp_remove

[DefaultInstall.NT]
CopyFiles=TrayApp.copy.prog, TrayApp.copy.nodel_prog, TrayApp.copy.hlp, TrayApp.copy.win, TrayApp.copy.sys.NT, TrayApp.copy.inf, TrayApp.copy.cellular
UpdateInis=TrayApp.Links
AddReg=TrayApp.reg.NT, TrayApp.Run
Uninstall=TrayApp_remove

[TrayAppInstall_NoCopy]
UpdateInis=TrayApp.Links
AddReg=TrayApp.reg, TrayApp.Run
Uninstall=TrayApp_remove

[TrayAppInstall_NoCopy.NT]
UpdateInis=TrayApp.Links
AddReg=TrayApp.reg.NT, TrayApp.Run
Uninstall=TrayApp_remove

[TrayAppInstall]
CopyFiles=TrayApp.copy.prog, TrayApp.copy.nodel_prog, TrayApp.copy.hlp, TrayApp.copy.win, TrayApp.copy.sys, TrayApp.copy.inf, TrayApp.copy.cellular
UpdateInis=TrayApp.Links
AddReg=TrayApp.reg, TrayApp.Run
Uninstall=TrayApp_remove

[TrayAppInstall.NT]
CopyFiles=TrayApp.copy.prog, TrayApp.copy.nodel_prog, TrayApp.copy.hlp, TrayApp.copy.win, TrayApp.copy.sys.NT, TrayApp.copy.inf, TrayApp.copy.cellular
UpdateInis=TrayApp.Links
AddReg=TrayApp.reg.NT, TrayApp.Run
Uninstall=TrayApp_remove

[TrayApp_remove]
DelFiles = TrayApp.copy.prog, TrayApp.copy.hlp, TrayApp.copy.win, TrayApp.copy.sys, TrayApp.copy.inf, TrayApp.copy.cellular
AddReg = TrayApp.reg.restore
DelReg = TrayApp.reg.remove, TrayApp.Run
UpdateInis = TrayApp.Links.Remove

[TrayApp_remove.NT]
DelFiles = TrayApp.copy.prog, TrayApp.copy.hlp, TrayApp.copy.win, TrayApp.copy.sys.NT, TrayApp.copy.inf, TrayApp.copy.cellular
AddReg = TrayApp.reg.restore
DelReg = TrayApp.reg.remove, TrayApp.Run
UpdateInis = TrayApp.Links.Remove

[version]
signature="$CHICAGO$"

; F i l e   c o p y i n g   s e c t i o n s (where they go to).
[DestinationDirs]
TrayApp.copy.sys=11
TrayApp.copy.sys.NT=11
TrayApp.copy.hlp=18
TrayApp.copy.prog=24,%PROGRAMF%\%TrayAppDir%
TrayApp.copy.cellular=24,%PROGRAMF%\%TrayAppCellDir%
TrayApp.copy.nodel_prog=24,%PROGRAMF%\%TrayAppDir%
TrayApp.copy.win=25
TrayApp.copy.inf=17

; w h a t   f i l e s   a r e   c o p i e d   w h e r e
[TrayApp.copy.prog]
CCFLGS.DLL
CCFLGS.INI
PILOT.EXE
PILOT.HLP
PILOT.BMP
GENERIC.AVI
GENERIC.INI

[TrayApp.copy.nodel_prog]
OTCDPI.INI

[TrayApp.copy.win]

[TrayApp.copy.sys]

[TrayApp.copy.sys.NT]

[TrayApp.copy.hlp]

[TrayApp.copy.inf]
TrayApp.inf

[TrayApp.copy.cellular]
MOTUS23.S37
N210V21.S37
N232V21.S37


; W h e r e   t h e   f i l e s   c o m e   f r o m
[SourceDisksNames]
55="PC Card Modem Utilities Disk","",1

[SourceDisksFiles]
TrayApp.Inf=55

; L o c a l i s e d   s t u f f 
[Strings]
PROGRAMF            = "Progra~1"                   ; The old DOS name of the "Program Files" directory
TrayAppDir          = "\TrayApp\Program"           ; Program Files Sub-Directory
TrayAppCellDir      = "\TrayApp\Program\Cellular"  ; Directory for the Cellular Drivers
TrayAppProg_Grp     = "PC Card Utilities"          ;  shortcut location in Start menu
TrayApp_Desc        = "Modem Utility"               ; shortcut name in Start Menu
TrayApp_Remove_Desc = "PC Card Utilities"               ; Name displayed in Add/Remove Programs
TrayApp_ShortDesc   = "SystemTray Utilities for PC Card"           ; details view
StartUp_Desc        = "Startup"                    ; The StartUp group name
TrayApp_Exe         = "PILOT"                      ; The name of the System Tray App executable


; L i n k s   /   S h o r t c u t s
[TrayApp.Links]
setup.ini, progman.groups,,"group55=%TrayAppProg_Grp%"
setup.ini, group55,,"""%TrayApp_Desc%"", ""%24%\%PROGRAMF%\%TrayAppDir%\%TrayApp_Exe%.Exe"",,,,,%TrayApp_ShortDesc%"
setup.ini, progman.groups,, "group1=%StartUp_DESC%"
setup.ini, group1,, """%TrayApp_Desc%"", ""%24%\%PROGRAMF%\%TrayAppDir%\%TrayApp_Exe%.Exe"",,,,,%TrayApp_ShortDesc%"

; L i n k s   /   S h o r t c u t s - Removal.
[TrayApp.Links.Remove]
setup.ini, progman.groups,,"group55=%TrayAppProg_Grp%"
setup.ini, group55,,"""%TrayApp_Desc%""
setup.ini, progman.groups,, "group1=%StartUp_Desc%"
setup.ini, group1,, """%TrayApp_Desc%""

; M i s c e l a n e o u s   R e g i s t r y   e n t r i e s   t o   a d d 
[TrayApp.reg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,DisplayName,,"%TrayApp_Remove_Desc%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,UninstallString,,"RunDll32 setupx.dll,InstallHinfSection TrayApp_Remove 4 TrayApp.inf"

[TrayApp.reg.NT]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,DisplayName,,"%TrayApp_Remove_Desc%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,UninstallString,,"RunDll32 setupapi.dll,InstallHinfSection TrayApp_Remove 4 TrayApp.inf"

; C l e a n   u p   t h e   R e g i s t r y   o n   r e m o v a l
[TrayApp.reg.remove]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,,,
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,DisplayName,,"%TrayApp_Remove_Desc%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,UninstallString,,"RunDll32 setupx.dll,InstallHinfSection TrayApp_Remove 4 TrayApp.inf"

[TrayApp.reg.remove.NT]
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,,,
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,DisplayName,,"%TrayApp_Remove_Desc%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TZD_TCTB,UninstallString,,"RunDll32 setupapi.dll,InstallHinfSection TrayApp_Remove 4 TrayApp.inf"

; U n d o   a n y   r e g i s t r y   r e m o v a l s
[TrayApp.reg.restore]

; A d d   R u n   i t e m s   t o   r e g i s t r y
[TrayApp.Run]
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: 0.44