home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / EZINST10.ZIP / README.TXT < prev   
Text File  |  1994-03-15  |  5KB  |  149 lines

  1.  
  2.             EZinst v1.0
  3.  
  4.  
  5. Introduction
  6. ============
  7.  
  8.     EZinst is an installation program for Microsoft Windows. It was 
  9. designed for programmers, consultants, and other computer users in need of a
  10. simple, inexpensive, customizable Windows installation program.
  11.  
  12.  
  13. Installation
  14. ============
  15.  
  16.     Installing EZinst from the distribution .ZIP file is extremely easy. (After
  17.  it has been unzipped).
  18.  
  19.         1. Start Microsoft Windows.
  20.  
  21.         2. From the File sub-menu menu in Program Manager, choose Run...
  22.  
  23.         3. Specify the location of the unzipped files and type install.exe.
  24.             Ex: c:\apl\comm\install.exe
  25.  
  26.         4. The installation program will prompt you to enter the destination
  27. drive/directory.
  28.             Ex: c:\ezinst
  29.  
  30.         5. The installation program will prompt you to enter the source
  31. drive/directory.
  32.             Ex: c:\apl\comm
  33.  
  34.         6. The installation program will finish the installation automatically.
  35.  
  36.  
  37. File list
  38. =========
  39.  
  40.     This is a complete file list.
  41.  
  42.         1. INSTALL.EXE - the main installation program.
  43.  
  44.         2. INSTALL.HLP - the on-line help file.
  45.  
  46.         3. INSTALL.INI - the installation file and example.
  47.  
  48.         4. README.TXT - this file.
  49.  
  50.         5. COMPRESS.EXE - Microsoft's compression file.
  51.  
  52.         6. ORDER.FRM - the form for registering EZinst.
  53.  
  54.         7. FILE_ID.DIZ - the description file.
  55.  
  56.  
  57. Using EZinst
  58. ============
  59.  
  60.     The EZinst program is small (about 50k) and easy to use. Simply copy
  61. it to the distribution disk along with the install.ini file (described in the
  62. following section) and it will be ready to use. All the installer has to do 
  63. is run Microsoft Windows and use the File-Run... menu command (Example: 
  64. a:install.exe). The rest is self explanatory for the installer.
  65.  
  66.  
  67. The install.ini file
  68. ====================
  69.  
  70.     The install.ini is easy to use, but must be syntactically correct. 
  71.  
  72.     Line #1         The title displayed in large letters in the 
  73.             installation program.
  74.     Line #2         The default source drive/directory. This can be the 
  75.             current directory.
  76.     Line #3         The default destination drive/directory. If it 
  77.             already exists, the EZinst will prompt if it is still
  78.             to be
  79.             used.
  80.     Line #4         The number of files to install. Make sure this number
  81.             corresponds to the number of lines following it.
  82.     Line #5-#?      The files to install. They may be compressed by using
  83.             Microsoft's compress.exe.
  84.     Line #6         The program group. If it doesn't already exist, it
  85.             will be created.
  86.     Line #7         The number of program item to be created in the 
  87.             program group. Make sure this number corresponds to 
  88.             the number of lines following it.
  89.     Line #8-#?      The program items to install. The first part of an 
  90.             entry is the program to be run followed by 
  91.             command-line parameters. The second part of an entry
  92.             is the titled, and is separated by a comma. The macro
  93.             @@DIR@@ will be substituted by the default directory.
  94.  
  95.  
  96. Example
  97. =======
  98.  
  99. Gengame Installation                    ; Title to display while installing
  100. a:                                      ; Default source drive/directory
  101. c:\gengame                              ; Default destination drive/directory
  102. 3                                       ; Number of files to install
  103. gengame.ex_                             ; Name of files (may be compressed or
  104. gengame.hl_                             ;   un-compressed). Must be the name
  105. readme.tx_                              ;   in the source drive/directory)
  106. Games                                   ; Program (manager) group
  107. 2                                       ; Number of program items
  108. @@DIR@@\gengame.exe, Generic Game       ; Program items (The program itself)
  109. winhelp @@DIR@@\gengame.hlp, Help       ;   (a help file)
  110.  
  111.  
  112. Compression
  113. ===========
  114.  
  115.     The compression program (compress.exe) is used to reduce the size
  116. of distributed programs. The syntax is: compress [-r] file.ext [filenew.ext].
  117. If the -r switch is used, the second filename is not needed, as compress will
  118. automatically alter the first filename by changing the last character to an
  119. '_'. Example: compress -r install.exe; will create install.ex_ (compressed).
  120.  
  121.  
  122. Registration
  123. ============
  124.  
  125.     If this program proves useful, please consider registering it. 
  126. Registration is $12 and entitles you to a printed manual, latest version 
  127. of the program, customer support, the source code, an unlimited distribution
  128. license, and information and special discounts about other offerings by 
  129. Burnham Park Software, Inc. (The author is always open to suggestions. Send 
  130. mail or e-mail to the following addresses with any suggestions.) To register 
  131. send your name, address, and check or money order to:
  132.  
  133.         Burnham Park Software, Inc.
  134.         P.O. Box #814
  135.         Chicago, IL 60690-0814
  136.  
  137.         Phone: (312) 922-6313
  138.         BBS: (312) 922-2839
  139.         Compuserve: 71532,3271
  140.         AOL: J null B
  141.         Delphi: MARBRO
  142.         GEnie: XRG36978
  143.  
  144.     EZinst is supplied as is. The author disclaims all warranties, 
  145. expressed or implied, including, without limitation, the warranties of 
  146. merchantability and of fitness for any purpose. The author assumes no 
  147. liability for damages, direct or consequential, which may result from the use 
  148. of EZinst.
  149.