home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-11-20 | 3.7 KB | 109 lines |
- ;==============================
- ; Generic Setup Script File
- ; For Setup Application Version 8.0 and above
- ;
- ; Copyright ⌐ 1992-1996 Chapter One Developments Ltd.
- ;==============================
- ;
- ; Notes:
- ; References to { } are directories. Defined are -
- ; {T} - Target Dir, {S} - Windows System, {W} - Windows, {O} - Setup Dir
- ;=============================================
- ;
- ; Section headings should appear in the following order:
- ; [Setup]
- ; [Components]
- ; [Directory]
- ; [Disk1] etc.
- ; [Icons]
- ; [INI]
- ; [Bootstrap]
- ;
-
- [Setup]
- AppTitle=SETUP.EXE Professional
- AppVersion=5.5
- AppShortTitle=SETUP.EXE
- Disks=1
- FolderName=Setup
- AppDefaultPath=C:\SETUPPRO
- SetupLog=PROSETUP.LOG
- SuppressFileRenameMsg=Yes
- ReadMe={T}\README.TXT
- ;RunApp={T}\APP.EXE
- TypicalComponents=AB
- CompactComponents=AB
- CustomComponents=AB
-
- [Components]
- ; Split installation into components
- ; (Alphabetic chars will work best)
- ;
- A; Setup
- B; SETUP.INF Editor
-
- [Directory]
- ; Other destination directories in addition to T, W and S
- ; Component; Number; Directory
- ;
- ; ({ } references will be translated to the appropriate defined directories.)
- ;
- ;A; 1; {T}\DATA
-
- [Disk1]
- ; Component; Source Name; Target Name; Version Number; Expanded File Size; Target Dir; Force Install Y/N?; Comment (optional and displayed instead of Source Name)
- ;
- ; (Target Dir: T, S, W, O, 1, 2 etc. references will be translated to the appropriate directories.)
- ;
- B; CMDIALOG.VB_; CMDIALOG.VBX; 0002.0001.0000.0005; 18688; S; N; Common dialog custom control
- A; COMPRESS.EX_; COMPRESS.EXE; *; 15259; T; N; Microsoft File Compression utility
- A; CTL3DV2.DL_; CTL3DV2.DL_; 0002.001D.0000.0000; 26992; T; C; Microsoft 3D Window Controls library
- A; EXAMPLE.IN_; SETUP.INF; *; 870; T; N; Example SETUP.INF file
- A; EXPAND.EX_; EXPAND.EXE; *; 14001; T; N; Microsoft File Expansion utility
- A; FILE_ID.DIZ; FILE_ID.DIZ; *; 453; T; N; Standard BBS description file
- A; REGISTER.TX_; REGISTER.TXT; *; 6815; T; N; Registration details file
- A; SETUP.BM_; SETUP.BMP; *; 55578; T; N; Example Setup dialog bimap
- A; SETUP.EXE; SETUP.EXE; 0005.0005.0000.0001; 27136; T; N; SETUP.EXE Professional
- A; SETUP.IC_; SETUP.ICO; *; 766; T; N; SETUP.EXE icon
- A; SETUPPRO.HL_; SETUPPRO.HLP; *; 445182; T; N; SETUP.EXE Pro Help file
- B; SETUPINF.EX_; SETUPINF.EXE; *; 142992; T; N; SETUP.INF Editor program
- A; SOURCE.TX_; SOURCE.TXT; *; 5720; T; N; Source code purchasing details
- A; README.TXT; README.TXT; *; 6518; T; N; General product and installation details
- B; THREED.VB_; THREED.VBX; 0003.0000.0001.0000; 64432; S; N; Three dimensional effects custom control
- B; TOOLTIP.VB_; TOOLTIP.VBX; 0001.0006.0000.0000; 20576; S; N; Tooltips custom control
- A; VENDINFO.DIZ; VENDINFO.DIZ; *; 11317; T; N; Standard product information file
-
- [Icons]
- ; Components; Progman Group; File Dir; File Name; Icon Description
- ;
- ; (Progman Group - Name to create / add to or {U} for user specified)
- ; (File Dir - T, S, W, O, 1, 2 etc. references will be translated to the appropriate directories.)
- ; ({ } references will be translated to the appropriate directories.)
- ;
- B; {U}; T; SETUPINF.EXE; SETUP.INF Editor
- A; {U}; T; SETUPPRO.HLP; SETUP.EXE Pro Help
- A; {U}; T; README.TXT; Read Me
- A; {U}; T; REGISTER.TXT; Register
-
- [INI]
- ; Change / Create INI files
- ; Component; INI file; Section; Setting-Value
- ;
- ; ({ } references will be translated to the appropriate directories.)
- ;
- A; WIN.INI; Extensions; log=notepad.exe ^.log
-
- ; SETUP.EXE Bootstrap
- ;
- [BootSetup]
- DialogTitle=SETUP.EXE Professional Setup
- DialogWidth=350
- Dialog3d=1
- ImageFile=SETUP.ICO;1;28;35
- SetupLogFile=SETUPPRO.LOG
- ExcludeWinOS=1;1
- Requires1=VBRUN300.DLL
- File1=SETUPKIT.DLL
- File2=VBCTL3D.VBX
-
-