home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / m / m028 / finale1.ddi / INSTALL.DAT < prev    next >
Encoding:
Text File  |  1990-08-31  |  11.5 KB  |  377 lines

  1.                                 
  2. @DefineProject
  3.         @Name           = "FINALE"   /* 3.5 - 2 disk script */
  4.         @Version        = "1.1.1"
  5.         @Subdir         = "\\"
  6.         @OutDrive       = C
  7.         @Requires       @HardDisk
  8.         @Requires       140000
  9.  
  10. @EndProject
  11.  
  12. @DefineVars
  13.  
  14.         @Dir @Subdir10 = "\\FINALE\\"
  15.         @Dir @Subdir20 = "\\FINALE\\"
  16.         @Dir @Subdir30 = "\\FINALE\\TUTFILES\\"
  17.         @Dir @Subdir40 = "\\FINALE\\LIBRS\\"
  18.         @Dir @Subdir50 = "\\FINALE\\TEMPLS\\"
  19.         @Dir @Subdir60 = "\\WINDOWS\\"
  20.     @Dir @Subdir70 = "\\WINDOWS\\"
  21.     @Dir @Subdir80 = "\\PCLFONTS\\"
  22.         
  23. @EndVars
  24.   
  25. @Display
  26.         @Cls
  27.  
  28.         This program will install @Name Version @Version on your computer
  29.         system and verify the integrity of the distribution disk.
  30.         You may press the [Esc] key at any time to abort the installation.
  31.  
  32.         @NAME MUST be installed on a hard drive and will only run under
  33.         Microsoft Windows.
  34.  
  35.         Please be sure that Windows has been installed properly before 
  36.         attempting to run @NAME.
  37.  
  38.        
  39.  
  40.          @Pause
  41. @EndDisplay
  42.  
  43. @GetOutDrive
  44.         @Suppress A
  45.         @Suppress B        
  46.         @CLS
  47.  
  48.               On which disk drive do you wish to install @Name:
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.                         Please select your Hard Drive.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Use the [Up Arrow], [Down Arrow], [Pg Up], or [Pg Dn] keys
  64.         to move the bar to the disk drive you wish to install to 
  65.         and then press the [Enter] key.
  66.  
  67. @EndOutDrive
  68.  
  69. @GetOption 
  70.     @Checkbox
  71.     @Cls
  72.     Now you need to select the parts of @Name you wish to install.
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.     
  82.     
  83.     
  84.     
  85.     If you are installing the @NAME for the first time please 
  86.     press [ENTER] to install all of the options.
  87.   
  88.     Use the [Up Arrow], [Down Arrow], [PgUp], & [PgDn] keys to move the
  89.     selection bar to the group(s) you wish to eliminate and then press 
  90.     the [Space] bar to toggle the option from "Yes" to "No".  Press 
  91.     [Enter] when you have selected the option(s) you want to install.
  92.     @Option 10 = "The @Name Program"
  93.     @Option 20 = "The @Name Default File"
  94.     @Option 30 = "The @Name Tutorials"
  95.     @Option 40 = "The @Name Libraries"
  96.     @Option 50 = "The @Name Templates"
  97.     @Option 60 = "The System Fonts"
  98.     @Option 70 = "The PostScript Font"
  99.     @Option 80 = "The LaserJet II Fonts"
  100.  
  101.     
  102. @EndOption
  103.  
  104.  
  105. @If (10 [= @Option)
  106.  @GetSubdir  @Subdir10
  107.        @Cls      
  108.       
  109.        @Default = "\\FINALE\\"
  110.        @Prompt = " Enter the directory where FINALE.EXE will reside " 
  111.            
  112.         We recommend that you use a directory called \FINALE\. If you 
  113.         want to use this name, just press [Enter]. If you want change 
  114.         the directory name, press the [Esc] key to clear the line
  115.         and type in a new name.          
  116.         
  117.  
  118.    @EndSubdir        
  119. @EndIf        
  120.  
  121. @If (20 [= @Option)
  122.  @GetSubdir  @Subdir20
  123.        @Cls      
  124.       
  125.        @Default = "\\FINALE\\"
  126.        @Prompt = " Enter the directory for the FINALE Default File "
  127.      
  128.         The FINALE Default File MUST be in the same directory as 
  129.         FINALE.EXE in order to work. If you want to use this name, 
  130.         just press [Enter]. If you want change the directory name, 
  131.         press [Esc] to clear the line and type in a new name.          
  132.         
  133.  
  134.    @EndSubdir        
  135. @EndIf
  136.  
  137. @If (30 [= @Option)
  138.    @GetSubdir  @Subdir30
  139.        @Cls      
  140.       
  141.        @Default = "\\FINALE\\TUTFILES\\"
  142.        @Prompt = " Enter the subdirectory for the FINALE Tutorial files "
  143.      
  144.         The FINALE Tutorial files SHOULD be in a subdirectory of 
  145.         @Subdir10. If you want to use this name, just press [Enter]. 
  146.         If you want change the subdirectory name, press [Esc] to 
  147.         clear the line and type in a new name.          
  148.         
  149.  
  150.    @EndSubdir        
  151. @EndIf
  152.  
  153.  
  154. @If (40 [= @Option)
  155.  @GetSubdir  @Subdir40
  156.        @Cls      
  157.       
  158.        @Default = "\\FINALE\\LIBRS\\"
  159.        @Prompt = " Enter the subdirectory for the FINALE Library Files "
  160.      
  161.         The FINALE Library files SHOULD be in a subdirectory of
  162.         @Subdir10. If you want to use this name, just press [Enter]. 
  163.         If you want change the subdirectory name, press [Esc] to
  164.         clear the line and type in a new name.          
  165.         
  166.  
  167.    @EndSubdir        
  168. @EndIf
  169.  
  170.  
  171. @If (50 [= @Option)
  172.    @GetSubdir  @Subdir50
  173.        @Cls      
  174.       
  175.        @Default = "\\FINALE\\TEMPLS\\"
  176.        @Prompt = " Enter the subdirectory for the FINALE Template files "
  177.      
  178.         The FINALE Template files SHOULD reside in a subdirectory of
  179.         @Subdir10. If you want to use this name, just press [Enter]. 
  180.         If you want change the subdirectory name, press [Esc] to 
  181.         clear the line and type in a new name.          
  182.         
  183.  
  184.    @EndSubdir        
  185. @EndIf
  186.  
  187.  
  188. @If (60 [= @Option)
  189.    @GetSubdir  @Subdir60 
  190.        @Cls
  191.  
  192.         @Name will install the System Fonts in your system.
  193.         These screen and dot matrix printer fonts MUST reside in the 
  194.         directory where your Microsoft Windows application resides.
  195.         If @Subdir60 is the proper default, just press [Enter]. If you 
  196.         need to change the directory name, press [Esc] to clear the 
  197.         line and type in a new name.  
  198.         
  199.        @Default = "\\WINDOWS\\"
  200.        @Prompt = " Enter the directory where Windows resides "     
  201.         
  202.  
  203.    @EndSubdir
  204. @EndIf
  205.  
  206. @If (70 [= @Option)
  207.    @GetSubdir  @Subdir70 
  208.        @Cls
  209.  
  210.         @Name will install the PostScript Fonts in your system. These
  211.         PostScript Fonts MUST reside in the directory where your 
  212.         Microsoft Windows application resides. If @Subdir70 is the proper
  213.         default directory, just press [Enter]. If you need to change the
  214.         directory name, press [Esc] to clear the line and type in a new
  215.         name.  
  216.         
  217.        @Default = "\\WINDOWS\\"
  218.        @Prompt = " Enter the directory where Windows resides "     
  219.         
  220.  
  221.    @EndSubdir
  222. @EndIf
  223.  
  224.  
  225. @If (80 [= @Option)
  226.    @GetSubdir  @Subdir80 
  227.        @Cls
  228.  
  229.         @Name will install the HP LaserJet II Fonts in your
  230.         @Subdir80 directory. If you need to change the directory
  231.         name, press [Esc] to clear the line and type in a new name.  
  232.         
  233.        @Default = "\\PCLFONTS\\"
  234.        @Prompt = " Enter the subdirectory for the LaserJet II Fonts "     
  235.         
  236.  
  237.    @EndSubdir
  238. @EndIf
  239.  
  240. @DefineDisk
  241.  
  242.            @LABEL = "Finale Installer Disk B"
  243.  
  244.     @BeginLib FINALE.LIF        
  245.  
  246.         @File     FINALE.EXE @Option 10 @Out @Subdir10\*.* 
  247.             
  248.     @EndLib
  249.         
  250. @EndDisk
  251.  
  252. @DefineDisk
  253.     @Label = "Finale Installer Disk A"
  254.  
  255.         @BeginLib FINDLG.LIF 
  256.               
  257.            @File   FINDLG.EXE @Option 10 @Out @Subdir10\*.*
  258.  
  259.         @EndLib
  260.  
  261.         
  262.         @BeginLib DRIVERS.LIF
  263.  
  264.                 @File    MPUDRVR.EXE @Option 10 @Out @Subdir10\*.*
  265.                 @File    IMFDRVR.EXE @Option 10 @Out @Subdir10\*.*
  266.         @File     C1DRVR.EXE @Option 10 @Out @Subdir10\*.*
  267.                 @File   MIDIDRVR.EXE @Option 10 @Out @Subdir10\*.*
  268.        
  269.                 
  270.         @EndLib
  271.      
  272.         @BeginLib TEMPLATE.LIF
  273.  
  274.                 @File  DEFAULT.MUS   @Option 20 @Out @Subdir20\*.*
  275.                 
  276.         @EndLib 
  277.    
  278.         @BeginLib TUTFILES.LIF
  279.  
  280.                 @File  TUT00.MUS     @Option 30 @Out @Subdir30\*.*
  281.                 @File  TUT01.MUS     @Option 30 @Out @Subdir30\*.*
  282.                 @File  TUT03.MUS     @Option 30 @Out @Subdir30\*.*
  283.                 @File  TUT03A.MUS    @Option 30 @Out @Subdir30\*.*
  284.                 @File  TUT03B.MUS    @Option 30 @Out @Subdir30\*.*
  285.                 @File  TUT04.MUS     @Option 30 @Out @Subdir30\*.*
  286.                 @File  TUT05.MUS     @Option 30 @Out @Subdir30\*.*
  287.                 @File  TUT05A.MUS    @Option 30 @Out @Subdir30\*.*
  288.                 @File  TUT05B.MUS    @Option 30 @Out @Subdir30\*.*
  289.                 @File  TUT06.MUS     @Option 30 @Out @Subdir30\*.*
  290.                 @File  TUT07.MUS     @Option 30 @Out @Subdir30\*.*
  291.                 @File  TUT07A.MUS    @Option 30 @Out @Subdir30\*.*
  292.                 @File  TUT07B.MUS    @Option 30 @Out @Subdir30\*.*
  293.                 @File  TUT08.MUS     @Option 30 @Out @Subdir30\*.*
  294.                 @File  TUT08A.MUS    @Option 30 @Out @Subdir30\*.* 
  295.                 @File  LEESIMPR.NOT  @Option 30 @Out @Subdir30\*.*
  296.         @File  TUT.BAT         @Option 30 @Out @Subdir10\*.*
  297.                   
  298.         @EndLib
  299.  
  300.         @BeginLib LIBRARY.LIF
  301.  
  302.                 @File  ALOTQ3-0.LIB  @Option 40 @Out @Subdir40\*.*
  303.                 @File  ALOTQ3-5.LIB  @Option 40 @Out @Subdir40\*.*
  304.          @File  ALOTQ4-0.LIB  @Option 40 @Out @Subdir40\*.*
  305.                 @File  CHSUFHLV.LIB  @Option 40 @Out @Subdir40\*.*  
  306.                 @File  CHSUFTMS.LIB  @Option 40 @Out @Subdir40\*.*       
  307.                 @File  EXECSHPS.LIB  @Option 40 @Out @Subdir40\*.* 
  308.         @File  HARPDIAG.LIB  @Option 40 @Out @Subdir40\*.*
  309.                 @File  MEASREST.LIB  @Option 40 @Out @Subdir40\*.*
  310.                 @File  NOTEEXPR.LIB  @Option 40 @Out @Subdir40\*.*
  311.                 @File  OUTPUTRT.LIB  @Option 40 @Out @Subdir40\*.*
  312.                 @File  PETSETGL.LIB  @Option 40 @Out @Subdir40\*.*
  313.                 @File  PTCHBEND.LIB  @Option 40 @Out @Subdir40\*.*
  314.                 @File  QTRTONE.LIB   @Option 40 @Out @Subdir40\*.*
  315.                 @File  SHAPEXPR.LIB  @Option 40 @Out @Subdir40\*.*
  316.                 @File  TEXTEXPR.LIB  @Option 40 @Out @Subdir40\*.*
  317.                 @File  TEXTLAY.LIB   @Option 40 @Out @Subdir40\*.*
  318.                 @File  TEXTREPE.LIB  @Option 40 @Out @Subdir40\*.*
  319.                 
  320.         @EndLib
  321.  
  322.         @BeginLib TEMPLATE.LIF
  323.  
  324.                 @File  BLNKSCOR.MUS  @Option 50 @Out @Subdir50\*.*
  325.                 @File  CHOR-PNO.MUS  @Option 50 @Out @Subdir50\*.*
  326.                 @File  DEFAULT.MUS   @Option 50 @Out @Subdir50\*.*
  327.                 @File  GRNDSTFF.MUS  @Option 50 @Out @Subdir50\*.*
  328.                 @File  GTRTABL.MUS   @Option 50 @Out @Subdir50\*.*
  329.                 @File  PNO-VOX.MUS   @Option 50 @Out @Subdir50\*.*       
  330.                 @File  SMLLORCH.MUS  @Option 50 @Out @Subdir50\*.*
  331.                 @File  STRGQTET.MUS  @Option 50 @Out @Subdir50\*.*
  332.  
  333.         @EndLib 
  334.  
  335.         @BeginLib WINFONTS.LIF
  336.  
  337.                 @File   PETRUB.FON   @Option 60 @Out @Subdir60\*.*
  338.                 @File   PETRUC.FON   @Option 60 @Out @Subdir60\*.*
  339.                 @File   PETRUD.FON   @Option 60 @Out @Subdir60\*.*
  340.                 @File   PETRUE.FON   @Option 60 @Out @Subdir60\*.*
  341.                 
  342.         @EndLib
  343.  
  344.         @BeginLib POSTFONT.LIF
  345.  
  346.                 @File   PETRU.PFM    @Option 70 @Out @Subdir70\*.*
  347.                 @File   PETRU.PSF    @Option 70 @Out @Subdir70\*.*
  348.                 
  349.         @EndLib
  350.  
  351.         @BeginLib HP_FONTS.LIF
  352.  
  353.                 @File   PETHP_24.SFP    @Option 80 @Out @Subdir80\*.*
  354.                 @File   PETHP_24.SFL    @Option 80 @Out @Subdir80\*.*
  355.                 @FILE   PETHP_21.SFP    @Option 80 @Out @Subdir80\*.*
  356.         @FILE   PETHP_21.SFL    @Option 80 @Out @Subdir80\*.*
  357.         @FILE   PETHP_18.SFP    @Option 80 @Out @Subdir80\*.*
  358.                 @FILE   PETHP_18.SFL    @Option 80 @Out @Subdir80\*.*
  359.         @FILE   PETHP_16.SFP    @Option 80 @Out @Subdir80\*.*
  360.         @FILE   PETHP_16.SFL    @Option 80 @Out @Subdir80\*.*
  361.         @File   PETHP_12.SFP    @Option 80 @Out @Subdir80\*.*
  362.                 @File   PETHP_12.SFL    @Option 80 @Out @Subdir80\*.*
  363.         @EndLib
  364.                 
  365. @EndDisk
  366.  
  367. @Finish
  368.         
  369.         @Cls
  370. End of FINALE installation.
  371.  
  372.     @Pause
  373.     @ChDrive @Outdrive
  374.     @ChDir "\\"
  375.  
  376. @EndFinish
  377.