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

  1. ;;*************** NORWEGIAN OS/2 DEMO WINDOWS INSTALL *********************
  2. ;; Using code page 865. σ = ans134
  3. ;;
  4. SetTopLineTo IBM OS/2 Warp (Trykk pσ ESC hvis vil avbryte)
  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.     Dette er installeringsprogrammet til Interaktiv veiledning til OS/2 Warp. 
  14.     Programmet installerer Interaktiv veiledning til OS/2 Warp σ platelageret 
  15.     og lager en programgruppe og et ikon som du kan bruke til σ starte demoen.
  16.    endDialog
  17.    
  18.    DetermineInstallationDrive QueSize RequireFixed
  19.    DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
  20.    QueFileGroup 8
  21.    GetQuedFiles    
  22.    BuildProgramGroup "Interaktiv veiledning til OS/2 Warp" ASDINO.GRP
  23.       [InstallationDirectory]\DEMO.EXE "Interaktiv veiledning til OS/2 Warp" [InstallationDirectory]\DEMO95.ICO
  24.    EndBuildProgramGroup
  25.    Dialog 
  26.     Installeringen av Interaktiv veiledning til OS/2 Warp er ferdig. 
  27.     Dobbeltklikk pσ Interaktiv veiledning til OS/2 Warp-ikonet nσr du vil starte demoen.
  28.    EndDialog
  29. SoLong
  30. EndScript
  31.