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

  1. ;;*************** DANISH OS/2 DEMO WINDOWS INSTALL *********************
  2. ;; Using Code Page 865 σ = ans134 µ = ans145
  3. ;;
  4. SetTopLineTo IBM OS/2 Warp (Tryk pσ Esc for at afslutte)
  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.     Velkommen til installationsprogrammet til Interaktiv guide til OS/2 Warp. 
  14.     Med dette program installeres demoen pσ den faste disk, og der oprettes 
  15.     en programgruppe og en ikon, som du kan bruge til at starte demoen med.
  16.    endDialog
  17.    DetermineInstallationDrive QueSize RequireFixed
  18.    DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
  19.    QueFileGroup 1
  20.    GetQuedFiles    
  21.    BuildProgramGroup "Interaktiv guide til OS/2 Warp" ASDIDA.GRP
  22.       [InstallationDirectory]\DEMO.EXE "Interaktiv guide til OS/2 Warp" [InstallationDirectory]\DEMO95.ICO
  23.    EndBuildProgramGroup
  24.    Dialog 
  25.       Installationen er fµrdig. 
  26.       Dobbeltklik pσ ikonen Interaktiv guide til OS/2 Warp for at starte demoen.
  27.     EndDialog
  28. SoLong
  29. EndScript
  30.