home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 1.2 KB | 63 lines |
- .name
- Installer
- .type
- OS Utility
- .short
- Commodore's Amiga Installer utility
- .description
- Archive distribution of the Amiga Installer utility direct from
- Commodore. Contains V1.24 of the Installer, documen- tation and
- examples for developers to use when developing their software. Also
- contains various enhancements and fixes detailed in the documentation
- enclosed. The documen- tation has also been enhanced and brought up
- to date.
- .version
- 1.26
- .date
- .author
- Commodore Business Machines
- .restrictions
- .requirements
- .reference
- AmigaLibDisk870:Installer/
- 1.24
- .keywords
- .distribution
- Copyrighted but Freely Redistributable
- .price
- .address
- .email
- .phone
- .fax
- .exectype
- .installsize
- .source
- .construction
- .tested
- .docs
- ReadMe
- Installer.license
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Submitted electronically directly by the author.
- .execute
- set choice `RequestChoice "Installer" "Please select an option" "Description" "ReadMe" "License" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Installer.des TEXT
- endif
-
- if $choice EQ "2"
- MetaTool ReadMe TEXT
- endif
-
- if $choice EQ "3"
- MetaTool Installer.license TEXT
- endif
- .aminet-dir
- util/misc
-