home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware 500 (First Edition) / disk1.img / BIZWIZ / INSTALL.IN$ / install.inf / install.txt
Encoding:
Text File  |  1993-01-15  |  2.1 KB  |  65 lines

  1. ; EDI Install Pro - v1.00 - Installation Script
  2. ; Eschalon Development Inc.
  3.  
  4.  
  5. [Application]
  6. ; Application information
  7. Name=BizWiz and M-B-A-nalyst 
  8. Title=Financial Calculators
  9. Directory=C:\CALCTECH
  10. PM Group=CalcTech Calculators
  11. Free Space=576
  12. Files Total=300
  13. Background=Dithered
  14. Bitmap File=install.cal
  15. Readme=license.txt
  16.  
  17.  
  18. [Components]
  19. ;List of components.  Description and size (in KB).
  20. 1="Documentation" 16
  21. 2="BizWiz financial calculator" 271
  22. 3="M-B-A-nalyst financial calculator" 289
  23.  
  24.  
  25. [Disks]
  26. ;List of disks needed.  Names are used for user request.  They
  27. ;do not need to be the disk's label.
  28. 1=BizWiz and M-B-A-nalyst
  29.  
  30.  
  31. [Directories]
  32. ;lists of directories that must be created from the destination directory
  33. ;files to be copied are in the same directory structure on the
  34. ;floppy (by default).  You may use 0 as the root destination directory.
  35.  
  36.  
  37. [Files]
  38. ;description, filename, (Component #), (dir #), (diskette #), (Compressed?), (Version Check)
  39. ReadMe text file=README.TXT        1 0 1 N A
  40. Order Form Text=ORDRFORM.TXT       1 0 1 N a
  41. Order Form=ORDRFORM.WRI            1 0 1 N A
  42. Order Form Icon=ORDRFORM.ICO       1 0 1 N A
  43. License agreement=LICENSE.TXT      1 0 1 N A
  44. BizWiz Site Form=BIZSITE.WRI       1 0 1 N A
  45. M-B-A-nalyst Site Form=MBASITE.WRI 1 0 1 N A
  46. BizWiz Program=BIZWIZ.EX$          2 0 1 Y A
  47. BizWiz Help=BIZWIZ.HL$             2 0 1 Y A
  48. M-B-A-nalyst Program=MBA.EX$       3 0 1 Y A
  49. M-B-A-nalyst Help=MBA.HL$          3 0 1 Y A
  50.  
  51. [PM Group]
  52. ;description, Command line (with relative path), Icon name (with relative path), Icon index
  53. ;Use "%%" (without the quotes) to specify the files path.  Don't forget the "\"!
  54. ;Enclose command line in quotes (") if it contains any parameters.
  55. ;(EX: "WRITE.EXE %%\TEXT.WRI")
  56. ;The only required entry is the program.  You don't have to specify the others if you
  57. ;don't need them.
  58.  
  59. BizWiz=2 %%\BIZWIZ.EXE
  60. M-B-A-nalyst=3 %%\MBA.EXE
  61. Order Form=1 "WRITE.EXE %%\ORDRFORM.WRI" %%\ORDRFORM.ICO
  62. BizWiz Site License=2 "WRITE.EXE %%\BIZSITE.WRI" %%\ORDRFORM.ICO
  63. M-B-A-nalyst Site License=3 "WRITE.EXE %%\MBASITE.WRI" %%\ORDRFORM.ICO
  64. 
  65.