home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / ibm / winlang / gew.inf < prev    next >
Text File  |  1995-09-14  |  1KB  |  30 lines

  1. ;;*************** German OS/2 DEMO WINDOWS INSTALL *********************
  2. ;; Using Code Page 850 Σ = ans132 ⁿ = ans129
  3. ;;
  4. SetTopLineTo IBM OS/2 Warp (Beenden mit Taste ESC)
  5.    If FreeSpaceOnDrive ShadowDirectory < 30000
  6.     PopUp There is insufficient space on the TEMP drive for installation.
  7.     SoLong
  8.    EndIf
  9.    SetBackgroundColor 0 0 255 0 0 64 TopToBottom
  10.    SetDefaultBitmap OFF
  11.    ShowWindow Maximized
  12.    Dialog 
  13.         Das Programm installiert die IBM OS/2 Warp PrΣsentation auf der
  14.         Festplatte und erstellt eine Prorammgruppe / -symbol zum 
  15.         Starten der PrΣsentation.
  16.    endDialog
  17.    DetermineInstallationDrive QueSize RequireFixed
  18.    DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
  19.    QueFileGroup 2
  20.    GetQuedFiles    
  21.    BuildProgramGroup "IBM OS/2 Warp DEMO" ASDIGE.GRP
  22.       [InstallationDirectory]\DEMO.EXE "IBM OS/2 Warp Demo" [InstallationDirectory]\DEMO95.ICO
  23.    EndBuildProgramGroup
  24.    Dialog 
  25.     Die PrΣsentation wurde installiert. Starten Sie die PrΣsentation durch 
  26.     Doppelklicken auf das Programmsymbol.
  27.    EndDialog
  28. SoLong
  29. EndScript
  30.