home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b006 / 11.ddi / DICT4720.CTL < prev    next >
Encoding:
Text File  |  1991-06-17  |  4.3 KB  |  150 lines

  1. /**[f******************************************************************
  2.  * Dictionary install set control file
  3.  *
  4.  * Copyright (C) 1990 Aldus Corporation.  All rights reserved.
  5.  * Company confidential.
  6.  *
  7.  * ABSTRACT:
  8.  * This is the PC installer (aldsetup) control file for PageMaker 4.0.
  9.  *
  10.  * All product-specific text goes in the .CTL file.  Nothing in the .RC
  11.  * file should be product-specific.  Both the .CTL and the .RC files
  12.  * must be localized.
  13.  *
  14.  * When localizing, only text in "double quotes" need be translated.
  15.  * (Although, if the names of files on the distribution diskettes have
  16.  * been changed, they'll have to be changed in this control file too.)
  17.  *
  18.  * $Revision:   1.20  $
  19.  * $Date:   13 Nov 1990 16:03:36  $
  20.  **f]*****************************************************************/
  21.  
  22. /* The PRODUCT command is required.
  23.  */
  24. PRODUCT "PageMaker 4.0"
  25.  
  26. VERSIONREQ "1.01"     /* minimum installer version required */
  27.  
  28. /* There is one DISK statement for each distribution disk.  It gives
  29.  * the name by which the user will be asked for the disk, and a list
  30.  * of the files on the disk.  In addition to the file names, the list
  31.  * of files contains the sizes of the files (uncompressed, in bytes)
  32.  * and the subdirectories in which the files can be found.  If the
  33.  * file is in the root, the subdirectory can be left off.  The options
  34.  * CHECKDATE or NOREPLACE can be specified after the subdirectory.  Lines
  35.  * are separated by commas.
  36.  *
  37.  * This part of the control file will be created automatically by the
  38.  * Disk Builder Utility.
  39.  */
  40.  
  41. DISK "Dict Disk 1"
  42.    {
  43.    aldwpls.dl~      151792  CHECKDATE,
  44.    (C)ALDUS.'91         62,
  45.    ALDBRS.BP~        34192  "ALDUS\BRAZPORT"  CHECKDATE,
  46.    ALDBRS.NF~           52  "ALDUS\BRAZPORT"  CHECKDATE,
  47.    ALDBRS00.VP~     454656  "ALDUS\BRAZPORT"  CHECKDATE,
  48.    ALDBRS.UD~         1024  "ALDUS\BRAZPORT"  NOREPLACE,
  49.    aldsetup.exe     169216  CHECKDATE,
  50.    aldsetrs.rsl      29184  CHECKDATE,
  51.    readme.txt        30343,
  52.    DICT4720.ctl       4444
  53.    }
  54.  
  55.  
  56. DISK "Dict Disk 2"
  57.    {
  58.    (C)ALDUS.'91         62,
  59.    ALDESP00.VP~     364544  "ALDUS\ESPANOL"  CHECKDATE,
  60.    ALDESP.BP~        36300  "ALDUS\ESPANOL"  CHECKDATE,
  61.    ALDESP.NF~           48  "ALDUS\ESPANOL"  CHECKDATE,
  62.    ALDESP.UD~         1024  "ALDUS\ESPANOL"  NOREPLACE,
  63.    ALDPRT.BP~        34201  "ALDUS\EUROPORT"  CHECKDATE,
  64.    ALDPRT.NF~           51  "ALDUS\EUROPORT"  CHECKDATE,
  65.    ALDPRT00.VP~     467968  "ALDUS\EUROPORT"  CHECKDATE,
  66.    ALDPRT.UD~         1024  "ALDUS\EUROPORT"  NOREPLACE
  67.    }
  68.  
  69.  
  70. /* Specify the initial values for installer variables.  The lines of
  71.  * text are the prompts to be used in CONFIRMDIR commands.
  72.  */
  73.  
  74.  
  75. PACKAGE PROLOGUE "" SELECTED INVISIBLE
  76.     {
  77.     /* Initialize the var MustReboot.  It is later set to TRUE if the user
  78.      * chooses to have the installer modify his or her system files
  79.      */
  80.     SET MustReboot "FALSE"
  81.  
  82.     SET ReadmeMenu "FALSE"      /* Set to TRUE when menu item added */
  83.     GETALDDIR AldDir
  84.     CONCAT AldDir "SETUP" SetupDir
  85.  
  86.  
  87.     /*  Add the README menu item to the VIEW menu       */
  88.     ONINSTALL
  89.         {
  90.         if ReadmeMenu EQS "FALSE"
  91.             {
  92.             WINDOWSMENU SetupDir "README.TXT" "&README.TXT" 
  93.             SET ReadmeMenu "TRUE"
  94.             }
  95.         }
  96.     }   /* end of Prologue pkg */
  97.  
  98.  
  99. PACKAGE Dictionaries "Dictionaries" SELECTED 
  100.     {
  101.     CONFIRMDIR AldDir
  102.     /* Install dictionaries */
  103.     SELECT2 LANGUAGES "Select Dictionary Languages" AldDir
  104.     {
  105.     TEXT
  106.         {
  107.         "You can install one or more of the dictionaries listed below."
  108.         }
  109.     ITEMS MIN 1
  110.         {
  111.          ALDESP.BP~+ALDESP.UD~+ALDESP.NF~+ALDESP00.VP~ "Espa±ol" "ESPANOL" "4",
  112.          ALDPRT.BP~+ALDPRT.UD~+ALDPRT.NF~+ALDPRT00.VP~ "PortuguΩs" "PORTUGAL" "11",
  113.          ALDBRS.BP~+ALDBRS.UD~+ALDBRS.NF~+ALDBRS00.VP~ "Brasileiro" "BRASIL" "12"
  114.         }
  115.     HELP
  116.         {
  117.         "Select the dictionaries you want to install."
  118.         "You can install more than one set of dictionaries."
  119.         "Clicking the Cancel button will bring you back to the"
  120.         "Main Window and allow you to begin the installation again."
  121.         }
  122.     } 
  123.     FILES AldDir
  124.         {
  125.         ALDWPLS.DL~
  126.         }
  127.     FILES SetupDir
  128.         {
  129.         README.txt
  130.         }
  131.     }
  132.  
  133. DIALOG Successful "OK"
  134. {
  135.     TEXT
  136.     {
  137.     "Installation complete."
  138.     }
  139. }
  140.  
  141. PACKAGE Last "" SELECTED INVISIBLE
  142.     {
  143.     ONINSTALL
  144.         {
  145.         DISPLAY Successful
  146.         }
  147.     }
  148.  
  149.  
  150.