home *** CD-ROM | disk | FTP | other *** search
/ Reflections 3.0 (Light) / REFLIGHT.iso / install / setup.lst < prev   
File List  |  1995-10-18  |  3KB  |  72 lines

  1. REM ####### Setup Installer
  2. REM ####### Version 1.0
  3. REM ####### Copyright 1995 Peter Reuschling Marketing Service
  4. REM ####### All rights reserved
  5.  
  6. REM ####### Reflections 3.05 Installer ############################################
  7.  
  8. [Project]
  9. Name=Reflections 3.05 light
  10. Title=Reflections 3.05 light Setup
  11. Copyright=Copyright 1995 - Carsten Fuchs
  12. Dir=Reflight
  13. Source=0
  14.  
  15. REM ####### Unterverzeichnisse, die im Reflections-Verzeichnis angelegt werden mⁿssen
  16. LOADIMG Image1.bmp
  17. MAKEDIR $t$reflight\
  18. MAKEDIR $t$reflight\anim\
  19. MAKEDIR $t$reflight\bild\
  20. MAKEDIR $t$reflight\szenen\
  21. MAKEDIR $t$REFLIGHT\TEXTUR\
  22. MAKEDIR $t$reflight\material\
  23. MAKEDIR $t$reflight\hilfe\
  24. MAKEDIR $t$reflight\tmp\
  25. MAKEDIR $t$reflight\fonts3d\
  26. REM ####### Directories, die in das Reflections-Verzeichnis kopier werden mⁿssen ##
  27. COPYDIR $s$Install\anim\ $t$reflight\anim\
  28. COPYDIR $s$Install\bild\ $t$reflight\bild\
  29. COPYDIR $s$Install\szenen\ $t$reflight\szenen\
  30. COPYDIR $s$Install\textur\ $t$REFLIGHT\TEXTUR\
  31. COPYDIR $s$Install\material\ $t$reflight\material\
  32. COPYDIR $s$Install\fonts3d\ $t$reflight\fonts3d\
  33. COPYDIR $s$Install\hilfe\ $t$reflight\hilfe\
  34. COPYDIR $s$Install\progs\ $t$reflight\
  35. REM ####### Programmgruppe anlegen und Icon fⁿr Ref3 und Beams3 hinzufⁿgen ########
  36. MAKEGRP Reflight
  37. ADDITEM $t$reflight\Ref3.exe
  38. ADDITEM $t$reflight\Beams3.exe
  39. REM ####### Datei fⁿr die Konfigurationsdatei #####################################
  40. ADDLINE $t$reflight\ref3.cfg ;**********************************************************
  41. ADDLINE $t$reflight\ref3.cfg ;                   Konfigurationsdatei
  42. ADDLINE $t$reflight\ref3.cfg ;**********************************************************
  43. ADDLINE $t$reflight\ref3.cfg ratio 1.33333333
  44. ADDLINE $t$reflight\ref3.cfg FONT SYSTEM
  45. ADDLINE $t$reflight\ref3.cfg SIZEFONT 10
  46. ADDLINE $t$reflight\ref3.cfg dragdrop_window 1
  47. ADDLINE $t$reflight\ref3.cfg TEXTUR_PFAD $t$REFLIGHT\TEXTUR\
  48. ADDLINE $t$reflight\ref3.cfg TEXTUR_PFAD $t$REFLIGHT\TEXTUR2\
  49. ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 160 128
  50. ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 320 256
  51. ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 320 512
  52. ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 640 512
  53. ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 800 600
  54. ADDLINE $t$reflight\ref3.cfg AUFLOESUNG 1024 768
  55. ADDLINE $t$reflight\ref3.cfg TEMP_DIR $t$reflight\tmp\
  56. ADDLINE $t$reflight\ref3.cfg SZENEN_PFAD $t$reflight\szenen\
  57. ADDLINE $t$reflight\ref3.cfg MATERIAL_PFAD $t$reflight\material\
  58. ADDLINE $t$reflight\ref3.cfg FONT_PFAD $t$reflight\fonts3d\
  59. ADDLINE $t$reflight\ref3.cfg BILD_PFAD $t$reflight\bild\
  60. ADDLINE $t$reflight\ref3.cfg ANIMATIONS_PFAD $t$reflight\anim\
  61. ADDLINE $t$reflight\ref3.cfg WIN_KONFIG_DATEI $t$Reflight\win.cfg
  62. ADDLINE $t$reflight\ref3.cfg START_KONFIG Normal800x600
  63. ADDLINE $t$reflight\ref3.cfg MAX_ANTIAL 30
  64. ADDLINE $t$reflight\ref3.cfg OBJ_CACHE 2000
  65. ADDLINE $t$reflight\ref3.cfg MAX_LIST 40
  66. REM ####### Zeilen fⁿr Autoexec.bat ###############################################
  67. AUTOEXE c:\autoexec.bat REM ***** Reflections 3.0 ************
  68. AUTOEXE c:\autoexec.bat set REF3=$t$reflight\
  69. REM ####### Eintragen der Seriennummer in Ref3 und Beams3 #########################
  70. PRGINIT fcryptpr.exe $t$reflight\Ref3.exe $t$reflight\setup.log
  71. STOPEXE
  72.