home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / hotmetal.zip / SETUP.INI < prev    next >
INI File  |  1995-03-21  |  7KB  |  213 lines

  1. #
  2. # FILE: setup.ini
  3. # VERSION: @(#) setup.ini 2.7  94/02/28
  4. #       Copyright (c) 1994 SoftQuad Inc.
  5. # DESCRIPTION:
  6. #
  7. #       The script roughly does the following in order:
  8. #
  9. #               create the setup screen, throw up a welcome dialog, get and 
  10. #               create the application directory, install the product, create
  11. #               or modify the program group ( this can be skipped ), and provide
  12. #               some options to the user at the end.
  13. #
  14. #       This file allows you to configure what the script does, and is split
  15. #       along the same lines as the script.
  16. #
  17. #       The file is like a normal MS-Windows .ini file.  It contains
  18. #       into sections of key-value pairs.  Example:
  19. #
  20. #       [SectionName]
  21. #       key1=value1
  22. #       key2=value2
  23. #
  24. #       Trailing and leading blanks are ignored.  Enclose the value
  25. #       in single or double quotes if you need the blanks.
  26. #
  27.  
  28. ################################################################################
  29. # Screen Initialization
  30. ################################################################################
  31.  
  32. [Screen]
  33. screenTitle=   SoftQuad HoTMetaL 1.0+
  34.  
  35.  
  36. ################################################################################
  37. # Welcome section
  38. #
  39. #       Throws up a welcome dialog with at most 10 lines of text
  40. #       Leading spaces are ignored, unless you quote the string
  41. #       In the example below lines 1,4,8,9 and 10 will be left blank.
  42. #       Line2 and line3 will be indented.
  43. ################################################################################
  44.  
  45. [Welcome]
  46.  
  47. line2= "   Welcome to SoftQuad HoTMetaL 1.0+, the HTML word"
  48. line3= "processor for publishing on the World Wide Web."
  49. line5=  If you have installed a previous version of HoTMetaL, 
  50. line6=  it is important that you install this version in a new  
  51. line7=  directory, to complete the installation.  Some files
  52. line8=  in the older HoTMetaL were read only files.
  53.  
  54. ################################################################################
  55. # The (top-level) application directory ( e.g. D:\AE )
  56. #
  57. # gets directory of user choosing, verifies that there is enough disk space
  58. # and creates the directory if this is a new installation
  59. ################################################################################
  60.  
  61. [ApplicationDirectory]
  62.  
  63. # if installing on top of an old installation, give a "tag file" whose existence
  64. # the script can check
  65. #
  66. # if this is a new installation, the top-level directory will be automatically 
  67. # created
  68.  
  69. #newInstallation=no
  70. #tagFile=ae.exe
  71. newInstallation = yes
  72.  
  73. # the Windows drive will be automatically prepended
  74. defaultLocation= "\sqhm"
  75.  
  76. # use the dialog or force the default location
  77. skipDialog = no
  78.  
  79. # Bytes used up by the complete installation.  The script will add on the overhead.
  80. # You will have to total up the sizes below ( in Installing ).
  81. spaceNeeded=3974000
  82.  
  83. # Header text for the application directory dialog
  84. # Maximum of six lines of header 
  85.  
  86. line1= If you had the previous release of HoTMetaL 1.0
  87. line2= please install the software in a different
  88. line3= directory than before, to prevent file copy errors
  89. line4= during installation.  To install HoTMetaL in a
  90. line5= different directory, simply type in the full
  91. line6= path of the of the directory in the space below.
  92.  
  93. #################################################################################
  94. # Installing 
  95. #
  96. #       The application directory is already created.  The installation part of 
  97. # the script will creates the sub-directories, which you must specify.
  98. #
  99. # It then installs the disks, one by one.
  100. #
  101. #################################################################################
  102.  
  103. [Directories]
  104.  
  105. # number = 0 is legitimate 
  106. number = 6
  107.  
  108. # the application directory is already created
  109. # specify relative to the top-level directory, all the other directories to be created
  110.  
  111. dir1= lib\scm
  112. dir2= doc
  113. dir3= dtds
  114. dir4= rules
  115. dir5= styles
  116. dir6= template
  117.  
  118. [Disks]
  119.  
  120. number = 1
  121. # the full label on a disk is, typically, SoftQuad HoTMetaL 1.0 Disk 2.
  122. # the script will add the Disk 2
  123. diskLabel= SoftQuad HoTMetaL 1.0+
  124.  
  125. # Compressed File Description:
  126. # name,target directory relative to application directory, description
  127. # for status bar, total uncompressed size 
  128.  
  129. [Disk1]
  130.  
  131. files=7
  132. file1=sq1.z,.,Expanding and installing HoTMetaL and configuration files ...,2091000
  133. file2=doc.z,doc,Expanding and installing HoTMetaL documentation ...,1235000
  134. file3=dtds.z,dtds,Expanding and installing HoTMetaL DTD ...,49000
  135. file4=lib.z,lib,Expanding and installing HoTMetaL library ...,511000
  136. file5=rules.z,rules,Expanding and installing HoTMetaL rules ...,38000
  137. file6=styles.z,styles,Expanding and installing HoTMetaL styles ...,20000
  138. file7=template.z,template,Expanding and installing HoTMetaL templates ...,30000
  139. [Backup]
  140. # number = 0 is legit
  141. number = 2
  142. # backed up to sqhmini.bak
  143. file1 = sqhm.ini
  144. # backed up to rgbtxt.bak
  145. file2 = rgb.txt
  146.  
  147. ##################################################################################
  148. # Program group section
  149. #
  150. #       NOTE:  a group name may NOT contain double quotes, commas, or parentheses.
  151. #
  152. ##################################################################################
  153.  
  154. [ProgramGroup]
  155.  
  156. skipProgramGroup = no
  157.  
  158. #### Removing old groups ####
  159. # set to yes if you want to remove an old program group
  160. removeOldGroup=no
  161. #OldDefaultGroupName = SoftQuad HoTMetaL 1.0
  162.  
  163. #### Creating or checking for existing program group ####
  164. createGroup     = yes
  165. defaultGroupName = SoftQuad HoTMetaL 1.0+
  166. # defaultGroupFile useful only if creating a new group
  167. defaultGroupFile = SQHM.GRP
  168.  
  169. #### Adding new items ####
  170. # no of items to add to/replace in the group, 0 is o.k.
  171. items = 1
  172.  
  173. # Item Description
  174. # ----------------
  175. # binary, command line arguments, description
  176. #
  177. # Give binary relative to the application directory, the script will prepend the
  178. # application directory.  The working directory will be the application directory.
  179. #
  180. # NOTE:  the description may NOT contain double quotes, commas or parentheses
  181. #
  182.  
  183. item1=sqhm.exe, ,SoftQuad HoTMetaL 1.0+
  184.  
  185. #### header text for the program group dialog ####
  186. # maximum of 8 lines allowed as header text
  187.  
  188. line1= Setup will create a program group in the Program Manager
  189. line2= with the following file name and description.
  190. line3= NOTE: Any existing program group with the same name will
  191. line4= be replaced.
  192. line5= If you want to create the group with a different name or 
  193. line6= description, change the fields below:
  194.  
  195. ###########################################################################
  196. # End Options
  197. #
  198. #       Once the installation is done and the program group is created,
  199. # give the user the option to register product and/or view readme file
  200. #
  201. # The readme file, for now, is README.WRI and must be in the installation
  202. # top-level directory.
  203. ###########################################################################
  204.  
  205. [EndOptions]
  206.  
  207. skipEndOptions = no
  208.  
  209. registerProduct = no
  210. theRegisterProgram = REGISTN.EXE
  211. product = HoTMetaL
  212.  
  213.