home *** CD-ROM | disk | FTP | other *** search
-
- @DefineProject
- @Name = "Swiftlook 1-2(tm)"
- @Version = "2.30"
- @Subdir = "\\CLARION\\"
- @OutDrive = Z
- @EndProject
-
- @Display
- @Cls
- W E L C O M E
-
- This program will install @Name (Version @Version)
- for the Clarion Professional Developer on your computer system.
- You can press the <Esc> key at any time to abort the installation.
-
- On the distribution disks are various compressed files. They are─
- ■ the six separate reference utility programs & their related
- files (referred to as groups Swift1 to Swift6);
- ■ a product manual for the @Name package;
- ■ a "readme" and registration file;
- ■ a tutorial program for @Name; and
- ■ installation process ones.
-
- The next two screens discuss how to get working with Swiftlook
- quickly, the available options, and the installation process.
-
- @Pause
- @EndDisplay
-
- @Display
- @Cls
- Installing the whole Swiftlook product will take about 1,775,000
- bytes of disk space (including the tutorial program). The exact
- amount will depend on your disk cluster size. However, you don't
- have to install everything.
-
- In a moment you will be given a number of installation options.
- Here are some suggestions to get you started ──
-
- o if you want to know more about Swiftlook, install the tutorial
- program. It takes up about 610,000 bytes of disk space. Read
- the documentation file ('Readtut.doc') - or just type 'tutor' to
- run it. It will run from a hard or floppy disk.
-
- o install the Swiftlook manual. There's two versions. A hypertext
- based one and a text file one. They both have a table of contents
- and an index. You can print out the text file version. To run the
- hypertext version, use the supplied batch file (Manh.bat).
-
- @Pause
- @EndDisplay
-
- @Display
- @Cls
-
- The actual installation process will begin with the next screen.
- You will be asked two questions about where you want files copied
- to. You will then be given the option of installing all or parts
- of Swiftlook 1-2. Relevant files are copied and you are then asked
- to press a key (to begin decompression). During decompression you
- may be asked if you want to overwrite a file. If you are upgrading
- or updating your Swiftlook package this is likely to happen. After
- decompression working files (compressed and associated files) are
- deleted. A message and a beep tells you when the installation
- process is finished.
-
-
- Note: Clarion and Professional Developer are trademarks of the
- Clarion Software Corporation.
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
- @Cls
-
- On which disk drive do you wish to install @Name:
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the <Up Arrow>, <Down Arrow>, <Pg Up>, & <Pg Dn> keys to move
- the bar to the disk drive you wish to install to and then press
- the <Enter> key.
- @EndOutDrive
-
- @Display
- @Cls
-
- @If (@DiskFree @OutDrive < 2250000)
- I N F O R M A T I O N
- ---------------------
- The drive you selected as the output disk drive has only
- @DiskFree @OutDrive bytes. To install the entire Swiftlook 1-2
- product requires about 2,250,000 bytes. About 550,000 bytes of
- that will be freed after the installation is complete.
-
- @Pause
- @EndIf
-
- @EndDisplay
-
- @GetSubdir
- @CLS
-
- Now you need to specify the destination directory where the
- @Name system will be installed (press <Enter> to accept
- the default). To change the default, use the <backspace> key and
- type in the directory desired, then press <Enter>.
- Your Clarion directory is recommended.
-
- @PROMPT = " Which Directory To Install To ? "
- @EndSubdir
-
-
- @GetGroups
- @Checkbox
- @Cls
- Now you need to select the parts of @Name you want
- to install (please read the instructions below)-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the <Up Arrow>, <Down Arrow>, <PgUp>, & <PgDn> keys to move the
- bar to the group(s) you wish to install and then press the <Space>
- key to toggle the option from "No" to "Yes."
- * Press <Enter> only AFTER you have selected the option(s) you want
- to install.
- @SET A = "The entire @Name Package (ALL the below)."
- @SET B = "The @Name Tutorial Program."
- @SET C = "Hypertext Product Manual."
- @SET D = "Text version of Product Manual, readme & register file."
- @SET E = "BoxSoft Super Models manual (data)."
- @SET F = "Swift1 (46 K TSR) Group."
- @SET G = "Swift2 (49 K TSR) Group."
- @SET H = "Swift3 (5.4/1.4 K TSR) Group."
- @SET J = "Swift4 (43 K standalone) Group."
- @SET K = "Swift5 (4.8 K TSR) Group."
- @SET L = "Swift6 (9.7/1.3 K TSR) Group."
- @EndGroups
-
-
- @DefineDisk
- @LABEL = "DISK 1/4"
-
- @File swdocs.lzh
- @Group ad
- @Out *.*
- @File decomp.exe
- @Group abcdefghjkl
- @Out *.*
- @File Cleanup.exe
- @Out *.*
- @File swift4.lzh
- @Group achj
- @Out *.*
- @File swman.lzh
- @Group ac
- @Out *.*
- @File swift1.lzh
- @Group af
- @Out *.*
- @File swift2.lzh
- @Group ag
- @Out *.*
- @File swift3.lzh
- @Group ah
- @Out *.*
- @File swift4.bat
- @Group aj
- @Out *.*
- @File swift5.lzh
- @Group ak
- @Out *.*
- @File swift6.lzh
- @Group al
- @Out *.*
- @File swdata.001
- @Group afghjk
- @Out swiftdat.swh @DeCompress
-
- @EndDisk
-
- @DefineDisk
-
- @LABEL = "DISK 2/4"
-
- @File swtut.lzh
- @Group ab
- @Out *.*
- @File swdata.002
- @Group afghjk
- @AppendTo swiftdat.swh @DeCompress
-
- @EndDisk
-
- @DefineDisk
-
- @LABEL = "DISK 3/4"
-
- @File swmodel.lzh
- @Group ae
- @Out *.*
-
- @File swdata.003
- @Group afghjk
- @AppendTo swiftdat.swh @DeCompress
-
- @EndDisk
-
- @DefineDisk
-
- @LABEL = "DISK 4/4"
-
- @File swdata.004
- @Group afghjk
- @AppendTo swiftdat.swh @DeCompress
-
- @EndDisk
- @Finish
-
- @Pause
- @ChDrive @OutDrive
- @ChDir "@SubDir"
- @Execute "cleanup"," "
-
-
- @EndFinish
-