home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b006 / 1.ddi / DICT4720.CTL < prev    next >
Encoding:
Text File  |  1991-06-19  |  4.5 KB  |  159 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.    (C)ALDUS.'91         62,
  44.    ALDUSN00.VP~     340992  "ALDUS\STANDARD"  CHECKDATE,
  45.    ALDUSN.BP~        35710  "ALDUS\STANDARD"  CHECKDATE,
  46.    ALDUSN.NF~           51  "ALDUS\STANDARD"  CHECKDATE,
  47.    ALDUSN.UD~         1024  "ALDUS\STANDARD"  NOREPLACE,
  48.    aldsetup.exe     170048  CHECKDATE,
  49.    aldsetrs.rsl      30208  CHECKDATE,
  50.    readme.txt        30343,
  51.    DICT4720.ctl       4608,
  52.    aldwpls.dl~      151792  CHECKDATE
  53.    }
  54.  
  55.  
  56. DISK "Dict Disk 2"
  57.    {
  58.    (C)ALDUS.'91         62,
  59.    ALDUSM.UD~         1024  "ALDUS\LEG-MED"  NOREPLACE,
  60.    ALDUSN.BP~        35710  "ALDUS\LEG-MED"  CHECKDATE,
  61.    ALDUSM.NF~           51  "ALDUS\LEG-MED"  CHECKDATE,
  62.    ALDUSM02.VP~     431104  "ALDUS\LEG-MED"  CHECKDATE
  63.    }
  64.  
  65.  
  66. DISK "Dict Disk 3"
  67.    {
  68.    (C)ALDUS.'91         62,
  69.    ALDUSN.BP~        35710  "ALDUS\LEGAL"  CHECKDATE,
  70.    ALDUSL.NF~           51  "ALDUS\LEGAL"  CHECKDATE,
  71.    ALDUSL.UD~         1024  "ALDUS\LEGAL"  NOREPLACE,
  72.    ALDUSL01.VP~     387072  "ALDUS\LEGAL"  CHECKDATE
  73.    }
  74.  
  75.  
  76. /* Specify the initial values for installer variables.  The lines of
  77.  * text are the prompts to be used in CONFIRMDIR commands.
  78.  */
  79.  
  80.  
  81. PACKAGE PROLOGUE "" SELECTED INVISIBLE
  82.     {
  83.     /* Initialize the var MustReboot.  It is later set to TRUE if the user
  84.      * chooses to have the installer modify his or her system files
  85.      */
  86.     SET MustReboot "FALSE"
  87.  
  88.     SET ReadmeMenu "FALSE"      /* Set to TRUE when menu item added */
  89.     GETALDDIR AldDir
  90.     CONCAT AldDir "SETUP" SetupDir
  91.  
  92.  
  93.     /*  Add the README menu item to the VIEW menu       */
  94.     ONINSTALL
  95.         {
  96.         if ReadmeMenu EQS "FALSE"
  97.             {
  98.             WINDOWSMENU SetupDir "README.TXT" "&README.TXT" 
  99.             SET ReadmeMenu "TRUE"
  100.             }
  101.         }
  102.     }   /* end of Prologue pkg */
  103.  
  104.  
  105.  
  106. PACKAGE Dictionaries "Dictionaries" SELECTED 
  107.     {
  108.     CONFIRMDIR AldDir
  109.     /* Install dictionaries */
  110.     SELECT2 LANGUAGES "Select Dictionary Languages" AldDir
  111.     {
  112.     TEXT
  113.         {
  114.         "You can install only one of the dictionaries listed below."
  115.         }
  116.     ITEMS MIN 1
  117.         {
  118.          ALDUSN.BP~+ALDUSN.UD~+ALDUSN.NF~+ALDUSN00.VP~ "US Standard" "USENGLSH" "1",
  119.          ALDUSN.BP~+ALDUSL.UD~+ALDUSL.NF~+ALDUSL01.VP~ "US Legal" "USENGLSH" "1",
  120.          ALDUSN.BP~+ALDUSM.UD~+ALDUSM.NF~+ALDUSM02.VP~ "US Legal-Medical" "USENGLSH" "1"
  121.         }
  122.     HELP
  123.         {
  124.         "Select the dictionaries you want to install."
  125.         "You can install only one of the dictionaries in the list."
  126.         "Both the Legal-Medical and Legal dictionaries contain"
  127.         "the base US English dictionary."
  128.         "Clicking the Cancel button will bring you back to the"
  129.         "Main Window and allow you to begin the installation again."
  130.         }
  131.     } 
  132.     FILES AldDir
  133.         {
  134.         ALDWPLS.DL~
  135.         }
  136.     FILES SetupDir
  137.         {
  138.         README.txt
  139.         }
  140.     }
  141.  
  142. DIALOG Successful "OK"
  143. {
  144.     TEXT
  145.     {
  146.     "Installation complete."
  147.     }
  148. }
  149.  
  150. PACKAGE Last "" SELECTED INVISIBLE
  151.     {
  152.     ONINSTALL
  153.         {
  154.         DISPLAY Successful
  155.         }
  156.     }
  157.  
  158.  
  159.