home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
CT
/
CT9504
/
TRYDB201
/
INSTALL.INF
< prev
next >
Wrap
INI File
|
1994-10-24
|
4KB
|
95 lines
;******************************************************************************
; setup.inf - sample setup information file for Pipeline installation program
;******************************************************************************
;******************************************************************************
; Application Section - describes stuff about the application
; AppName=a description of the product we are installing
; DefDir=the default installation drive/directory
; SpaceNeeded=the estimated number of kilobytes we require
; DefPMGroup=program manager group file name and group title
; Logo=logo file to be displayed
; * temporary
; TextRed=128 color values to use in "available space" meters
; TextGreen=128
; TextBlue=128
; BGRed=192
; BGGreen=192
; BGBlue=0
;******************************************************************************
[Application]
AppName=Dashboard
DefDir=C:\dash
SpaceNeeded=1600
DefPMGroup=dashboar.grp,Dashboard for Windows
;******************************************************************************
; Disks Section - describe each diskette in the install set
; #=printed label on diskette
;******************************************************************************
[Disks]
1=Dashboard Disk #1
;******************************************************************************
; Dirs Section - describe each directory we'll install into
; #=directory name
; use . for home directory (user specified)
; .\dirname for sub-directories within the home directory
;******************************************************************************
[Dirs]
1=.
;******************************************************************************
; Files Section - describe each file to be installed
; Description,FileName,Directory#,Diskette#,Compressed?[,expandname]
; For now, files should be entered in diskette# order (might sort later).
;******************************************************************************
[Files]
Program Files,EXEDLL.PAK, 1,1,Y,
Tour Files,TOUR.PAK, 1,1,Y,
Help and Other Files,OTHER.PAK, 1,1,Y,
Sounds,SOUNDS.PAK,1,1,Y,
Registration Files 1,REG.PAK,1,1,Y,
Registration Files 2,REG2.PAK,1,1,Y,
Registration Files 3,REG3.PAK,1,1,Y,
Readme Files,README.WRI,1,1,N,
Readme Files,READADV.WRI,1,1,N,
Readme Files,READTRL.WRI,1,1,N,
Speaker Driver,SPEAKER.PAK,1,1,Y,
Dashboard Remover,DASHZAP.EXE,0,1,N,
;******************************************************************************
; PM Info Section - describe each item to be installed into the PM group
; CommandLine,Description[,IconFile,Icon#]
;******************************************************************************
[PM Info]
$(home)\DASH.EXE,Dashboard 2.0 for Windows
$(home)\README.WRI,Read Me 2.0
$(home)\READADV.WRI,Read Me Advanced 2.0
$(home)\READTRL.WRI,Read Me Trialware
$(home)\DBTOUR.EXE,Dashboard Quick Tour
$(home)\QKTOUR.EXE,Sidekick Quick Tour
$(home)\REGISTER.EXE,Automatic Registration
DASHZAP.EXE $(home),Remove Dashboard 2.0
$(home)\DSHORDER.EXE,Unlock Dashboard
;******************************************************************************
; Ini Section - describe each item to be created in the products INI file
; Section,Item,Value
;
; Macros:
; $(home) = base install directory
; $(username)
; $(company)
; $(initials)
;******************************************************************************
[Ini]
;INI should be in Dashboard directory
;******************************************************************************
; End Section - nothing here, just indicates end of information
;******************************************************************************
[End]