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

  1. ;;*************** SWEDISH OS/2 DEMO WINDOWS INSTALL *********************
  2. ;; ÷ = ans148, Σ = ans132, σ = ans134
  3.  
  4. SetTopLineTo IBM OS/2 Warp (Avbryt med 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.     VΣlkommen till installationsprogrammet f÷r Interaktiv demo av OS/2 Warp. 
  14.     Det hΣr programmet installerar Interaktiv demo av OS/2 Warp pσ hσrddisken
  15.     och skapar en programgrupp med en ikon som du startar demoprogrammet med.
  16.    endDialog
  17.    DetermineInstallationDrive QueSize RequireFixed
  18.    DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
  19.    QueFileGroup 11
  20.    GetQuedFiles    
  21.    BuildProgramGroup "Interaktiv demo av OS/2 Warp" ASDIENG.GRP
  22.       [InstallationDirectory]\DEMO.EXE "Interaktiv demo av OS/2 Warp" [InstallationDirectory]\DEMO95.ICO
  23.    EndBuildProgramGroup
  24.    Dialog 
  25.     Installationen av Interaktiv demo av OS/2 Warp Σr klar. 
  26.     Starta demoprogrammet genom att dubbelklicka pσ ikonen
  27.     Interaktiv demo av OS/2 Warp.
  28.    EndDialog
  29. SoLong
  30. EndScript
  31.