home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / os2lang / en.inf < prev    next >
Text File  |  1995-08-14  |  1KB  |  36 lines

  1. ;; ********ENGLISH OS/2 WARP INSTALLATION - OS/2 INSTALL        
  2. ;;
  3.     TextBox YellowOnCyan @xy(Center,2)
  4.     IBM OS/2 Warp Demo Installation Program (Press CTRL-X to Exit)
  5.     EndTextBox
  6.  
  7.     Dialog 
  8.     Welcome to the IBM OS/2 Warp Demo Installation Program. This program will
  9.     install the OS/2 Warp demo onto your hard disk, and will create an icon on your
  10.     Desktop to launch the demo.
  11.     endDialog
  12.  
  13.     DetermineInstallationDrive QueSize RequireFixed
  14.     DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
  15.     ModifyTextFile c:\SetZPath.txt Quietly NoBackUp NoInquiry
  16.       AddOrChangeLineWith (,,) as "[InstallationDirectory]" at beginning
  17.     EndMOdifyTextFile
  18.     QueFileGroup 3
  19.     GetQuedFiles    
  20.     
  21.     copyfiles from [InstallFromDrive]:\OS2LANG to [InstallationDirectory] Quietly
  22.         IBMWARP.ICO
  23.     endCopyFiles
  24.     
  25.     TextBox YellowOnCyan @xy(Center,2)
  26.     IBM OS/2 Warp Demo Installation Program (Press CTRL-X to Exit)
  27.     EndTextBox
  28.  
  29.     Dialog
  30.         Installation of the OS/2 Warp Demo is complete. Press ENTER to place the 
  31.         icon on your Desktop. Then you can double-click on the OS/2 Warp Demo icon 
  32.         to start the demo.
  33.     EndDialog       
  34.     SoLong
  35. endScript
  36.