home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 1999 January / STC_CD_01_1999.iso / wdr / anip_202 / setup.cfg < prev    next >
Text File  |  2000-01-08  |  2KB  |  67 lines

  1. ID=setup
  2.  
  3. ;----------------------------------------------------------------
  4. ;Définition de l'application à configurer:
  5. ;----------------------------------------------------------------
  6.  
  7. APP_FILE=ANIPLAY.PRG
  8. APP_NAME="Aniplayer"
  9. APP_VERS="2.02"
  10.  
  11. ;----------------------------------------------------------------
  12. ;URL du site internet de l'auteur du programme
  13. ;----------------------------------------------------------------
  14.  
  15. URL="http://perso.wanadoo.fr/didierm/"
  16.  
  17. ;----------------------------------------------------------------
  18. ;Si des fichiers d'une langue manquent, setup installera ceux-ci:
  19. ;----------------------------------------------------------------
  20.  
  21. DEF_PATH=ENGLISH\
  22.  
  23. ;----------------------------------------------------------------
  24. ; Fichier *.HYP et nom de la page à charger pour l'aide en ligne:
  25. ;----------------------------------------------------------------
  26.  
  27. HYP_FILE=ANIPLAY.HYP
  28. HYP_PAGE=Setup
  29.  
  30. ;----------------------------------------------------------------
  31. ; Définition des fichiers à installer pour chaque langue:
  32. ;----------------------------------------------------------------
  33.  
  34. APP_PATH=2
  35.     HELP=LOCAL\ANIPLAY.HYP
  36.     RSRC=LOCAL\N_FRENCH.TXT
  37.  
  38. ;----------------------------------------------------------------
  39. ; Définition des fichiers à installer dans le dossier "AUTO":
  40. ;----------------------------------------------------------------
  41.  
  42. AUTO=2
  43.     MAGICSND.PRG=DRIVER\MAGICSND\MAGICSND.PRG
  44.     PSOUNDC.PRG=DRIVER\PSOUND\PSOUNDC.PRG
  45.  
  46. ;----------------------------------------------------------------
  47. ; Fichiers à installer dans le dossier "START" de MagiC:
  48. ;----------------------------------------------------------------
  49.  
  50. START=1
  51.     BUBBLE.APP=BUBBLE\BUBBLE.APP
  52.  
  53. ;----------------------------------------------------------------
  54. ; Fichiers à installer dans le dossier "CPX" pour XCONTROL:
  55. ;----------------------------------------------------------------
  56.  
  57. CPX=1
  58.     SYNCHRO.CPX=PROG\SYNCHRO.CPX\SYNCHRO.CPX
  59.  
  60. ;----------------------------------------------------------------
  61. ; Textes pour BubbleGEM
  62. ;----------------------------------------------------------------
  63.  
  64. BUBBLE01="A CPX module to syncronise Aniplayer with other applications."
  65. BUBBLE02="A Sounddriver that allows Aniplayer to play sounds properly under MagiCMac or with the PSound audiocard for the Hades."
  66. BUBBLE03="A system extension for GEM, that enables bubble help. But you have it allready installed ;-)."
  67.