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

  1. ;; ******** GERMAN OS/2 WARP INSTALLATION - OS/2 INSTALL        
  2. ;; Using Code Page 850 ä = asc132, ü = asc129
  3. ;;
  4.     TextBox YellowOnCyan @xy(Center,2)
  5.     IBM OS/2 Warp (Bennen mit Tasten STRG und X)
  6.     EndTextBox
  7.  
  8.     Dialog 
  9.         Das Programm installiert die IBM OS/2 Warp Präsentation auf der
  10.         Festplatte und erstellt ein Programmsymbol zum Starten der Präsentation.
  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 2
  19.     GetQuedFiles    
  20.     
  21.     copyfiles from [InstallFromDrive]:\OS2LANG to [InstallationDirectory] Quietly
  22.         IBMWARP.ICO
  23.     endCopyFiles
  24.     
  25.     Dialog 
  26.         Die Präsentation wurde installiert. Drücken Sie die Eingabetaste, um das
  27.         Programmsymbol zu erstellen, und starten Sie die Präsentation durch 
  28.         Doppelklicken auf dieses Symbol.
  29.     EndDialog
  30.     
  31. endScript
  32.