home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / internet / browser / hotmetal / setup.ini < prev    next >
Encoding:
INI File  |  1995-05-01  |  8.8 KB  |  268 lines

  1. #
  2. # FILE: setup.ini
  3. # VERSION: @(#) setup.ini 2.6  94/09/13
  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 PRO 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= "             This is the setup program for "
  48. line3= "        SoftQuad HoTMetaL PRO 1.0, the HTML editor. "
  49. line5=  If you have installed a previous version of HoTMetaL, 
  50. line6=  it is important that you read the installation notes and 
  51. line7=  the README.WRI file before continuing.  Otherwise, you
  52. line8=  may lose valuable files and data.
  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= "\htmlpro"
  75.  
  76. # Bytes used up by the complete installation.  The script will add on the overhead.
  77. # You will have to total up the sizes below ( in Installing ).
  78. spaceNeeded=5567488
  79.  
  80. # Header text for the application directory dialog
  81. # Maximum of six lines of header 
  82.  
  83. line1= Setup will install this application into the following
  84. line2= directory, which it will create on your hard disk.
  85.  
  86. line4= If you want to install the application in a different
  87. line5= directory and/or drive, type the name of the directory
  88. line6= below:
  89.  
  90. #################################################################################
  91. # Installing 
  92. #
  93. #       The application directory is already created.  The installation part of 
  94. # the script will creates the sub-directories, which you must specify.
  95. #
  96. # It then installs the disks, one by one.
  97. #
  98. #################################################################################
  99.  
  100. [Directories]
  101.  
  102. # number = 0 is legitimate 
  103. number = 8
  104.  
  105. # the application directory is already created
  106. # specify relative to the top-level directory, all the other directories to be created
  107.  
  108. dir1= lib\scm
  109. dir2= lib\spell
  110. dir3= doc
  111. dir4= dtds
  112. dir5= rules
  113. dir6= macros
  114. dir7= styles
  115. dir8= template
  116.  
  117. [Disks]
  118.  
  119. number = 1
  120. # the full label on a disk is, typically, SoftQuad Author/Editor 3.1 Disk 2.
  121. # the script will add the Disk 2
  122. diskLabel= SoftQuad HoTMetaL PRO 1.0
  123.  
  124. # Compressed File Description:
  125. # name,target directory relative to application directory, description
  126. # for status bar, total uncompressed size 
  127.  
  128. [Disk1]
  129.  
  130. files=13
  131. file1=sqdir.z,.,Expanding and installing HoTMetaL and configuration files ...,2162688
  132. file2=tut.z,doc,Expanding and installing HoTMetaL Tutorial...,63000
  133. file3=spellbrt.z,lib\spell,Expanding and installing British English Dictionary files ...,1000000
  134. file4=scm.z,lib\scm,Expanding and installing Library files ...,477000
  135. file5=dtds.z,dtds,Expanding and installing HTML DTDs...,42000 
  136. file6=entities.z,dtds\entities,Expanding and installing Entities...,12000 
  137. file7=macro.z,macros,Expanding and installing Macros...,2000 
  138. file8=rules.z,rules,Expanding and installing HTML Rules...,38000 
  139. file9=styles.z,styles,Expanding and installing Styles...,90000 
  140. file10=spelleng.z,lib\spell,Expanding and installing American English Dictionary files ...,1000000
  141. file11=doc.z,doc,Expanding and installing Help file...,293000 
  142. file12=template.z,template,Expanding and installing Templates...,35000 
  143. file13=mosaic.z,doc,Expanding and installing HTML documentation...,356000 
  144.  
  145. [Backup]
  146. # number = 0 is legit
  147. number = 2
  148. # backed up to aeini.bak
  149. file1 = sqhmpro.ini
  150. # backed up to rgbtxt.bak
  151. file2 = rgb.txt
  152.  
  153. ##################################################################################
  154. # Program group section
  155. #
  156. #       NOTE:  a group name may NOT contain double quotes, commas, or parentheses.
  157. #
  158. ##################################################################################
  159.  
  160. [ProgramGroup]
  161.  
  162. skipProgramGroup = no
  163.  
  164. #### Removing old groups ####
  165. # set to yes if you want to remove an old program group e.g. A/E 3.0's group
  166. removeOldGroup=no
  167. #OldDefaultGroupName = SoftQuad Author/Editor 3.0
  168.  
  169. #### Creating or checking for existing program group ####
  170. createGroup     = yes
  171. defaultGroupName = SoftQuad HoTMetaL PRO 1.0
  172. # defaultGroupFile useful only if creating a new group
  173. defaultGroupFile = HTMLPRO.GRP
  174.  
  175. #### Adding new items ####
  176. # no of items to add to/replace in the group, 0 is o.k.
  177. items = 1
  178.  
  179. # Item Description
  180. # ----------------
  181. # binary, command line arguments, description
  182. #
  183. # Give binary relative to the application directory, the script will prepend the
  184. # application directory.  The working directory will be the application directory.
  185. #
  186. # NOTE:  the description may NOT contain double quotes, commas or parentheses
  187. #
  188.  
  189. item1=sqhmpro.exe, ,SoftQuad HoTMetaL PRO 1.0
  190.  
  191. #### header text for the program group dialog ####
  192. # maximum of 8 lines allowed as header text
  193.  
  194. line1= Setup will create a program group in the Program Manager
  195. line2= with the following file name and description.
  196. line3= NOTE: Any existing program group with the same name will
  197. line4= be replaced.
  198. line5= If you want to create the group with a different name or 
  199. line6= description, change the fields below:
  200.  
  201. ###########################################################################
  202. # End Options
  203. #
  204. #       Once the installation is done and the program group is created,
  205. # give the user the option to register product and/or view readme file
  206. #
  207. # The readme file, for now, is README.WRI and must be in the installation
  208. # top-level directory.
  209. ###########################################################################
  210.  
  211. [EndOptions]
  212.  
  213. # if you need a simple text dialog before the end-opts,
  214. # uncomment and set the below.
  215.  
  216. doTextDlog = yes
  217. line1 = "Please look at register.htm for information"
  218. line2 = "on obtaining support for HoTMetaL PRO."
  219. line3 = 
  220. line4 = 
  221. line5 = 
  222. line6 = 
  223.  
  224. # skipEndOptionsDialog = yes
  225.  
  226. skipEndOptions = no
  227.  
  228. registerProduct = no
  229. theRegisterProgram = REGISTN.EXE
  230. product = HoTMetaL PRO
  231.  
  232. ########################################################################
  233. # Mosaic
  234. #
  235. #       Maximum of five lines in messages.  Can be changed.
  236. ########################################################################
  237.  
  238. [Mosaic]
  239. # uncomment if you want Mosaic-related dialogs and code
  240. # iniFile = mosaic.ini
  241.  
  242. #text for mosaic.ini exists dialog
  243. line2 = "Hey, this is your lucky day."
  244. line3 = "Mosaic is already installed and run."
  245. line4 = "I can make the appropiate changes to your mosaic.ini if you"
  246. line5 = "want."
  247.  
  248. [Spyglass]
  249.  
  250. # uncomment if you want Spyglass-related dialogs and code
  251. # iniFile = emosaic.ini
  252.  
  253. # text for emosaic.ini dialog exists
  254.  
  255. line2 = "Hey, this is your lucky day."
  256. line3 = "Spyglass is already installed and run."
  257. line4 = "Want me to backup and then setup your emosaic.ini file."
  258.  
  259. #text if neither Spyglass or Mosaic is installed
  260. [NoMosaicProduct]
  261.  
  262. line2 = "   You haven't installed and run Mosaic nor Spyglass."
  263. line3 = "  If you continue, you will have to setup the ini files. "
  264. line4 = "    That's right, no GUI, just you and a text editor."
  265.  
  266. ############################## EOF #####################################
  267.  
  268.