home *** CD-ROM | disk | FTP | other *** search
/ Softdisk PC 104 / softd104.zip / SETUP.INF < prev    next >
INI File  |  1995-05-02  |  7KB  |  213 lines

  1. ; Copyright (c) 1990, 1991 Microsoft Corporation. All rights reserved.
  2.  
  3. [setup]
  4. ;
  5. ; Put global information about the application here.
  6. ;
  7.   "PACKAGENAME","SDPC 104"
  8.   "CAPTIONNAME","Softdisk PC Setup"
  9.  
  10. [disks]
  11. ;
  12. ; Put information about the installation disks here.
  13. ;
  14. ; Format:
  15. ;
  16. ; "n","path","name"
  17. ;
  18. ; n     : The disk number, 0-9, A-Z.  MUST BE ONE CHARACTER!
  19. ; path  : The path of the disk, i.e. "A:\"
  20. ; name  : The name on the printed disk label on the outside of the disk
  21. ;         for example "Solitare Distribution Disk #1"
  22. ;
  23.   "0","A:\","SDPC 104"
  24.  
  25. [directories]
  26. ;
  27. ; Describe the directories that will receive the files here.
  28. ; There are two types of directories: parent and children. Child
  29. ; directories are subdirectories of the parent or of other children.
  30. ; Only one parent is allowed. Define as many children as required.
  31. ;
  32. ; Format:
  33. ;
  34. ; "n","path","description"
  35. ;
  36. ; n           : The directory number. The parent must be directory 0 and
  37. ;               must be defined. Child directories are named beginning
  38. ;               with A and must be named sequentially.
  39. ; path        : The name of the subdirectory. The names of child directories
  40. ;               must begin with a backslash (\).
  41. ; description : The description of the purpose of this directory
  42. ;
  43.   "0","C:\SDPC104","SDPC 104 Directory"
  44.  
  45. [progman]
  46. ;
  47. ; This defines the Program Manager groups to which the icons will be
  48. ; added.
  49. ;
  50. ; Format:
  51. ;
  52. ; "n","Title","filename"
  53. ;
  54. ; n        : The identifier for the group, A-Z
  55. ; title    : The caption on the group window
  56. ; filename : The name of the GRP file
  57.  
  58.   "A","SDPC 104","sdpc104.GRP"
  59.  
  60. [apps]
  61. ;
  62. ; Put information about each file here.
  63. ;
  64. ; ----------------------------------------------------------------------------
  65. ;
  66. ; NOTE:  There are two types of setup: Simple and Complex.
  67. ;
  68. ;        Simple:  Installs ALL files, like a batch file.  For this       
  69. ;                 setup, do not worry about "D" flags, "R" flags,
  70. ;                 or the <nn> flag.
  71. ;
  72. ;        Complex: Presents the user with a dialog box listing the
  73. ;                 files in the distribution. The user can choose the
  74. ;                 files to install. In the complex setup, all flags
  75. ;                 must be specified.
  76. ;
  77. ; ----------------------------------------------------------------------------
  78. ;
  79. ; Format:
  80. ;
  81. ; "n","flags","d","idir","filename","PName","PIcon","PIndex", "Desc","Comment","size"
  82. ;
  83. ; n          : The disk number for this file
  84. ;
  85. ; flags      : Can be none, one, or many of the following:
  86. ;
  87. ;              C   : Compressed file. Specify the "real" filename here
  88. ;                    in the INF file. SETUP will search the floppy disk
  89. ;                    for a file having the same name except that the last
  90. ;                    character of the file extention is changed to '$'
  91. ;              R   : Required file--SETUP **will** copy this file
  92. ;              D   : Display this file in the user selection list box
  93. ;              Ic  : Add this program to Program Manager, group "c."
  94. ;                    Group is a letter from A-Z
  95. ;              nn  : The next "nn" entries create a group of files to
  96. ;                    copy. For example, if there are four files that
  97. ;                    are copied as a package, put 03 in the nn field
  98. ;                    and put the other three files immediately following.
  99. ;                    Set the size field for the first file to the sum
  100. ;                    of the sizes of all the fields in the group.
  101. ;
  102. ; d          : The destination directory. 0 = Parent, 1-9, A-Z = Children
  103. ;
  104. ; idir       : The directory on the install disk
  105. ;
  106. ; filename   : The actual name of the file
  107. ;
  108. ; PName      : The name of the icon in Program Manager (required if D flag)
  109. ;
  110. ; PIcon      : The name of the file from which to get the icon for this file
  111. ;               It is assumed that this file will be located in the same directory
  112. ;               as the file itself
  113. ;
  114. ; PIndex  : The location of the icon within the file
  115. ;
  116. ; Desc       : A short description, for the list box entry (only if D flag)
  117. ;
  118. ; Comment    : The lengthy text displayed in the comment box (only if D flag)
  119. ;
  120. ; size       : Size of file/group in kilobytes (only if D flag)
  121. ;
  122.  
  123.  
  124. ; The SDPC Shell and supporting files
  125.  
  126.   "0","RIA28","0","","GO.EXE","SDPC 104","SDLOGOC.ICO","0","SDPC 104 Shell"
  127.   "0","R","0","","SDLOGOC.ICO"
  128.   "0","R","0","","VGASHELL.EXE"
  129.   "0","R","0","","S-SD104.SHL"
  130.   "0","R","0","","M-SD104.SHL"
  131.   "0","R","0","","I-SD104.SHL"
  132.   "0","R","0","","A-SD104.SHL"
  133.   "0","R","0","","104CNTS.CTX"
  134.   "0","R","0","","104COME.CTX"
  135.   "0","R","0","","104DISK.CTX"
  136.   "0","R","0","","104FAME.CTX"
  137.   "0","R","0","","104GRAPH.CTX"
  138.   "0","R","0","","104MAIL.CTX"
  139.   "0","R","0","","104MATH.CTX"
  140.   "0","R","0","","104MEET.CTX"
  141.   "0","R","0","","104MRKT.CTX"
  142.   "0","R","0","","104ONLIN.CTX"
  143.   "0","R","0","","104PARA.CTX"
  144.   "0","R","0","","104STAMP.CTX"
  145.   "0","R","0","","104STORY.CTX"
  146.   "0","R","0","","104SUB.CTX"
  147.   "0","R","0","","104TRIV.CTX"
  148.   "0","R","0","","NEWUSER.CTX"
  149.   "0","R","0","","QUESTION.CTX"
  150.   "0","R","0","","USRGUIDE.CTX"
  151.   "0","R","0","","WARRANTY.CTX"
  152.   "0","R","0","","104CRED.TXT"
  153.   "0","R","0","","104INFO.TXT"
  154.   "0","R","0","","104RPTCD.TXT"
  155.  
  156. ; Story Teller
  157.  
  158.   "0","RIA12","0","","STORY.EXE","Story Teller","STORY.ICO","0","Story Teller"
  159.   "0","R","0","","STORY.ICO"
  160.   "0","R","0","","STORY.EXE"
  161.   "0","R","0","","CIRCUS.FIL"
  162.   "0","R","0","","FISHING.FIL"
  163.   "0","R","0","","KNIGHT.FIL"
  164.   "0","R","0","","RESIGN.FIL"
  165.   "0","R","0","","SPACE.FIL"
  166.   "0","R","0","","CIRCUS.STY"
  167.   "0","R","0","","FISHING.STY"
  168.   "0","R","0","","KNIGHT.STY"
  169.   "0","R","0","","RESIGN.STY"
  170.   "0","R","0","","SPACE.STY"
  171.  
  172. ; Trivia Now
  173.  
  174.   "0","RIA06","0","","TRIVIA.EXE","Trivia Now","TRIVIA.ICO","0","Trivia Now"
  175.   "0","R","0","","TRIVIA.ICO"
  176.   "0","R","0","","BLKHST.TRV"
  177.   "0","R","0","","EPRES.TRV"
  178.   "0","R","0","","HPRES.TRV"
  179.   "0","R","0","","MPRES.TRV"
  180.   "0","R","0","","POTLUCK1.TRV"
  181.  
  182. ; Paragon
  183.  
  184.   "0","RIA02","0","","PARAGON.EXE","Paragon","PARAGON.ICO","0","Paragon"
  185.   "0","R","0","","PARAGON.ICO"
  186.   "0","R","0","","PARAGON.UDF"
  187.  
  188. ; Math
  189.  
  190.   "0","RIA11","0","","START.BAT","Math Knowledge Series","MATH.ICO","0","Math Knowledge Series"
  191.   "0","R","0","","MATH.ICO"
  192.   "0","R","0","","CGA.BGI"
  193.   "0","R","0","","EGAVGA.BGI"
  194.   "0","R","0","","HERC.BGI"
  195.   "0","R","0","","LITT.CHR"
  196.   "0","R","0","","SIMP.CHR"
  197.   "0","R","0","","TRIP.CHR"
  198.   "0","R","0","","README.DOC"
  199.   "0","R","0","","EHRDY1.EXE"
  200.   "0","R","0","","PAYO1.EXE"
  201.   "0","R","0","","EG1Z.EXE"
  202.  
  203. ; Stamp Pad
  204.  
  205.   "0","RIA02","0","","RUNSTAMP.BAT","Stamp Pad","STAMP.ICO","0","Stamp Pad"
  206.   "0","R","0","","STAMP.ICO"
  207.   "0","R","0","","STAMPPAC.EXE"
  208.  
  209. ; PCX Graphics
  210.  
  211.   "0","R00","0","","PCX104.EXE","", "","0","PCX Clip Art"
  212.  
  213.