home *** CD-ROM | disk | FTP | other *** search
/ Softdisk PC 107 / softd107.zip / SETUP.INF < prev    next >
INI File  |  1995-07-28  |  6KB  |  195 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 107"
  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 107"
  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:\SDPC107","SDPC 107 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 107","sdpc107.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","RIA27","0","","GO.EXE","SDPC 107","SDLOGOC.ICO","0","SDPC 107 Shell"
  127.   "0","R","0","","SDLOGOC.ICO"
  128.   "0","R","0","","VGASHELL.EXE"
  129.   "0","R","0","","S-SD107.SHL"
  130.   "0","R","0","","M-SD107.SHL"
  131.   "0","R","0","","A-SD107.SHL"
  132.   "0","R","0","","107CNTS.TXT"
  133.   "0","R","0","","107COME.CTX"
  134.   "0","R","0","","107CRED.TXT"
  135.   "0","R","0","","107CRYPT.CTX"
  136.   "0","R","0","","107DDUPE.CTX"
  137.   "0","R","0","","107DISK.CTX"
  138.   "0","R","0","","107FAME.TXT"
  139.   "0","R","0","","107FBALL.CTX"
  140.   "0","R","0","","107FONT.CTX"
  141.   "0","R","0","","107GRAPH.CTX"
  142.   "0","R","0","","107INFO.TXT"
  143.   "0","R","0","","107MAIL.CTX"
  144.   "0","R","0","","107MED.CTX"
  145.   "0","R","0","","107ONLIN.CTX"
  146.   "0","R","0","","107RPTCD.CTX"
  147.   "0","R","0","","107SUB.CTX"
  148.   "0","R","0","","107XFORT.CTX"
  149.   "0","R","0","","NEWUSER.CTX"
  150.   "0","R","0","","QUESTION.CTX"
  151.   "0","R","0","","USRGUIDE.CTX"
  152.   "0","R","0","","WARRANTY.CTX"
  153.   "0","R","0","","HAMSTER.FNT"
  154.  
  155. ; DOS Dupe
  156.  
  157.   "0","RIA05","0","","DOSDUPE.EXE","DOS Dupe","DOSDUPE.ICO","0","DOS Dupe"
  158.   "0","R","0","","DOSDUPE.ICO"
  159.   "0","R","0","","DDUPE.BAT"
  160.   "0","R","0","","DDUPE_HM.TXT"
  161.   "0","R","0","","DDUPE_HM.INX"
  162.   "0","R","0","","DOSDUPE.DOC"
  163.  
  164. ; Medical Bill Tracker
  165.  
  166.   "0","RIA01","0","","MED.EXE","Medical Bill Tracker","MED.ICO","0","Medical Bill Tracker"
  167.   "0","R","0","","MED.ICO"
  168.  
  169. ; Football Companion
  170.  
  171.   "0","RIA2","0","","FOOTBALL.EXE","Football Companion","FOOTBALL.ICO","0","Football Companion"
  172.   "0","R","0","","FOOTBALL.ICO"
  173.   "0","R","0","","95-96.nfl"
  174.  
  175. ; XFORTRESS
  176.  
  177.   "0","RIA02","0","","XFORTRES.BAT","XFORTRESS","XFORTRES.ICO","0","XFORTRESS"
  178.   "0","R","0","","XFORTRES.ICO"
  179.   "0","R","0","","XFORTINS.EXE"
  180.  
  181. ; Crypto Sleuth
  182.  
  183.   "0","RIA02","0","","CRYPTO.EXE","Crypto Sleuth","CRYPTO.ICO","0","Crypto Sleuth"
  184.   "0","R","0","","CRYPTO.ICO"
  185.   "0","R","0","","SDPC107.CSL"
  186.  
  187. ; Hamster Font
  188.  
  189.   "0","R00","0","","HAMSTER.TTF","Hamster Font","","0","Hamster Font"
  190.  
  191. ; PCX Graphics
  192.  
  193.   "0","R00","0","","PCX107.EXE","","","0","PCX Clip Art"
  194.  
  195.