home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / InstallHD-Amiga / Install-AGG < prev    next >
Text File  |  1977-12-31  |  7KB  |  193 lines

  1. ;$VER: Amiga Game Guide Installer V2.0 © by Stefan Martens (13-Mai-00)
  2. ;Thanks for bying the Amiga Game Guide CD - Have fun!!!
  3.  
  4. if NOT exists Libs:arp.library
  5.   copy AmigaGameGuide_CD:c/arp.library libs:
  6. endif
  7. if NOT exists Libs:medplayer.library
  8.   copy AmigaGameGuide_CD:c/medplayer.library libs:
  9. endif
  10.  
  11. if not exists ENV:agg-music
  12.   cd AmigaGameGuide_CD:Amiga/InstallHD-Amiga/
  13.   AmigaGameGuide_CD:c/newpubscreen name "Amiga Game Guide Installer"
  14.   wait 1
  15.   run >NIL: SYS:Utilities/Multiview 800x600.iff PUBSCREEN "Amiga Game Guide Installer" BACKDROP
  16.   version Install-AGG
  17.   echo "   "
  18.   SYS:System/rexxmast >NIL:
  19.   execute musik-frage
  20. endif
  21.  
  22. if not exists ENV:aggdummy
  23.   echo "  "
  24.   echo "Starte Systemcheck...bitte warten..."
  25.   echo "   "
  26.   execute syscheck
  27. else
  28.   delete >NIL: ENV:aggdummy
  29.   echo "Systemcheck beendet...die Installation wird fortgeführt..."
  30. endif
  31.  
  32. delete >NIL: ENV:agg-music
  33.  
  34. if >NIL: exists envarc:aggpath
  35.   delete >NIL: envarc:aggpath
  36.   delete >NIL: env:aggpath
  37. endif
  38.  
  39. SETENV mp3=0
  40. REQUESTCHOICE >ENV:MP3 "AGG Installer""Welche AmigaGameGuide Version wollen Sie installiert haben?*nINSTALLATIONSART    PLATZBEDARF AUF FESTPLATTE*nHTML ohne Bilder  =  11 MB*nHTML mit Bilder   = 230 MB*nGUIDE ohne Bilder =  11 MB*nGUIDE mit Bilder  = 232 MB" "HTML" "HTML mit Bilder" "Guide" "Guide mit Bilder" "Keine" PUBSCREEN "Amiga Game Guide Installer"
  41.  
  42. IF $MP3 EQ 0
  43.  echo "  "
  44.  echo "Sie haben den Installer abgebrochen, es wurde nichts installiert."
  45.  wait 2
  46.  AmigaGameGuide_CD:c/stopsmp
  47.  SYS:Rexxc/rx quitmv.rexx
  48.  assign AGG-PreInstall: remove
  49.  endcli
  50. ENDIF
  51.  
  52. echo "   "
  53. echo "Bitte wählen Sie das Verzeichniss aus, wo das AmigaGameGuide installiert werden soll."
  54. echo "HINWEIS: Es wird ein eigenes Verzeichniss mit dem Namen AmigaGameGuide angelegt!!!"
  55. setenv aggpath=0
  56. requestfile >env:aggpath DRAWERSONLY title "Wo soll das AmigaGameGuide Verzeichniss erstellt werden ???" PUBSCREEN "Amiga Game Guide Installer"
  57. if warn
  58.   echo "  "
  59.   echo "Sie haben kein Verzeichniss ausgewählt, der Installer wird abgebrochen..."
  60.   wait 3
  61.   delete >NIL: env:aggpath
  62.   AmigaGameGuide_CD:c/stopsmp
  63.   SYS:Rexxc/rx quitmv.rexx
  64.   endcli
  65. endif
  66.  
  67. copy >NIL: env:aggpath envarc:
  68. if warn
  69.   copy >NIL: env:aggpath SYS:Prefs/Env-Archive/
  70. endif
  71.  
  72. if NOT exists C:TV
  73.   copy AmigaGameGuide_CD:c/TV C:
  74. endif
  75. if NOT exists C:runit
  76.   copy AmigaGameGuide_CD:c/runit C:
  77. endif
  78. if NOT exists C:killaga
  79.   copy AmigaGameGuide_CD:c/killaga C:
  80. endif
  81. if NOT exists C:searchguide
  82.   copy AmigaGameGuide_CD:c/searchguide C:
  83. endif
  84. if NOT exists C:visage
  85.   copy AmigaGameGuide_CD:c/visage C:
  86. endif
  87. if NOT exists Libs:reqtools.library
  88.   copy AmigaGameGuide_CD:c/reqtools.library libs:
  89. endif
  90.  
  91. Assign AGG-PreInstall: $aggpath ADD
  92.  
  93. IF $MP3 EQ 1
  94.   echo "  "
  95.   echo "Die HTML Version OHNE Bilder wird installiert...bitte warten..."
  96.   makedir AGG-PreInstall:AmigaGameGuide
  97.   assign AGG-Install: AGG-PreInstall:AmigaGameGuide
  98.   copy AmigaGameGuide_CD:c/AGG-HTML-HD/#? AGG-Install: QUIET
  99.   copy AmigaGameGuide_CD:c/AmigaGameGuide.info AGG-PreInstall: QUIET
  100.   makedir AGG-Install:html-d
  101.   copy AmigaGameGuide_CD:html-d/ AGG-Install:html-d/ ALL QUIET
  102.   echo "  "
  103.   echo "Die Installation ist zu 100 % fertig"
  104.   wait 1
  105. ENDIF
  106. IF $MP3 EQ 2
  107.   echo "  "
  108.   echo "Die HTML Version MIT Bildern wird installiert...bitte warten..."
  109.   echo "Ich kopiere jetzt die HTML Dateien..."
  110.   makedir AGG-PreInstall:AmigaGameGuide
  111.   assign AGG-Install: AGG-PreInstall:AmigaGameGuide
  112.   copy AmigaGameGuide_CD:c/AGG-HTML-HD/#? AGG-Install: QUIET
  113.   copy AmigaGameGuide_CD:c/AmigaGameGuide.info AGG-PreInstall: QUIET
  114.   makedir AGG-Install:html-d
  115.   copy AmigaGameGuide_CD:html-d/ AGG-Install:html-d/ ALL QUIET
  116.   makedir AGG-Install:Screenshots
  117.   echo "  "
  118.   echo "Die Installation ist zu 20 % fertig"
  119.   echo "Ich kopiere jetzt die Screenshots..."
  120.   copy AmigaGameGuide_CD:Screenshots/ AGG-Install:Screenshots/ ALL QUIET
  121.   makedir AGG-Install:Maps
  122.   echo "  "
  123.   echo "Die Installation ist zu 85 % fertig"
  124.   echo "  "
  125.   echo "Kopiere jetzt die Karten..."
  126.   copy AmigaGameGuide_CD:Maps/ AGG-Install:Maps/ ALL QUIET
  127.   echo "  "
  128.   echo "Die Installation ist zu 100 % fertig"
  129.   wait 1
  130. ENDIF
  131. IF $MP3 EQ 3
  132.   echo "  "
  133.   echo "Die Amiga Guide Version OHNE Bilder wird installiert...bitte warten..."
  134.   makedir AGG-PreInstall:AmigaGameGuide
  135.   assign AGG-Install: AGG-PreInstall:AmigaGameGuide
  136.   copy AmigaGameGuide_CD:c/AGGGuide AGG-Install: QUIET
  137.   copy AmigaGameGuide_CD:c/AGG-Guide AGG-Install: QUIET
  138.   copy AmigaGameGuide_CD:c/AGG-Guide.info AGG-Install: QUIET
  139.   copy AmigaGameGuide_CD:Amiga/agg.jpeg AGG-Install: QUIET
  140.   copy AmigaGameGuide_CD:c/AmigaGameGuide.info AGG-PreInstall: QUIET
  141.   makedir AGG-Install:GUIDE-D
  142.   copy AmigaGameGuide_CD:Amiga/agg.jpeg AGG-Install:GUIDE-D/ QUIET
  143.   copy AmigaGameGuide_CD:GUIDE-D/ AGG-Install:GUIDE-D/ ALL QUIET
  144.   echo "  "
  145.   echo "Die Installation ist zu 100 % fertig"
  146.   wait 1
  147. ENDIF
  148. IF $MP3 EQ 4
  149.   echo "  "
  150.   echo "Die Amiga Guide Version MIT Bildern wird installiert...bitte warten..."
  151.   echo "Ich kopiere jetzt die GUIDE Dateien..."
  152.   makedir AGG-PreInstall:AmigaGameGuide
  153.   assign AGG-Install: AGG-PreInstall:AmigaGameGuide
  154.   copy AmigaGameGuide_CD:c/AGGGuide AGG-Install: QUIET
  155.   copy AmigaGameGuide_CD:c/AGG-Guide AGG-Install: QUIET
  156.   copy AmigaGameGuide_CD:c/AGG-Guide.info AGG-Install: QUIET
  157.   copy AmigaGameGuide_CD:Amiga/agg.jpeg AGG-Install: QUIET
  158.   copy AmigaGameGuide_CD:c/AmigaGameGuide.info AGG-PreInstall: QUIET
  159.   makedir AGG-Install:GUIDE-D
  160.   copy AmigaGameGuide_CD:Amiga/agg.jpeg AGG-Install:GUIDE-D/ QUIET
  161.   copy AmigaGameGuide_CD:GUIDE-D/ AGG-Install:GUIDE-D/ ALL QUIET
  162.   makedir AGG-Install:Screenshots
  163.   copy AmigaGameGuide_CD:c/searchindex.guide AGG-Install:GUIDE-D/ QUIET
  164.   echo "  "
  165.   echo "Die Installation ist zu 20 % fertig"
  166.   echo "Ich kopiere jetzt die Bilder..."
  167.   copy AmigaGameGuide_CD:Screenshots/ AGG-Install:Screenshots/ ALL QUIET
  168.   makedir AGG-Install:Maps
  169.   echo "  "
  170.   echo "Die Installation ist zu 85 % fertig"
  171.   echo "  "
  172.   echo "Kopiere jetzt die Karten..."
  173.   copy AmigaGameGuide_CD:Maps/ AGG-Install:Maps/ ALL QUIET
  174.   echo "  "
  175.   echo "Die Installation ist zu 100 % fertig"
  176.   wait 1
  177. ENDIF
  178. wait 3
  179. echo "  "
  180. echo "  "
  181. echo "Sie finden das AmigaGameGuide Verzeichniss in dem Verzeichniss:"$aggpath
  182. echo "Have fun!!!"
  183. echo "  "
  184. AmigaGameGuide_CD:c/opendrawer AGG-Install:
  185. RUN >NIL: DELETE ENV:MP3
  186. REQUESTCHOICE >NIL: "AGG Installer""Der De-Installer, der das Amiga Game Guide wieder von Ihrer Festplatte*nentfernt, wurde nicht mit rüber kopiert.*nSie finden den De-Installer im Verzeichniss vom AGG-Installer auf der CD.*nWICHTIG: Bitte nicht in Ihre AGG Installation rein kopieren !!!" "OK" PUBSCREEN "Amiga Game Guide Installer"
  187. assign AGG-Install: remove
  188. assign AGG-PreInstall: remove
  189. wait 5
  190. AmigaGameGuide_CD:c/stopsmp
  191. SYS:Rexxc/rx quitmv.rexx
  192. AmigaGameGuide_CD:c/closepubscreen name "Amiga Game Guide Installer"
  193. endcli