home *** CD-ROM | disk | FTP | other *** search
/ ANews 2 / AnewsCD2.iso / Indispensables / Patch / MCP / Install_MCP < prev    next >
Text File  |  1999-10-04  |  41KB  |  1,684 lines

  1. ;============================================================================;
  2. ;=               MCP Installscript V3.1 bY fOX/ALiENDESiGN!                 =;
  3. ;============================================================================;
  4.  
  5. ;================================= ENGLISH ==================================;
  6.  
  7. (set languages-default 1)
  8.  
  9. (set #bad-kick "You must be using Kickstart 2.04+ to install MCP")
  10.  
  11. (set #copy-mcp "Copying MCP...")
  12.  
  13. (set #copy-mcpicon "Copying MCP-Icon...")
  14.  
  15. (set #copy-mcpprefs "Copying MCP preferences editor...")
  16.  
  17. (set #copy-catalog "Copying preferences translation...")
  18.  
  19. (set #copy-democonfig "Copying Democonfiguration...")
  20.  
  21. (set #copy-pointer "Copying Demo 16 color pointer...")
  22.  
  23. (set #copy-gurudat "Copying Guru informations...")
  24.  
  25. (set #copy-doc "Copying Documentations...")
  26.  
  27. (set #copy-patchcontrol "Copying PatchControl...")
  28.  
  29. (set #copy-showpatches "Copying ShowPatches...")
  30.  
  31. (set #copy-fixjump "Copying FixJump...")
  32.  
  33. (set #copy-mcpsupport-library "Copying mcpsupport.library to Libs: ...")
  34.  
  35. (set #copy-mcpgfx-library "Copying mcpgfx.library to Libs: ...")
  36.  
  37. (set #copy-reqtools-library "Copying reqtools.library to Libs: ...")
  38.  
  39. (set #copy-envarc-env "Copying ENV:MCP to ENVARC:MCP ...")
  40.  
  41. (set #install-select
  42.   (cat
  43.     "Please select the different parts of MCP that you"
  44.     " would like to install:"
  45.   )
  46. )
  47.  
  48. (set #install-select-help
  49.   (cat
  50.     "MCP: The Master Control Program...\n"
  51.     "\n"
  52.     "MCP-Icon: The icon from MCP... It's worth using this,"
  53.     " if MCP should be installed to C:.\n"
  54.     "\n"
  55.     "MCP Preferences: The MCP preferences editor.\n"
  56.     "\n"
  57.     "Translations for MCPPrefs: The MCP-Preferences Cata-\n"
  58.     "log-files.\n"
  59.     "\n"
  60.     "Demo Configuration: A demo-configuration for MCP.\n"
  61.     "16 Color Pointer: Some 16-Color mousepointers.\n"
  62.     "\n"
  63.     "Guru Infos: MCP.gurudat. Needed for MCPs NoGuru and\n"
  64.     "AlertHistory.\n"
  65.     "\n"
  66.     "Documentation: The documentations for all programs.\n"
  67.     "\n"
  68.     "PatchControl: A program for better systempatch hand-\n"
  69.     "ling. Needed for MCPPrefs USE and TEST.\n"
  70.     "\n"
  71.     "ShowPatches: A tool to show all systempatches, if Pa-"
  72.     "tchControl was started.\n"
  73.     "\n"
  74.     "FixJump: To solve all problems with jumping BootPics.\n"
  75.     "\n"
  76.     "reqtools.library: Needed for MCP.\n"
  77.   )
  78. )
  79.  
  80. (set #doc-select
  81.   (cat
  82.     "Please select your favourite documentation that you would"
  83.     " like to install:"
  84.   )
  85. )
  86.  
  87. (set #doc-select-help
  88.   (cat
  89.     "Make sure that you have an AmigaGuide® viewer to"
  90.     " enjoy the Guide documentation!"
  91.   )
  92. )
  93.  
  94. (set #languages-select "\nWhich languages should be installed?")
  95.  
  96. (set #languages-select-help
  97.   (cat
  98.     "Please select your favourite language that should be"
  99.     " copied to your Locale: directory?"
  100.   )
  101. )
  102.  
  103. (set #pointer-select "Which 16-Color pointer should be installed? ")
  104.  
  105. (set #pointer-select-help
  106.   (cat
  107.     "There are some REALLY NICE pointers available, please check:"
  108.     "\n\nDescription of the pointers:\n\n"
  109.     "Blue + Joshi.: Blue pointer with a gold medal of Joshi\n"
  110.     "ColorMagic...: Really nice pointer with a cream-tone and a"
  111.     " zZz-busy pointer\n"
  112.     "DragonHand...: Nice hand as pointer and a cool dragon as"
  113.     " busy pointer"
  114.   )
  115. )
  116.  
  117. (set #pointer1 "Blue + Joshi by fOX!")
  118. (set #pointer2 "Colormagic   by Fli7e")
  119. (set #pointer3 "Dragonhand   by Trevor Moris")
  120.  
  121. (set #startup-mcp "Do you want to insert MCP into your S:Startup-Sequence ?")
  122.  
  123. (set #startup-mcp-help
  124.   (cat
  125.     "If you select 'Yes', MCP will be inserted to your Startup-"
  126.     "Sequence after your last assign of ENV: \n"
  127.     "So it's automaticly installed on each bootup!"
  128.   )
  129. )
  130.  
  131. (set #startup-patchcontrol
  132.   (cat
  133.     "Do you want to insert PatchControl into your"
  134.     " S:Startup-Sequence ?"
  135.   )
  136. )
  137.  
  138. (set #startup-patchcontrol-help
  139.   (cat
  140.     "If you select 'Yes', Patchcontrol will be inserted right"
  141.     " after the SetPatch command in your Startup-Sequence."
  142.   )
  143. )
  144.  
  145. (set #item-mcp "MCP")
  146.  
  147. (set #item-mcpicon "MCP-Icon")
  148.  
  149. (set #item-mcpprefs "MCP Preferences")
  150.  
  151. (set #item-translations "Translations for MCPPrefs")
  152.  
  153. (set #item-democonfig "Demo Configuration")
  154.  
  155. (set #item-demopointer "16 Color Pointer")
  156.  
  157. (set #item-gurudat "Guru Infos")
  158.  
  159. (set #item-doc "Documentations")
  160.  
  161. (set #item-patchcontrol "PatchControl")
  162.  
  163. (set #item-showpatches "ShowPatches")
  164.  
  165. (set #item-fixjump "FixJump")
  166.  
  167. (set #item-mcpsupport-library "mcpsupport.library")
  168.  
  169. (set #item-mcpgfx-library "mcpgfx.library")
  170.  
  171. (set #item-reqtools-library "reqtools.library")
  172.  
  173. (set #where-mcp "Where would you like to install MCP?")
  174.  
  175. (set #where-mcp-help
  176.   (cat
  177.     "This is the destination directory of MCP"
  178.   )
  179. )
  180.  
  181. (set #where-mcpprefs "Where would you like to install MCP Preferences editor?")
  182.  
  183. (set #where-mcpprefs-help
  184.   (cat
  185.     "This is the destination directory of MCP Preferences editor!"
  186.     " Normally ALL preferences editors are in SYS:Prefs !"
  187.   )
  188. )
  189.  
  190. (set #where-gurudat "Where would you like to install the Guru-Information?")
  191.  
  192. (set #where-gurudat-help 
  193.   (cat
  194.     "The guru information is a file called MCP.gurudat"
  195.     " and it's normally placed in your S: directory.\n"
  196.     "If you have installed the democonfig you have to use S:."
  197.   )
  198. )
  199.  
  200. (set #where-doc "Where would you like to install the Documentations?")
  201.  
  202. (set #where-patchcontrol "Where would you like to install PatchControl?")
  203.  
  204. (set #where-patchcontrol-help
  205.   (cat
  206.     "PatchControl is normally placed in your C: directory!"
  207.   )
  208. )
  209.  
  210. (set #where-showpatches "Where would you like to install ShowPatches?")
  211.  
  212. (set #where-showpatches-help
  213.   (cat
  214.     "ShowPatches is normally placed in your C: directory!"
  215.   )
  216. )
  217.  
  218. (set #where-fixjump "Where would you like to install FixJump?")
  219.  
  220. (set #where-fixjump-help
  221.   (cat
  222.     "FixJump is normally placed in your C: directory!"
  223.   )
  224. )
  225.  
  226. (set #which-startup "Select your startup with ENV: assign!")
  227.  
  228. (set #which-startup-help
  229.   (cat
  230.     "Please select your startup-sequence with your first"
  231.     " ENV: assign, because MCP is added right after it."
  232.     " If you doesn't select the right startup you have insert"
  233.     " it by yourself...\n"
  234.     "ATTENTION: If there is already a MCP installed into this"
  235.     " startup the installer wouldn't add anything."
  236.   )
  237. )
  238.  
  239. (set #run-conv "Please Wait... Converting In Progress")
  240.  
  241. (set #conv-ap "Do you want to convert AssignPrefs to MCP.config ?")
  242.  
  243. (set #conv-am "Do you want to convert AssignManager.prefs to MCP.config ?")
  244.  
  245. (set #conv-help
  246.   (cat
  247.     "If you convert your AssignPrefs / AssignManager, you"
  248.     " can drop this program if you select 'AssignPrefs = ON'"
  249.     " in the MCPPrefs program!"
  250.   )
  251. )
  252.  
  253. (set #install-exit
  254.   (cat
  255.     "Thank you for installing MCP ..."
  256.   )
  257. )
  258.  
  259. (set #install-start
  260.   (cat
  261.     "Welcome to MCP installation utility!\n\n"
  262.     ".######.     .####  \n"
  263.     "###  ###     #####  \n"
  264.     "     ###      ####  \n"
  265.     "  #####       ####  \n"
  266.     "    .###      ####  \n"
  267.     "### ####      ####  \n"
  268.     "### #### ##   ####  \n"
  269.     "`######' ## ########\n\n"
  270.     "fOR MCP 1.32\n"
  271.     "Written and performed by fOX/aLiENDESiGN!\n"
  272.     "(Updated by Mario 'padrino' Cattaneo)\n"
  273.   )
  274. )
  275.  
  276. (set #run-prefs "Running MCPPrefs ! Configurate your MCP!")
  277.  
  278. (set #run-prefs-help
  279.   (cat
  280.     "If you already run an older version of MCP you have to"
  281.     " save your config again!\n\n"
  282.     "New users have to configure the whole MCP !"
  283.   )
  284. )
  285.  
  286. ;===[ German Documentation ]=================================================
  287.  
  288. (if (= @language "deutsch")
  289.  (
  290. (set languages-default 2)
  291.  
  292. (set #bad-kick "Man benötigt Kickstart 2.04 oder höher, um MCP benutzen zu können!")
  293.  
  294. (set #copy-mcp "Kopiere MCP...")
  295.  
  296. (set #copy-mcpicon "Kopiere MCP-Icon...")
  297.  
  298. (set #copy-mcpprefs "Kopiere MCP Voreinsteller...")
  299.  
  300. (set #copy-catalog "Kopiere Voreinsteller-Übersetzungen...")
  301.  
  302. (set #copy-democonfig "Kopiere Demo Einstellung...")
  303.  
  304. (set #copy-pointer "Kopiere Demo 16 Farben Mauszeiger...")
  305.  
  306. (set #copy-gurudat "Kopiere Guru Informationen...")
  307.  
  308. (set #copy-doc "Kopiere Dokumentationen...")
  309.  
  310. (set #copy-patchcontrol "Kopiere PatchControl...")
  311.  
  312. (set #copy-showpatches "Kopiere ShowPatches...")
  313.  
  314. (set #copy-fixjump "Kopiere FixJump...")
  315.  
  316. (set #copy-mcpsupport-library "Kopiere mcpsupport.library ins Libs: ...")
  317.  
  318. (set #copy-mcpgfx-library "Kopiere