SETUP.INF Driver File Contents (MediaPilot.zip)

; ///////////////////////////////////////////////////////////////////////////
;//Compaq MediaPilot Setup Script                                          //
;//                                                                        //
;//Modified by Clark L          Changed for modem-less Compaqs             //
;//05-30-95                     Michael Kilgore 11-27-95                   //
;//                                                                        //
;//Stamped by Bimal for translations                                       //
;//09/28/95                                                                //
;////////////////////////////////////////////////////////////////////////////

;\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
;/                                           /
;\All of this is done BEFORE the installation\
;/from the diskettes is carried out.         /
;\                                           \
;/////////////////////////////////////////////

[before]
CursorWait

;Set the Title for the installation dialog
;translate this string
set _Title=MediaPilot Setup 

set _InstallType=2

; ///////////////////////////////////////
;/Determine system information --       /
;/Call ASKPNP to get available devices  /
;///////////////////////////////////////

;Initialize default variables
set InternalSM=FALSE
set Modem=FALSE
set ESS=FALSE
set Spatializer=1
set Speakerphone=FALSE
set COMPAQ=FALSE
set Port=0
set Modemtype=0
set JustConfigure=FALSE
set SetupProgDir=|_StrapSourcePath|

;Query ASKPNP about modem port information
set _DLL_Type1=Int
set _DLL_Arg1=1
CallDLL ASKPNP.DLL,AskPnp,INT,1
if |_DLL_Return|,=,1,set InternalSM=TRUE

;Query ASKPNP if Bobay modem exists
set _DLL_Type1=Int
set _DLL_Arg1=2
CallDLL ASKPNP.DLL,AskPnp,INT,1
if |_DLL_Return|,=,1,set Modem=TRUE

;Query ASKPNP for Modem Type
set _DLL_Type1=Int
set _DLL_Arg1=10
CallDLL ASKPNP.DLL,AskPnp,INT,1
set Modemtype=|_DLL_Return|

;Query ASKPNP if ESS chip exists
set _DLL_Type1=Int
set _DLL_Arg1=7
CallDLL ASKPNP.DLL,AskPnp,INT,1
if |_DLL_Return|,=,1,set ESS=TRUE
set ESS=TRUE


;Query ASKPNP if Speakerphone is available
set _DLL_Type1=Int
set _DLL_Arg1=4
CallDLL ASKPNP.DLL,AskPnp,INT,1
if |_DLL_Return|,=,1,set Speakerphone=TRUE

;Query ASKPNP if this is a Compaq PC
set _DLL_Type1=Int
set _DLL_Arg1=5
CallDLL ASKPNP.DLL,AskPnp,INT,1
if |_DLL_Return|,=,1,set COMPAQ=TRUE

;Query ASKPNP if the Spatializer effect is avail.
set _DLL_Type1=Int
set _DLL_Arg1=9
CallDLL ASKPNP.DLL,AskPnp,INT,1
set Spatializer=|_DLL_Return|

;Query ASKPNP about ESS version
set _DLL_Type1=Int
set _DLL_Arg1=11
CallDLL ASKPNP.DLL,AskPnp,INT,1
set ESSChipVersion=|_DLL_Return|

;Query ASKPNP for the modem serial port
set _DLL_Type1=Int
set _DLL_Arg1=6
CallDLL ASKPNP.DLL,AskPnp,INT,1
set Port=|_DLL_Return|

;If the modem is not on any port, then it is not a Compaq
;and installation can not continue
if |Port|,<,1,set Modem=FALSE
if |Port|,>,3,set Modem=FALSE

;Initialize the variables for the Windows, Windows\System
;and Windows\MediaPlt directories.
set WinDir=|?win|\
set WinSysDir=|?winsys|\
set MediaPltDir=|WinDir|mediaplt\

CursorArrow

; ///////////////////////////////////////////////////////////////////////////
;/Check to see where the installation is running from --> if MediaPlt dir.,//
;//just reconfigure, otherwise, assume that either a full or update        //
;//installation is wanted.                                                 //
;///////////////////////////////////////////////////////////////////////////

if |SetupProgDir|,=,|MediaPltDir|,set JustConfigure=TRUE
if |SetupProgDir|,=,|MediaPltDir|,goto Configure

;Based on the findings, determine whether setup can continue
;or if the software is not supported.
;if |Modem|,=,FALSE,goto SWNotSupported
if |COMPAQ|,=,FALSE,goto SWNotSupported
if |ESS|,=,FALSE,goto SWNotSupported

goto SWSupported

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

; /////////////////////////////////////////
;/The MediaPilot software is not supported/
;/and will not be installed on the system./
;/////////////////////////////////////////

[SWNotSupported]
set _Context=5  
;translate this string
set _Title=MediaPilot Setup 
set _Message1=}cCOMPAQ’s MediaPilot			;translate this string
set _Message2=}csoftware will not run on this computer.	;translate this string
set _Message3=
set _Button_OK=
Ask OK 3 175
;End the setup script
goto done

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

; /////////////////////////////////////
;/The MediaPilot software is supported/
;/and will be installed on the system./
;/////////////////////////////////////

[SWSupported]
;Check to see if a previous installation of the software exists
;in C:\windows\mediaplt and see if the user wants to
;continue with the installation.
set _YesNo=Yes
if f,exist,c:\windows\mediaplt\operator.exe,gosub Reinstall
if |_YesNo|,=,No,goto done

;The user has chosen to continue installation
set _Button_Yes=&Continue	;translate this string
set _Button_No=C&ancel		;translate this string

;Check to see if any of the MediaPilot applications are running
;and prompt the user to shut them down.
set _DLL_Type1=Int
set _DLL_Arg1=1
CallDLL ecisetfn.dll,ECIAppFind,INT,1
if |_DLL_Return|,=,1,goto MsgMPAppsRunning

; /////////////////////////////////////////
;/Show an introductory dialog based on the/
;/capabilities of their computer.  If the /
;/user chooses not to continue with the   /
;/installation, the setup script will end./
;/////////////////////////////////////////

set _Context=10

if |Modem|,=,TRUE,if |ESS|,=,TRUE,if |Speakerphone|,=,TRUE,gosub IntroModemYesEssYesSpYes

if |Modem|,=,TRUE,if |ESS|,=,TRUE,if |Speakerphone|,=,FALSE,gosub IntroModemYesEssYesSpNo

if |Modem|,=,FALSE,gosub IntroModemNo

;Check to see if the user wants to continue with setup.
;If the user chooses Cancel, installation will halt. 
if |_YesNo|,=,No, goto done

;The user wants to continue with setup...

;Ask for the path to install the MediaPilot software in. The
;default directory will be MEDIAPLT in the Windows directory.
set _Context=40
set _Message1=In which directory should I install the software?	;translate this string
set _Prompt1=
set _Path1=|WinDir|MEDIAPLT
;Ask Path 1
set _Button_OK=&OK	;translate this string
set _Button_No=C&ancel	;translate this string

set _Context=0
CursorWait

;Create all of the directories for the MediaPilot software
set eci=|Windir|Mediaplt\
set eciroot=|Windir|Mediaplt
mkdir |Windir|Mediaplt

;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipSubDirs

mkdir |eci|Operator
set addrbook=|eci|addrbook\
mkdir |addrbook|
set voice=|eci|voice\
mkdir |voice|
set fax=|eci|fax\
mkdir |fax|
set tam=|eci|tam\
mkdir |tam|
mkdir |tam|sysmsg
mkdir |tam|mboxes
mkdir |tam|mboxes\mailbox0
mkdir |tam|mboxes\mailbox1
mkdir |tam|mboxes\mailbox2
mkdir |tam|mboxes\mailbox3
mkdir |tam|mboxes\mailbox4
mkdir |tam|mboxes\mailbox5
mkdir |tam|mboxes\mailbox6
mkdir |tam|mboxes\mailbox7
mkdir |tam|mboxes\mailbox8
mkdir |tam|mboxes\mailbox9
set images=|fax|images\
mkdir |images|
set send=|fax|send\
mkdir |send|
set receive=|fax|receive\
mkdir |receive|
set queue=|fax|queue\
mkdir |queue|
mkdir |queue|in
mkdir |queue|out
mkdir |fax|clipart
mkdir |fax|groups

;Create the appropriate TAM.INI file if it does not already exist
;in the MEDIAPLT directory on the hard drive.
if f,!exist,|eci|tam.ini,gosub InstallLangTAMINI

goto SkipSubDirs
[SkipSubDirs]

;Set up the dialog box to be used when prompting for the
;location of a file or disk during installation.
set _Context=50
set _DiskMessage2="or enter directory to |_SourceFile|"	;translate this string
set _Button_Abort=Cancel				;translate this string
set _AbortTitle=Installation Exit			;translate this string
set _AbortMessage=Are you sure you want to exit the installation?;translate this string
set _Button_Yes=
set _Button_No=

CursorArrow

if |Modem|,=,FALSE,OptStatePut 2,2
if |Modem|,=,FALSE,OptStatePut 3,2
if |Modem|,=,FALSE,OptStatePut 4,2
if |ESS|,=,FALSE,OptStatePut 1,2

; ///////////////////////////////////////////////
;/This is the end of the initialization of setup/
;/SETUP2 will now prompt for options and begin  /
;/installing the files from the disks.          /
;///////////////////////////////////////////////

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

[InstallLangTAMINI]
;The first param. is the source path for all of the INI files and
;the second param. is the dest. path for the resultant TAM.INI file.
set _DLL_Type1=LPSTR
set _DLL_Arg1=|SetupProgDir|
set _DLL_Type2=LPSTR
set _DLL_Arg2=|eci|
CallDLL ecisetfn.dll,InstallLangTAMINI,INT,2
;If the function does not return a 1, then it was not successful

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

[Reinstall]
set _Button_Yes=&Continue	;translate this string					
set _Button_No=C&ancel		;translate this string
set _Message1=Setup has detected a previous installation of MediaPilot.		;translate this string
set _Message2=If you continue, your previous version will be overwritten.	;translate this string
set _Message3=
set _Message4=However, your phone messages, faxes, Address Book			;translate this string
set _Message5=information, and options settings will be saved, and may		;translate this string
set _Message6=be used with the new installation.				;translate this string
set _Message7=
Ask YesNo 7 190
if |_YesNo|,=,No,return

set _Message1=Before continuing with this Setup program, please make sure that		;translate this string
set _Message2=all MediaPilot programs have been closed.					;translate this string
set _Message3=
set _Message4=If you are upgrading from MediaPilot 1.0, you will find that the Eclipse	;translate this string
set _Message5=Fax SE has been replaced with a new Fax Center in MediaPilot 1.7I. If you	;translate this string
set _Message6=used the Phonebook feature in Eclipse Fax SE, make sure you have a	;translate this string
set _Message7=printed copy of all entries in your phonebooks before continuing with	;translate this string
set _Message8=this installation. After installing MediaPilot 1.7I, you will need to	;translate this string
set _Message9=manually add these entries into the Compaq Address Book.			;translate this string
set _Message10=
Ask YesNo 10 230
return

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

; ////////////////////////////////////////////
;/Inform the user that one or more MediaPilot/
;/applications are running and that they must/
;/be closed before setup can continue.       /
;////////////////////////////////////////////

[MsgMPAppsRunning]
set _Message1=One or more of the MediaPilot programs is still running on your	;translate this string
set _Message2=computer. A new version cannot be installed until the programs	;translate this string
set _Message3=are closed.							;translate this string
set _Message4=
set _Message5=Please close all MediaPilot programs (Operator, Phone Center,	;translate this string
set _Message6=Fax Center, Adress Book, and CD Sound System). Then, start Setup	;translate this string
set _Message7=again to continue with this installation.				;translate this string
Ask OK 7 210
goto done

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

;\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
;/The following section contains introductory dialog /
;\boxes to inform the user about the capabilities the\
;/MediaPilot software will have on their particular  /
;\computer.  These are called before installation.   \
;/////////////////////////////////////////////////////

[IntroModemYesEssYesSpYes]
set _Context=58
set _Message1=COMPAQ’s MediaPilot software lets you use your FAX modem, stereo		;translate this string
set _Message2=sound card, and CD-ROM drive to:						;translate this string
set _Message3="     *  send and receive FAXes"						;translate this string
set _Message4="     *  accept or place telephone calls using your built-in speakerphone";translate this string
set _Message5="     *  let callers leave you a voice message while you are away"	;translate this string
set _Message6="     *  play music CDs and launch program CDs"				;translate this string
set _Message7="     *  play and record WAV and MIDI files"				;translate this string
set _Message8=
set _Message9='Select "Continue" to install the software now, or "Cancel" to return to'	;translate this string
set _Message10=Windows.									;translate this string
Ask YesNo 10 220
return

[IntroModemYesEssYesSpNo]
set _Context=56
set _Message1=COMPAQ’s MediaPilot software lets you use your FAX modem, stereo	;translate this string
set _Message2=sound card, and CD-ROM drive to:					;translate this string
set _Message3="     *  send and receive FAXes"					;translate this string
set _Message4="     *  let callers leave you a voice message while you are away";translate this string
set _Message5="     *  play music CDs and launch program CDs"			;translate this string
set _Message6="     *  play and record WAV and MIDI files"			;translate this string
set _Message7=
set _Message8='Select "Continue" to install the software now, or "Cancel" to return to'	;translate this string
set _Message9=Windows.									;translate this string
Ask YesNo 9 220
return

[IntroModemNo]
set _Context=62
set _Message1=COMPAQ’s MediaPilot software allows you to use a stereo sound card	;translate this string
set _Message2=and CD-ROM drive to:							;translate this string
set _Message3="     *  play music CDs and launch program CDs"				;translate this string
set _Message4="     *  play and record WAV and MIDI files"				;translate this string
set _Message5=
set _Message6='Select "Continue" to install the software now, or "Cancel" to return to'	;translate this string
set _Message7=Windows.									;translate this string
Ask YesNo 7 220
return

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

;\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
;/                                           /
;\All of this is done AFTER the installation \
;/from the diskettes is carried out.         /
;\                                           \
;/////////////////////////////////////////////

[after]
CursorWait

; ///////////////////////////
;/Create/Update INI settings/
;///////////////////////////

;Update INI file settings in win.ini
;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipExtensions
iniput |WinDir|win.ini,Compaq Extensions,OPERATOR,|eci|operator.exe
iniput |WinDir|win.ini,Compaq Extensions,PHONE CENTER,|eci|tam.exe
iniput |WinDir|win.ini,Compaq Extensions,FAX CENTER,|eci|ecifax.exe
iniput |WinDir|win.ini,Compaq Extensions,ADDRESS BOOK,|eci|addrapp.exe
goto SkipExtensions
[SkipExtensions]
iniput |WinDir|win.ini,Compaq Extensions,CD SS,|eci|cmpqmss.exe

;New for Win 95 - PP - 8/11
;New for Win 95 - PP - 8/11
;Associate .WAV file to Windat.exe
set _Dll_Type1=LPSTR
set _Dll_Arg1=\SoundRec\shell\open\command
set _Dll_Type2=LPSTR
set _Dll_Arg2=|eci|windat.exe /%1
CallDll ecisetfn.dll,CreateRegistryEntry,INT,2
set _Dll_Type1=LPSTR
set _Dll_Arg1=\SoundRec\shell\play\command
set _Dll_Type2=LPSTR
set _Dll_Arg2=|eci|windat.exe /%1
CallDll ecisetfn.dll,CreateRegistryEntry,INT,2

;Associate .Mid with Orch.exe
set _Dll_Type1=LPSTR
set _Dll_Arg1=\midfile\shell\open\command
set _Dll_Type2=LPSTR
set _Dll_Arg2=|eci|orch.exe /%1
CallDll ecisetfn.dll,CreateRegistryEntry,INT,2
set _Dll_Type1=LPSTR
set _Dll_Arg1=\midfile\shell\play\command
set _Dll_Type2=LPSTR
set _Dll_Arg2=|eci|orch.exe /%1
CallDll ecisetfn.dll,CreateRegistryEntry,INT,2

;Associate Audio CD with Cmpqmss.exe
set _Dll_Type1=LPSTR
set _Dll_Arg1=\AudioCD\shell\play\command
set _Dll_Type2=LPSTR
set _Dll_Arg2=|eci|cmpqmss.exe /c:cd
CallDll ecisetfn.dll,CreateRegistryEntry,INT,2


;--test whether Win95
if f,!exist,|win|explorer.exe,iniput |win|cmpqmss.ini,CD Player,CDautoPlay,1

; 9/1/95 Register operator (ICH) with RunServices

;Next four lines install Compaq drivers in system.ini


;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipTaps

;Enter ESS information in tam.ini
if |ESSChipVersion|,=,3,iniput |eci|tam.ini,Options,AdvancedVolume,1

;Enter Modem Training info depending on modem type [0=None,1=Bombay,2=Stinger,3=Harrier]
if |ModemType|,=,0,iniput |eci|tam.ini,System,SendTaps,1
if |ModemType|,=,0,iniput |eci|tam.ini,Options,Trained,0
if |ModemType|,=,1,iniput |eci|tam.ini,System,SendTaps,1
if |ModemType|,=,1,iniput |eci|tam.ini,Options,Trained,0
if |ModemType|,=,2,iniput |eci|tam.ini,System,SendTaps,1
if |ModemType|,=,2,iniput |eci|tam.ini,Options,Trained,0
if |ModemType|,=,3,iniput |eci|tam.ini,System,SendTaps,0
if |ModemType|,=,3,iniput |eci|tam.ini,Options,Trained,1
goto SkipTaps
[SkipTaps]

;The next three lines set up FSEAWE volume levels in fseawe.ini
iniput |eci|fseawe.ini,Audio,Low,70
iniput |eci|fseawe.ini,Audio,Medium,150
iniput |eci|fseawe.ini,Audio,High,255

;Install application-specific INI settings
if f,exist,|eci|ecifax.exe,gosub MakeFaxINI
if f,exist,|eci|operator.exe,gosub MakeOperatorINI
;NEW --msk 11/27/95 --if no operator, then CDSS only
if f,!exist,|eci|operator.exe,gosub MakeCDSSINI

; //////////////////////////////////
;/Create the Program Manager Groups/
;//////////////////////////////////

CreateGroup StartUp
;;Begin 8/23/95 - Win 95 changes
DeleteItem Operator
;;End 8/23/95

;if f,exist,|eci|operator.exe,ReplaceItem Incoming Call
;if f,exist,|eci|operator.exe,AddItem |eci|operator.exe,Incoming Call,,,,,,,1

CreateGroup MediaPilot
;;Begin 8/23/95 - Win 95 changes
DeleteItem Operator
;;End 8/23/95
;if f,exist,|eci|operator.exe,DeleteItem Operator			;translate last noun only
;if f,exist,|eci|operator.exe, ReplaceItem Operator			;translate last noun only
;if f,exist,|eci|operator.exe,AddItem |eci|operator.exe,Operator	;translate last noun only
if f,exist,|eci|addrapp.exe,ReplaceItem Address Book			;translate last noun only
if f,exist,|eci|addrapp.exe,AddItem |eci|addrapp.exe,Address Book	;translate last noun only
if f,exist,|eci|CMPQMSS.exe,ReplaceItem CD Sound System			;translate last noun only
if f,exist,|eci|CMPQMSS.exe,AddItem |eci|CMPQMSS.exe,CD Sound System	;translate last noun only
if f,exist,|eci|orch.exe,ReplaceItem MIDI Player			;translate last noun only
if f,exist,|eci|orch.exe,AddItem |eci|orch.exe,MIDI Player		;translate last noun only
if f,exist,|eci|windat.exe,ReplaceItem WAV Player			;translate last noun only
if f,exist,|eci|windat.exe,AddItem |eci|windat.exe,WAV Player		;translate last noun only
if f,exist,|eci|ecifax.exe,ReplaceItem FAX Center			;translate last noun only
if f,exist,|eci|ecifax.exe,AddItem |eci|ecifax.exe,FAX Center		;translate last noun only
if f,exist,|eci|reg.exe,ReplaceItem Registration			;translate last noun only
if f,exist,|eci|reg.exe,AddItem |eci|reg.exe,Registration		;translate last noun only
if f,exist,|eci|tam.exe,ReplaceItem Phone Center			;translate last noun only
if f,exist,|eci|tam.exe,AddItem |eci|tam.exe,Phone Center		;translate last noun only
if f,exist,|eci|minpilot.exe,ReplaceItem MiniPilot
if f,exist,|eci|minpilot.exe,AddItem |eci|minpilot.exe,MiniPilot
if f,exist,|eci|setup.exe,ReplaceItem MediaPilot Setup
if f,exist,|eci|setup.exe,AddItem |eci|setup.exe,MediaPilot Setup,|eci|setup.ico
if f,exist,|eci|cpqcm.exe,ReplaceItem Call Minder On/Off		;translate On/Off only
if f,exist,|eci|cpqcm.exe,AddItem |eci|cpqcm.exe,Call Minder On/Off	;translate On/Off only

; //////////////////////////
;/Show the Configure dialog/
;//////////////////////////

goto Configure

;-----------------------------------------------------------------------------
; //////////////////////////////////////////
;/This section creates application-specific/
;/INI entries for the Fax and Operator     /
;//////////////////////////////////////////

[MakeFaxINI]
iniput |eci|tam.ini,ECIFAX,ADDAppName,|eci|addrapp.exe
iniput |eci|tam.ini,ECIFAX,Program Directory,|eciroot|
iniput |eci|tam.ini,ECIFAX,Home Directory,|eci|fax
iniput |eci|tam.ini,ECIFAX,Send Log,|eci|fax\send
iniput |eci|tam.ini,ECIFAX,Receive Log,|eci|fax\receive
iniput |eci|tam.ini,ECIFAX,Send Queue,|eci|fax\queue\out
iniput |eci|tam.ini,ECIFAX,Receive Queue,|eci|fax\queue\in
iniput |eci|tam.ini,ECIFAX,Save Images,|eci|fax\images
iniput |eci|tam.ini,ECIFAX,Clip Art Directory,|eci|fax\clipart
iniput |eci|tam.ini,ECIFAX,Group Directory,|eci|fax\groups
iniput |eci|tam.ini,ECIFAX,MultiApp1,winword.exe,OpusApp
iniput |WinDir|win.ini,Ports,FAX:,
iniput |WinDir|win.ini,btrieve
iniput |WinDir|win.ini,PrinterPorts,ECIPRT,ECIPRT,COM|Port|:,15,45
iniput |WinDir|win.ini,devices,ECIPRT,ECIPRT,COM|Port|:

iniget test=|WinDir|win.ini,windows,device
set faxdev=ECIPRT,ECIPRT,COM|Port|:
if |test|,=,|faxdev|,iniput |WinDir|win.ini,windows,device,ECIPRT,ECIPRT,COM|Port|:
if |test|,=,,iniput |WinDir|win.ini,windows,device,ECIPRT,ECIPRT,COM|Port|:

return

[MakeOperatorINI]
;iniput |eci|tam.ini,IntOpts,IO1,1
;iniput |eci|tam.ini,IntOpts,IO2,0
;iniput |eci|tam.ini,IntOpts,IO3,0
;iniput |eci|tam.ini,IntOpts,IO4,300
;iniput |eci|tam.ini,IntOpts,IO5,1
;iniput |eci|tam.ini,IntOpts,IO6,0
;iniput |eci|tam.ini,IntOpts,IO7,2
;iniput |eci|tam.ini,IntOpts,IO8,9
;iniput |eci|tam.ini,IntOpts,IO9,30
;iniput |eci|tam.ini,IntOpts,IOA,10
;iniput |eci|tam.ini,IntOpts,IOB,10
;iniput |eci|tam.ini,IntOpts,IOC,0
;iniput |eci|tam.ini,IntOpts,IOD,0
;iniput |eci|tam.ini,IntOpts,IOE,128
;iniput |eci|tam.ini,IntOpts,IOF,0
;iniput |eci|tam.ini,IntOpts,IOG,127
;iniput |eci|tam.ini,IntOpts,IOH,20
;iniput |eci|tam.ini,IntOpts,IOK,0
;iniput |eci|tam.ini,IntOpts,IOM,70
;iniput |eci|tam.ini,IntOpts,ION,1

;iniput |eci|tam.ini,Options,MaxRecording,55
;iniput |eci|tam.ini,Options,MasterPlayVolume,128
;iniput |eci|tam.ini,Options,Pftt,500
;iniput |eci|tam.ini,Options,SetDialPrefix,0
;iniput |eci|tam.ini,Operator,DistinctiveRingTone,1
;iniput |eci|tam.ini,Operator,CompressMsgs,0
;iniput |eci|tam.ini,Operator,MaximizeIconOnRingIn,1
;iniput |eci|tam.ini,Operator,DefaultPort,|Port|
iniput |eci|tam.ini,Operator,Kanjin,0
iniput |eci|tam.ini,Operator,FAXAppName,|eci|ecifax.exe
iniput |eci|tam.ini,Operator,DATAppName,terminal.exe
iniput |eci|tam.ini,Operator,SoundsDir,|eci|operator\
;iniput |eci|tam.ini,Operator,FAXEditBuiltIn,1
iniput |eci|tam.ini,Operator,FaxEditProgram,notepad.exe |eci|fax_inst.txt
iniput |eci|tam.ini,AddrBook,Path,|addrbook|

;11/21/95 -PP - Change to autolaunch audio cd
iniput |WinDir|cmpqmss.ini,CD PLAYER,CDAutoPlay,1

;Check the RUN=line in win.ini to see if the Operator is set to load
iniget runline=|WinDir|win.ini,windows,run
;if |runline|,=,,set runline=NONE
set _DLL_Type1=lpstr
set _DLL_Arg1=|eci|operator.exe
CallDLL ecisetfn.dll,WinINIRunParse,INT,1
;;PP - 9/29/95 - Comment out next line 
;if |_DLL_Return|,=,0,iniput |WinDir|win.ini,windows,run,|runline| |eci|operator.exe
;;PP- End Comment of previos line

;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;PP-9/29/95 - Add check run line for Ecidmn.exe
iniget runline=|WinDir|win.ini,windows,run
set _DLL_Type1=lpstr
set _DLL_Arg1=|eci|ecidmn.exe
CallDll ecisetfn.dll,WinINIRunParse,INT,1
iniget runline=|WinDir|win.ini,windows,run
iniput |WinDir|win.ini,windows,run,|runline| |eci|ecidmn.exe |eci|operator.exe
;;PP- 9/29/95 - End Ecidmn.exe fixes
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

if |Spatializer|,!=,1,iniput |WinDir|cmpqmss.ini,Mixer,Spatializer,disabled
if |Spatializer|,=,1,iniput |WinDir|cmpqmss.ini,Mixer,Spatializer,enabled
If |ESSChipVersion|,=,1,iniput |WinDir|cmpqmss.ini,Mixer,The Card,AUDIO-DRIVE
If |ESSChipVersion|,=,2,iniput |WinDir|cmpqmss.ini,Mixer,The Card,ESS1688
If |ESSChipVersion|,=,3,iniput |WinDir|cmpqmss.ini,Mixer,The Card,ESS1788

;--set TimeOut for CD Sound System
iniput |WinDir|cmpqmss.ini,CD Player,CDTimeOut,5

return


[MakeCDSSINI]
;11/21/95 -PP - Change to autolaunch audio cd
iniput |WinDir|cmpqmss.ini,CD PLAYER,CDAutoPlay,1

;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;PP-9/29/95 - Add check run line for Ecidmn.exe
iniget runline=|WinDir|win.ini,windows,run
set _DLL_Type1=lpstr
set _DLL_Arg1=|eci|ecidmn.exe
CallDll ecisetfn.dll,WinINIRunParse,INT,1
iniget runline=|WinDir|win.ini,windows,run
iniput |WinDir|win.ini,windows,run,|runline| |eci|ecidmn.exe 
;;PP- 9/29/95 - End Ecidmn.exe fixes
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

if |Spatializer|,!=,1,iniput |WinDir|cmpqmss.ini,Mixer,Spatializer,disabled
if |Spatializer|,=,1,iniput |WinDir|cmpqmss.ini,Mixer,Spatializer,enabled
If |ESSChipVersion|,=,1,iniput |WinDir|cmpqmss.ini,Mixer,The Card,AUDIO-DRIVE
If |ESSChipVersion|,=,2,iniput |WinDir|cmpqmss.ini,Mixer,The Card,ESS1688
If |ESSChipVersion|,=,3,iniput |WinDir|cmpqmss.ini,Mixer,The Card,ESS1788

;--set TimeOut for CD Sound System
iniput |WinDir|cmpqmss.ini,CD Player,CDTimeOut,5

return

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

; /////////////////////////////////////////////////
;/Configure or Reconfigure the MediaPilot settings/
;/                                                /
;/This is done after an installation from disks or/
;/if the setup program was run from the MediaPilot/
;/directory on the hard drive.                    /
;/////////////////////////////////////////////////

[Configure]
set _Context=0
CursorArrow

if |JustConfigure|,=,TRUE,set eci=|MediaPltDir|
if |JustConfigure|,=,TRUE,if f,!exist,|eci|operator.exe,gosub GetPaths

if |eci|,=,,gosub GetPaths
if |eci|,=,,return
set thelp=0
set ICM=0

;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipICMSet
iniget ICM=|eci|tam.ini,Operator,HaltOperator
If |ICM|,!=,1,set ICM=0
goto SkipICMSet
[SkipICMSet]

iniget thelp=|eci|fseawe.ini,FseAwe,Tiphelp
set anmsnd=1
;iniget anmsnd=|eci|fseawe.ini,Audio,Sound
;set Mvoldflt=2
;set Mvol=Medium
;iniget Mvol=|eci|fseawe.ini,Audio,FxMasterVolume

set VideoMic=1
set VideoSpk=1
set MultiMediaMonitor=1

;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipVideoSet
iniget VideoMic=|eci|tam.ini,System,Mic
iniget VideoSpk=|eci|tam.ini,System,Speakers
iniget MultiMediaMonitor=|eci|tam.ini,System,MultiMediaMonitor

iniput |eci|TAM.ini,System,Bombay,0
if |Modem|,=,TRUE,iniput |eci|TAM.ini,System,Bombay,1

iniput |eci|TAM.ini,System,ESS,0
if |ESS|,=,TRUE,iniput |eci|TAM.ini,System,ESS,1
goto SkipVideoSet
[SkipVideoSet]

if |InternalSM|,=,TRUE,gosub InternalSMEnd

; ///////////////////////////////////////////////////
;/The next lines set up the configuration dialog box/
;///////////////////////////////////////////////////

set _Button_OK=&Save		;translate this string
set _Button_Cancel=&Cancel	;translate this string
set _Button_Help=&Help		;translate this string
;translate this string
set _Title=MediaPilot Setup
set _Message1=Select new settings for any MediaPilot features you want to	;translate this string
set _Message2=change.  These settings affect all MediaPilot programs and will	;translate this string
set _Message3=not take effect until you restart Windows.			;translate this string
set _Message4=
set _Message5=
set _Message6=

set _Group1=Hover Help:		;translate this string
set _G1RB1=Show help		;translate this string
set _G1RB2=Do not show help	;translate this string
set _G1RB3=
set _G1Set=|thelp|
if |thelp|,=,0,Set _G1Set=2
if |thelp|,!=,0,Set _G1Set=1

;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipICMPanel
set _Group2=Incoming Call Minder:	;translate this string
set _G2RB1=On				;translate this string
set _G2RB2=Off				;translate this string
set _G2RB3=
set _G2Set=1
if |ICM|,=,1,Set _G2Set=2
if |ICM|,=,0,Set _G2Set=1
goto SkipICMPanel
[SkipICMPanel]

set _Group3=Animation Sound Effects:	;translate this string
set _G3RB1=On				;translate this string
set _G3RB2=Off				;translate this string
set _G3RB3=
set _G3Set=|anmsnd|
if |anmsnd|,=,0,Set _G3Set=2
if |anmsnd|,!=,0,Set _G3Set=1

;set _Group4=Volume Level of Effects:	;translate this string
;set _G4RB1=Low				;translate this string
;set _G4RB2=Medium			;translate this string
;set _G4RB3=High				;translate this string
;set _G4Set=|Mvoldflt|			
;if |Mvol|,=,Low,Set _G4Set=1
;if |Mvol|,=,Medium,Set _G4Set=2
;if |Mvol|,=,High,Set _G4Set=3

set _Group5=Video Monitor:				;translate this string
set _G5RB1=Compaq Multi-Media Monitor with speakers	;translate this string
set _G5RB2=Other monitor				;translate this string
set _G5RB3=
set _G5Set=|VideoMic|
if |VideoMic|,=,1,Set _G5Set=1
if |VideoSpk|,=,1,Set _G5Set=1
if |VideoMic|,=,0,Set _G5Set=2
if |VideoSpk|,=,0,Set _G5Set=2
if |MultiMediaMonitor|,=,0,Set _G5Set=2

Ask RadioGroups 

; ///////////////////////////////////////////
;/Change the INI entries based on the dialog/
;/settings.                                 /
;///////////////////////////////////////////

if |_G1Set|,=,1,iniput |eci|fseawe.ini,FseAwe,TipHelp,10
if |_G1Set|,=,2,iniput |eci|fseawe.ini,FseAwe,TipHelp,0

If |_G3Set|,=,1,iniput |eci|fseawe.ini,Audio,Sound,1
If |_G3Set|,=,2,iniput |eci|fseawe.ini,Audio,Sound,0

;If |_G4Set|,=,1,iniput |eci|fseawe.ini,Audio,FxMasterVolume,Low
;If |_G4Set|,=,1,iniput |eci|fseawe.ini,Audio,FxWaveVolume,Low
;If |_G4Set|,=,2,iniput |eci|fseawe.ini,Audio,FxMasterVolume,Med
;If |_G4Set|,=,2,iniput |eci|fseawe.ini,Audio,FxWaveVolume,Med
;If |_G4Set|,=,3,iniput |eci|fseawe.ini,Audio,FxMasterVolume,High
;If |_G4Set|,=,3,iniput |eci|fseawe.ini,Audio,FxWaveVolume,High

; ////////////////////////////////////////////////////////////
;/Handle the user's selection in the Incoming Call Minder Set/
;////////////////////////////////////////////////////////////

;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipICMCaution
set _Title=MediaPilot Setup
set _Message1=}cCAUTION		;translate this string
set _Message2=
set _Message3=If you turn off the Incoming Call Minder, you will no	;translate this string
set _Message4=longer be able to make or receive phone calls using	;translate this string
set _Message5=the Compaq Phone Center, nor to send or receive		;translate this string
set _Message6=faxes using the Compaq Fax Center.			;translate this string
set _Message7=
set _Message8=You will still be able to listen to old voice messages	;translate this string
set _Message9=or to leave a memo.					;translate this string

set _Button_Yes=&OK	;translate this string
set _Button_No=&Cancel	;translate this string
set _YesNo=Yes

if |_G2Set|,=,2,Ask YesNo 9 170

if |_YesNo|,=,No,goto Configure

;set _DLL_Type1=Int
;set _DLL_Arg1=0

;if |_G2Set|,=,2,CallDLL ecisetfn.dll,ICMClose,Void,1
If |_G2Set|,=,2,iniput |eci|tam.ini,Operator,HaltOperator,1

If |_G2Set|,=,1,iniput |eci|tam.ini,Operator,HaltOperator,0
;If |_G2Set|,=,1,Launch |eci|operator.exe
;if |JustConfigure|,=,TRUE,If |_G2Set|,=,1,Launch |eci|operator.exe
goto SkipICMCaution
[SkipICMCaution]



; //////////////////////////////////////////////////////////////////////
;/Determine if the user has selected a Compaq monitor or not.  If      /
;/they did not pick one, ask if they have an external mic and speakers./
;//////////////////////////////////////////////////////////////////////

If |_G5Set|,=,1,goto COMPAQMonitorEnd

set _Context=80
set _Title=IMPORTANT!		;translate this string
set _Message1=}cTo use the full capabilities of this software, you must have a	;translate this string
set _Message2=}cCOMPAQ Multi-Media Monitor with speakers.			;translate this string
set _Message3=}s
set _Message4=}cSpeakers	;translate this string
set _Message5=Because you have a different monitor, the CD Sound System and Phone Center		;translate this string
set _Message6=software will work only if you attach external speakers to your computer.  Refer to	;translate this string
set _Message7=your computer’s User’s Guide for details on attaching speakers.				;translate this string
set _Message8=
set _Message9=Have you attached speakers?					;translate this string
set _Button_Yes=&Yes	;translate this string
set _Button_No=&No	;translate this string
Ask YesNo 9

set Speakers=FALSE
if |_YesNo|,=,Yes,set Speakers=TRUE

;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipMonitor1
iniput |eci|TAM.ini,System,SpeakerPhone,0
iniput |eci|TAM.ini,System,MultiMediaMonitor,0

iniput |eci|TAM.ini,System,Speakers,0
if |_YesNo|,=,Yes,iniput |eci|TAM.ini,System,Speakers,1
goto SkipMonitor1
[SkipMonitor1]

set _Context=85
set _Title=IMPORTANT!			;translate this string
set _Message1=}cTo use the full capabilities of this software, you must have a 	;translate this string
set _Message2=}cCOMPAQ Multi-Media Monitor with speakers.			;translate this string
set _Message3=}s
set _Message4=}cMicrophone		;translate this string
set _Message5=Because you have a different monitor, the Phone Center cannot record		;translate this string
set _Message6=personal greetings or memos unless you attach an external microphone to your	;translate this string
set _Message7=computer.  Refer to your computer’s User’s Guide for details on attaching a	;translate this string
set _Message8=microphone if you want to use these features.					;translate this string
set _Message9=
set _Message10=Have you attached a microphone?			;translate this string
set _Button_Yes=&Yes						;translate this string
set _Button_No=&No						;translate this string
Ask YesNo 10

set Microphone=FALSE
if |_YesNo|,=,Yes,set Microphone=TRUE

;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto DefaultSetupExit
iniput |eci|tam.ini,System,Mic,0
if |_YesNo|,=,Yes,iniput |eci|tam.ini,System,Mic,1

if |Speakers|,=,FALSE,goto NoSpeakers

if |Microphone|,=,FALSE,goto NoMic

if f,exist,|eci|tam.exe,goto ExternalTamEnd

;Exit the Configure Section
goto DefaultSetupExit

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

; ///////////////////////////////////////////////
;/This section contains messages that are shown /
;/to the user after configuration to inform them/
;/about the capababilities of their softwarare. /
;///////////////////////////////////////////////

[ExternalTamEnd]
set _Context=110
set _Title=IMPORTANT!	;translate this string
set _Message1=The Phone Center software is installed and you may use it right away.	;translate this string
set _Message2=
set _Message3=The Speakerphone is not available because it requires a COMPAQ Presario	;translate this string
set _Message4=Multi-Media Monitor with speakers.  If you add a COMPAQ monitor		;translate this string
set _Message5=later, simply run this program again to make the features available.	;translate this string
Ask Restart 5 265
goto Done

[NoSpeakers]
set _Context=90
set _Title=IMPORTANT!	;translate this string
set _Message1=}cYou must install speakers before you can use the Phone Center!		;translate this string
set _Message2=}s
set _Message3=The CD Sound System and Phone Center programs are installed but will not	;translate this string
set _Message4=work until you attach speakers.  Refer to your computer's User's Guide	;translate this string
set _Message5=to learn how to attach speakers.						;translate this string
set _Message6=
set _Message7=When you have installed speakers, run this program again to enable the	;translate this string
set _Message8=software.									;translate this string
set _Button_OK=
Ask OK 8
goto Done

[InternalSMEnd]
;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipInternalSMEnd
iniput |eci|TAM.ini,System,Mic,1
iniput |eci|TAM.ini,System,Speakers,1
if |Speakerphone|,=,TRUE,iniput |eci|TAM.ini,System,SpeakerPhone,1
if |Speakerphone|,!=,TRUE,iniput |eci|TAM.ini,System,SpeakerPhone,0
;goto DefaultSetupExit
goto SkipInternalSMEnd
[SkipInternalSMEnd]
return

[COMPAQMonitorEnd]
;new branch --msk 11/27/95
if |Modem|,=,FALSE,goto SkipCOMPAQMonitorEnd
iniput |eci|TAM.ini,System,Mic,1
iniput |eci|TAM.ini,System,Speakers,1
iniput |eci|TAM.ini,System,MultiMediaMonitor,1
if |Speakerphone|,=,TRUE,iniput |eci|TAM.ini,System,SpeakerPhone,1
if |Speakerphone|,!=,TRUE,iniput |eci|TAM.ini,System,SpeakerPhone,0
goto SkipCOMPAQMonitorEnd
[SkipCOMPAQMonitorEnd]
goto DefaultSetupExit

[NoMic]
set _Context=100
set _Title=IMPORTANT!	;translate this string
set _Message1=The Phone Center software is installed and you may use it right away.	;translate this string
set _Message2=However, you cannot record personal greetings or memos until you		;translate this string
set _Message3=attach a microphone to the computer.					;translate this string
set _Message4=
set _Message5=The Speakerphone software is not available because it requires a COMPAQ	;translate this string
set _Message6=Multi-Media Monitor with speakers.					;translate this string
set _Message7=
set _Message8=If you choose to add a microphone later, or purchase a COMPAQ monitor,	;translate this string
set _Message9=simply run this program again to make the features available.		;translate this string
Ask Restart 9 265
goto done

[DefaultSetupExit]
set _Title=MediaPilot Setup
set _Context=60
set _Message1=COMPAQ’s MediaPilot software has been installed and	;translate this string
set _Message2=configured to match your computer’s configuration.	;translate this string
set _Message3=
set _Button_OK=
;Reboot only if this is an update or first-time installation.   
Launch |eci|cpqrgsvc.exe /REGISTER
if |JustConfigure|,=,FALSE,Ask Restart 3 250
goto done

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

[GetPaths]
set eci=|_StrapSourcePath|
if f,exist,|WinDir|operator.exe,return
if f,exist,|WinDir|cmpqmss.exe,return
set eci=|WinDir|eci\
if f,exist,|eci|operator.exe,return
if f,exist,|eci|cmpqmss.exe,return
set eci=
set test=|WinDir|eci
set _message1=Where is your MediaPilot directory?	;translate this string
set _prompt1=
set _context=40
gosub AskUserPath
if f,exist,|test|\tam.ini,set eci=|test|\
return

[AskUserPath]
set _path1=|test|
Ask String 1
set test=|_path1|
if f,exist,|test|\tam.ini,return
set _message1=Cannot find |test|\tam.ini	;translate this string
set _prompt1=Where is your MediaPilot directory?;translate this string
goto AskUserPath

;-----------------------------------------------------------------------------
; ///////////////////////////////////////////
;/This is the END of the installation script/
;///////////////////////////////////////////
[Done]
return

;=============================================================================

;\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
;/This section contains information about the/
;\size of the installation and the options   \
;/available to install.                      /
;\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

[Size]
Express=8744909
Minimal=8744909

[Options]
1=CD Sound System,1,10136847
2=FAX Center,1,1013482
3=Phone Center,1,2245361
;4=Remote,1,343504
4=Required Files,3,3114330
;1=,,7617389
;1=,,8744909
5=Excluded Files,2,68253

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

; //////////////////////////////////////
;/This section contains the contents of/
;/the installation disks               /
;//////////////////////////////////////
;2=,,40934

[Disk 1 Files]
Setup.exe,|eci|SETUP.exe,1
SETUP2.ex_,|eci|SETUP2.ex_,1
Setup.inf,|eci|SETUP.inf,1
Setup.ico,|eci|SETUP.ico,1
Setup.lst,|eci|SETUP.lst,1
addrbk.da_,|addrbook|addrbk.dat,3,,S
addreng.dl_,|eci|addreng.dll,3
capi2.dl_,|eci|capi2.dll,3
ecierror.dl_,|eci|ecierror.dll,3
fseawe.dl_,|eci|fseawe.dll,1
VOICE.dl_,|eci|voice.dll,3
addrapp.ex_,|eci|addrapp.exe,3
operator.ex_,|eci|operator.exe,3
tam.ex_,|eci|tam.exe,3
ecierror.in_,|eci|ecierror.ini,3,,S
fseawe.in_,|eci|fseawe.ini,1,,S
ecisetfn.dll,|eci|ecisetfn.dll,1
cpqcml.ex_,|eci|cpqcml.exe,3
CHIMES.wa_,|eci|operator\chimes.wav,3
CHORD.wa_,|eci|operator\chord.wav,3
DING.wa_,|eci|operator\ding.wav,3
TADA.wa_,|eci|operator\tada.wav,3
GREETING.wa_,|tam|MBOXES\mailbox0\greeting.wav,3,,S
BEEP.wa_,|tam|sysmsg\beep.wav,3
canttake.wa_,|tam|sysmsg\canttake.wav,3
cnclgrt.wa_,|tam|sysmsg\cnclgrt.wav,3
deleted.wa_,|tam|sysmsg\deleted.wav,3
delmsg.wa_,|tam|sysmsg\delmsg.wav,3
diskfull.wa_,|tam|sysmsg\diskfull.wav,3
havenew.wa_,|tam|sysmsg\havenew.wav,3
invcmd.wa_,|tam|sysmsg\invcmd.wav,3
nearly.wa_,|tam|sysmsg\nearly.wav,3
next.wa_,|tam|sysmsg\next.wav,3
bigfaxp.cc_,|images|bigfaxp.ccf,2
bigfaxp.cv_,|images|bigfaxp.cvr,2
facsim.cc_,|images|facsim.ccf,2
ASKPNP.dll,|eci|ASKPNP.dll,1
apd.in_,|eci|apd.ini,5
austral.in_,|eci|austral.ini,5
belgium.in_,|eci|belgium.ini,5
finland.in_,|eci|finland.ini,5
france.in_,|eci|france.ini,5
germany.in_,|eci|germany.ini,5
holland.in_,|eci|holland.ini,5
ireland.in_,|eci|ireland.ini,5
italy.in_,|eci|italy.ini,5
new_z.in_,|eci|new_z.ini,5
spain.in_,|eci|spain.ini,5
sweden.in_,|eci|sweden.ini,5
swiss.in_,|eci|swiss.ini,5
uk.in_,|eci|uk.ini,5
us.in_,|eci|us.ini,5
country.ini,|eci|country.ini,5
norway.in_,|eci|norway.ini,5
denmark.in_,|eci|denmark.ini,5
austria.in_,|eci|austria.ini,5
portugal.in_,|eci|portugal.ini,5

[SplitFiles]
SPLIT001=cpqlook.dl_,3554332,1,0,0

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

[Disk 2 Files]
nogreet.wa_,|tam|sysmsg\nogreet.wav,3
nonew.wa_,|tam|sysmsg\nonew.wav,3
notwork.wa_,|tam|sysmsg\notwork.wav,3
passwrng.wa_,|tam|sysmsg\passwrng.wav,3
plesleav.wa_,|tam|sysmsg\plesleav.wav,3
plygreet.wa_,|tam|sysmsg\plygreet.wav,3
recgprmt.wa_,|tam|sysmsg\recgprmt.wav,3
recgreet.wa_,|tam|sysmsg\recgreet.wav,3
replay.wa_,|tam|sysmsg\replay.wav,3
revgrt.wa_,|tam|sysmsg\revgrt.wav,3
savgrt.wa_,|tam|sysmsg\savgrt.wav,3
thatmail.wa_,|tam|sysmsg\thatmail.wav,3
tochange.wa_,|tam|sysmsg\tochange.wav,3
trylater.wa_,|tam|sysmsg\trylater.wav,3
ecifax.ex_,|eci|ecifax.exe,2
img_lib.dl_,|eci|img_lib.dll,2
orcheng.dl_,|eci|orcheng.dll,1
windat.hl_,|eci|windat.hlp,1
vctl.dl_,|eci|vctl.dll,1
vmp_mm.dl_,|eci|vmp_mm.dll,1
cmpqmss.ex_,|eci|cmpqmss.exe,1
facsim.cv_,|images|facsim.cvr,2
facsim2.cc_,|images|facsim2.ccf,2
facsim2.cv_,|images|facsim2.cvr,2
genericp.cc_,|images|genericp.ccf,2
genericp.cv_,|images|genericp.cvr,2
transmit.cc_,|images|transmit.ccf,2
transmit.cv_,|images|transmit.cvr,2
suffix.tx_,|fax|suffix.txt,2
fax_inst.tx_,|eci|fax_inst.txt,2,,S
addrapp.hl_,|eci|addrapp.hlp,3

[Disk 3 Files]
orch.ex_,|eci|orch.exe,1
windat.ex_,|eci|windat.exe,1
eciprt.dr_,|WinSysDir|eciprt.drv,2
minpilot.ex_,|eci|minpilot.exe,3
cmpqmss.hl_,|eci|cmpqmss.hlp,1
tam.hl_,|eci|tam.hlp,3
ecifax.hl_,|eci|ecifax.hlp,2
orch.hl_,|eci|orch.hlp,1
ecidmn.ex_,|eci|ecidmn.exe,1
reg.ex_,|eci|reg.exe,1
cpqrgsvc.ex_,|eci|cpqrgsvc.exe,1
cpqcm.ex_,|eci|cpqcm.exe,1

[Disk 4 Files]
SPLIT001.001,|eci|cpqlook.dll,1

[Disk 5 Files]
SPLIT001.002,|eci|cpqlook.dll,1

[Option 0 Items]
1=,,0
2=,,0


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: web1, load: 1.55