home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 December / CICA_Shareware_for_Windows_CD-ROM_Walnut_Creek_December_1993.iso / win3 / desktop / amosdpak.exe / INSTALL.INF < prev    next >
INI File  |  1992-12-11  |  4KB  |  134 lines

  1. ; Amos Draw- Installation Script
  2. ; James Arbuckle
  3. ; Psychology Department
  4. ; Temple University
  5. ; Philadelphia, PA  19122
  6.  
  7.  
  8. [Application] 
  9. ; Application information.
  10. ;Debug=1
  11. Name=Amos Draw
  12. Title=Amos Draw - Installation
  13. Directory=C:\AMOS
  14. PM Group=Amos
  15. Free Space=1737
  16. Files Total=850
  17. Background=Dithered
  18. ;Bitmap File=Dithered.Bmp
  19. ReadMe=ReadMed.Txt
  20.  
  21.  
  22. ;[Components]
  23. ; List of components that items belong to.
  24. ; Description and size (in KB)  Sizes should add up to
  25. ; "Free Space" in [Application] section.
  26.  
  27. 1="Program files" 828
  28. 2="Examples"  22
  29. 3="Documentation" 50
  30.  
  31. [Disks] 
  32. ; Disk descriptions.
  33.  
  34. 1=Amos Draw Disk #1
  35.  
  36.  
  37. [Directories] 
  38. ; Disks must follow the same directory structure outlined
  39. ; in this section.  Directory entry "0" is automatically
  40. ; the root, and need not be specified.
  41.  
  42. 1=Examples
  43. 2=Doc
  44.  
  45. [Windows Files]
  46. ; Files to be installed in the users "Windows" directory.
  47. ; Description=(File name) (Component #), (dir #),
  48. ; (diskette #), (Compressed?), (Version Checking)
  49.  
  50. Support files=supp01.sp$             1 0 1 Y S
  51. Support files=commdlg.dl$              1 0 1 Y S
  52. Support files=bwcc.dl$                 1 0 1 Y S
  53. Support files=cmdialog.vb$             1 0 1 Y S
  54. Support files=spin.vb$                 1 0 1 Y S
  55. Support files=threed.vb$               1 0 1 Y S
  56. Support files=mdichild.vb$             1 0 1 Y S
  57.  
  58.  
  59.  
  60. [Files]
  61. ; Files to be installed in the specified directory. 
  62. ; Description=(File name) (Component #), (dir #),
  63. ; (diskette #), (Compressed?), (Version Check)
  64.  
  65. ReadMe text file=readmed.tx$            1 0 1 Y N
  66. Amos Draw=amosdraw.ex$                 1 0 1 Y N
  67. Help for Amos Draw=amosdraw.hl$        1 0 1 Y N
  68. Viewer=wview.ex$                       1 0 1 Y N
  69. Printer=wprint.ex$                     1 0 1 Y N
  70.  
  71. Support files=amos.bm$                 1 0 1 Y N
  72. Support files=amos.in$                 1 0 1 Y N
  73. Support files=pmsg.dl$                 1 0 1 Y N
  74.  
  75.  
  76. Example 04=EX04.AM$         2 1 1 Y N
  77. Example 05=EX05.AM$         2 1 1 Y N
  78. Example 06=EX06.AM$         2 1 1 Y N
  79. Example 07=EX07.AM$        2 1 1 Y N
  80. Example 08=EX08.AM$        2 1 1 Y N
  81. Example 11=EX11.AM$        2 1 1 Y N
  82.  
  83. Example data ATTIGO=ATTIGO.AM_             2 1 1 Y N
  84. Example data ATTIGY=ATTIGY.AM_             2 1 1 Y N
  85. Example data ATTO=ATTO.AM_               2 1 1 Y N
  86. Example data ATTY=ATTY.AM_               2 1 1 Y N
  87. Example data FARMA=FARMA.AM_              2 1 1 Y N
  88. Example data FARMB=FARMB.AM_              2 1 1 Y N
  89. Example data FELSB=FELSB.AM_              2 1 1 Y N
  90. Example data FELSG=FELSG.AM_              2 1 1 Y N
  91. Example data GRANTF=GRANTF.AM_             2 1 1 Y N
  92. Example data GRANTM=GRANTM.AM_             2 1 1 Y N
  93. Example data GRANTX=GRANTX.AM_             2 1 1 Y N
  94. Example data OLSSOC=OLSSOC.AM_             2 1 1 Y N
  95. Example data OLSSOE=OLSSOE.AM_             2 1 1 Y N
  96. Example data OLSSOX=OLSSOX.AM_             2 1 1 Y N
  97. Example data WHEAT=WHEAT.AM_              2 1 1 Y N
  98.  
  99. Getting started document=getswin.do_     3 2 1 Y N
  100.  
  101.  
  102.  
  103.  
  104. [INI Files]
  105. ; .INI files to be created and/or modified.
  106. ; Description=(.INI file) (Section) (Keyword) (Value)
  107. ;
  108. ; You may use "%%" to specify the destination directory
  109. ; that the user will select.
  110.  
  111. ;Demo INI File=%%\DOCS\INSTALL.INI Section Keyword Value
  112. ;Demo INI File=%%\DOCS\INSTALL.INI Exts TTY """Test"""
  113.  
  114.  
  115. [PM Group] 
  116. ; Program Manager group items to create.  Be sure to include
  117. ; a "PM Group=" entry under the [Application] section.
  118. ; Description=(Component) (File name with relative path)
  119. ; (Icon name with relative path) (Icon index)
  120. ; Only the component and thefile name are required, the icon
  121. ; name and the icon index are optional.
  122. ;
  123. ; You may use "%%" to specify the destination directory
  124. ; that the user will select.
  125. ;
  126. ; Enclose command line in quotes (") if it contains any 
  127. ; parameters. (EX: "WRITE.EXE %%\TEXT.WRI")
  128.  
  129. ;EDI Install=1 %%\INSTALL.EXE
  130. ;Manual=2 "WRITE.EXE %%\INSTALL.WRI" WRITE.EXE
  131. ;Order form=2 "NOTEPAD.EXE %%\ORDRFORM.TXT"
  132. ;WinCLI Info=2 "WRITE.EXE %%\WINCLI.WRI" WRITE.EXE 0
  133. Amos Draw=1 %%\amosdraw.exe
  134.