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

  1. ;;*************** FRENCH OS/2 DEMO WINDOWS INSTALL *********************
  2. SetTopLineTo IBM OS/2 Warp (Appuyez sur "Echap" por sortir)
  3.    If FreeSpaceOnDrive ShadowDirectory < 30000
  4.     PopUp There is insufficient space on the TEMP drive for installation.
  5.     SoLong
  6.    EndIf
  7.    SetBackgroundColor 0 0 255 0 0 64 TopToBottom
  8.    SetDefaultBitmap OFF
  9.    ShowWindow Maximized
  10.    Dialog 
  11.     Programme d'installation de la DΦmonstration Interactive d'OS/2 Warp d'IBM. 
  12.     Ce programme installera la dΦmonstration sur votre disque dur et crΦera un 
  13.     groupe de progammes et une ic⌠ne vous permettant de lancer la dΦmonstration.
  14.    endDialog
  15.    DetermineInstallationDrive QueSize RequireFixed
  16.    DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
  17.    QueFileGroup 5
  18.    GetQuedFiles    
  19.    BuildProgramGroup "DΦmonstration Interactive d'OS/2 Warp" ASDIENG.GRP
  20.       [InstallationDirectory]\DEMO.EXE "DΦmonstration Interactive d'OS/2 Warp" [InstallationDirectory]\DEMO95.ICO
  21.    EndBuildProgramGroup
  22.    Dialog 
  23.     L'installation de la DΦmonstration Interactive d'OS/2 Warp est terminΦe.
  24.     Cliquez deux fois sur l'ic⌠ne correspondant pour lancer le programme.
  25.    EndDialog
  26. SoLong
  27. EndScript
  28.