home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / os2lang / fr.inf < prev    next >
Text File  |  1995-08-14  |  1KB  |  39 lines

  1. ;; ********FRENCH OS/2 WARP INSTALLATION - OS/2 INSTALL        
  2. ;; é = asc130  ô = asc147
  3. ;;
  4.     TextBox YellowOnCyan @xy(Center,2)
  5.       IBM OS/2 Warp (Appuyez sur "CTRL_X" pour sortir)
  6.     EndTextBox
  7.  
  8.     Dialog 
  9.      Bienvenue dans le programme d'installation de la Démonstration Interactive
  10.      d'OS/2 Warp d'IBM. Ce programme installera la démonstration OS/2 Warp sur
  11.      votre disque dur et créeral'icône correspondante. dun simple-clic, vous
  12.      pourrez lancer la démonstration.
  13.     endDialog
  14.  
  15.     DetermineInstallationDrive QueSize RequireFixed
  16.     DetermineInstallationDirectory InstallationDrive:\IBMDEMO QueSize RequireFixed
  17.     ModifyTextFile c:\SetZPath.txt Quietly NoBackUp NoInquiry
  18.       AddOrChangeLineWith (,,) as "[InstallationDirectory]" at beginning
  19.     EndMOdifyTextFile
  20.     QueFileGroup 5
  21.     GetQuedFiles    
  22.     
  23.     copyfiles from [InstallFromDrive]:\OS2LANG to [InstallationDirectory] Quietly
  24.         IBMWARP.ICO
  25.     endCopyFiles
  26.  
  27.        TextBox YellowOnCyan @xy(Center,2)
  28.     IBM OS/2 Warp (Appuyez sur "CTRL_X" pour sortir) 
  29.        EndTextBox
  30.  
  31.     Dialog
  32.      L'installation de la Démonstration Interactive d' OS/2 Warp est terminée.
  33.      Appuyer sur "Enter" pour placer l'icône correspondante sur votre bureau de
  34.      Travail. Vous pouvez maintenant lancer la démonstration en cliquant deux 
  35.      fois sur cette icône.
  36.     EndDialog       
  37.     SoLong
  38. endScript
  39.