home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / VISUALPR.LHA / VisualPrefs / Install < prev    next >
Encoding:
Text File  |  1997-07-26  |  10.2 KB  |  383 lines

  1. ;** $VER: VisualPrefsBeta_install 40.10 (7.5.97) by Nik Soggia <nsoggia@telnetwork.it>
  2. ;**
  3. ;** modified (17.5.97) by Massimo Tantignone
  4. ;** modified (13.6.97) by Massimo Tantignone
  5. ;** modified (19.7.97) by Massimo Tantignone
  6. ;** modified (21.7.97) by Massimo Tantignone
  7. ;** modified (24.7.97) by Massimo Tantignone
  8. ;** modified (26.7.97) by Massimo Tantignone
  9. ;**
  10. ;** requires:
  11. ;** - RexxMast, Rx and Search commands
  12. ;** - T: and ENV: assignments for temporary files
  13.  
  14. ;***************************************
  15. ;** MESSAGES (DEFAULT: ENGLISH)
  16.  
  17. (set msg_rx    "Installer is unable to locate the \"Rx\" command")
  18. (set msg_rxm   "Installer is unable to locate the \"RexxMast\" command")
  19. (set msg_rxp   "Please locate it:")
  20. (set msg_wait  "Checking installation")
  21. (set msg_vpi   "A copy of VisualPrefs is already installed")
  22. (set msg_vpn   "VisualPrefs is not installed")
  23. (set msg_dir   "A drawer WILL NOT be created")
  24. (set msg_seldr "Select the destination drawer:")
  25. (set msg_whdoc "Where do you want to copy the documentation files?")
  26. (set msg_lang  "What language catalogs do you want to install?")
  27. (set msg_l_ita "Italiano")
  28. (set msg_icoo  "Normal icons")
  29. (set msg_icon  "NewIcons")
  30. (set msg_icom  "Magic WB")
  31. (set msg_icoi  "Iconographics")
  32. (set msg_icop  "Select icon set")
  33. (set msg_exa   "Install example preferences?")
  34. (set msg_done  "VisualPrefs will be available next time you boot.")
  35. (set msg_done2 "\n\nIf you use them, you should remove Prop3D and\nCenterTitles from your User-startup.")
  36. (set rxhelp    "Use the file requester to select the \"Rx\" program.")
  37. (set rxmhelp   "Use the file requester to select the \"RexxMast\" program.")
  38. (set dirhelp   "Select the drawer into which VisualPrefs is to be copied.\nIt should reside in the system command path.")
  39. (set dirhelp2  "Select the drawer into which the documentation is to be copied.\nThe default is the same drawer which VisualPrefs resides in.")
  40. (set langhelp  "Choose one or more languages for VisualPrefs and the GUI editor.\nYou can later select which one to use with the Locale preferences editor.")
  41. (set iconhelp  "Choose the style for the icons to be installed.")
  42. (set exahelp   "If you select \"Yes\", an example preferences file (preset) will be copied into your SYS:Prefs/Presets drawer.")
  43. (set var_docd  "DocsEnglish")
  44. (set var_docr  "VisualPrefs.guide")
  45. ;(set var_docc  "Changes")
  46.  
  47. ;***************************************
  48. ;** MESSAGES (ITALIANO)
  49.  
  50. (if (= @language  "italiano")(
  51.    (set msg_rx    "Installer non è in grado di trovare il comando \"Rx\"")
  52.    (set msg_rxm   "Installer non è in grado di trovare il comando \"RexxMast\"")
  53.    (set msg_rxp   "Per favore, localizzatelo:")
  54.    (set msg_wait  "Verifica installazione")
  55.    (set msg_vpi   "Una copia di VisualPrefs è già installata")
  56.    (set msg_vpn   "VisualPrefs non è installato")
  57.    (set msg_dir   "NON verrà creato alcun cassetto")
  58.    (set msg_seldr "Scegliere il cassetto di destinazione:")
  59.    (set msg_whdoc "Dove volete che siano copiati i file della documentazione?")
  60.    (set msg_lang  "Per quali lingue deve essere installato un catalog?")
  61.    (set msg_l_ita "Italiano")
  62.    (set msg_icoo  "Normali")
  63.    (set msg_icon  "NewIcons")
  64.    (set msg_icom  "Magic WB")
  65.    (set msg_icoi  "Iconographics")
  66.    (set msg_icop  "Selezionare il set di icone")
  67.    (set msg_exa   "Installare preferenze di esempio?")
  68.    (set msg_done  "VisualPrefs sarà disponibile dopo il prossimo reboot.")
  69.    (set msg_done2 "\n\nSe li usate, dovreste rimuovere Prop3D e\nCenterTitles dalla vostra User-startup.")
  70.    (set rxhelp    "Usate il file requester per selezionare il programma \"Rx\".")
  71.    (set rxmhelp   "Usate il file requester per selezionare il programma \"RexxMast\".")
  72.    (set dirhelp   "Selezionare il cassetto in cui deve essere copiato VisualPrefs.\nDovrebbe trovarsi nel path dei comandi di sistema.")
  73.    (set dirhelp2  "Selezionare il cassetto in cui deve essere copiata la documentazione.\nIl default è lo stesso cassetto in cui si trova VisualPrefs.")
  74.    (set langhelp  "Scegliere una o più lingue per VisualPrefs e l'editor GUI.\nIn seguito si potrà scegliere quale usare con l'editor di preferenze Locale.")
  75.    (set iconhelp  "Scegliere lo stile per le icone da installare.")
  76.    (set exahelp   "Selezionando \"Sì\" verrà copiato un file di preferenze di esempio (preset) nel vostro cassetto SYS:Prefs/Presets.")
  77.    (set var_docd  "DocsItaliano")
  78.    (set var_docr  "VisualPrefs.guide")
  79.    ;(set var_docc  "Cambiamenti")
  80. ))
  81.  
  82. ;***************************************
  83. ;** LOCATE AREXX PROGRAMS
  84.  
  85. (if (= 1 (exists "sys:rexxc/rx" (noreq)))
  86.    (set var_rx "sys:rexxc/rx")
  87.    (if (= 1 (exists "c:rx" (noreq)))
  88.       (set var_rx "c:rx")
  89.       (set var_rx
  90.          (askfile
  91.             (default "SYS:RexxC/Rx")
  92.             (help rxhelp)
  93.             (prompt msg_rx ".\n\n" msg_rxp)
  94.          )
  95.       )
  96.    )
  97. )
  98.  
  99. (set var_rxm (tackon (pathonly var_rx) "rexxmast"))
  100.  
  101. (if (= 0 (exists var_rxm (noreq)))
  102.    (if (= 1 (exists "sys:rexxc/rexxmast" (noreq)))
  103.       (set var_rxm "sys:rexxc/rexxmast")
  104.       (if (= 1 (exists "c:rexxmast" (noreq)))
  105.          (set var_rxm "c:rexxmast")
  106.          (if (= 1 (exists "sys:system/rexxmast" (noreq)))
  107.             (set var_rxm "sys:system/rexxmast")
  108.             (set var_rxm
  109.                (askfile
  110.                   (default "SYS:System/RexxMast")
  111.                   (help rxmhelp)
  112.                   (prompt msg_rxm ".\n\n" msg_rxp)
  113.                )
  114.             )
  115.          )
  116.       )
  117.    )
  118. )
  119.  
  120. (run var_rxm)
  121.  
  122. ;***************************************
  123. ;** CHECK PREVIOUS INSTALLATION
  124.  
  125. (working "(" msg_wait ")")
  126.  
  127. (delete "t:installvp.rx" (optional force) (safe))
  128. (textfile
  129.    (safe)
  130.    (dest "t:installvp.rx")
  131.    (append (cat
  132.       "/* filter */\n"
  133.       "\n"
  134.       "pull string\n"
  135.       "\n"
  136.       "comment=pos(';',string)\n"
  137.       "if comment~==0 then string=trim(left(string,comment-1))\n"
  138.       "say right(string,length(string)-lastpos(' ',string))\n"
  139.    ))
  140. )
  141.  
  142. (delete "t:installvp.sh" (optional force) (safe))
  143. (textfile
  144.    (safe)
  145.    (dest "t:installvp.sh")
  146.    (append (cat
  147.       "delete force t:installvp.out\n"
  148.       "\n"
  149.       "search >t:installvp.out search visualprefs S:Startup-sequence\n"
  150.       "if $RC eq 0\n"
  151.       "   setenv installvp_vp 1\n"
  152.       "   setenv installvp_vpp `" var_rx " <t:installvp.out t:installvp.rx`\n"
  153.       "else\n"
  154.       "   setenv installvp_vp 0\n"
  155.       "   setenv installvp_vpp \"\"\n"
  156.       "endif\n"
  157.       "delete t:installvp.out\n"
  158.       "\n"
  159.    ))
  160. )
  161.  
  162. (execute "t:installvp.sh" (safe))
  163. (delete "t:installvp.rx" (safe))
  164. (delete "t:installvp.sh" (safe))
  165.  
  166. (set var_vp (getenv "installvp_vp"))
  167. (set var_vpp (getenv "installvp_vpp"))
  168. (run "unsetenv installvp_vp")
  169. (run "unsetenv installvp_vpp")
  170.  
  171. (if (= 1 var_vp)
  172.    (
  173.       (set @default-dest (pathonly var_vpp))
  174.       (set msg_vp msg_vpi)
  175.    )
  176.    (set msg_vp msg_vpn)
  177. )
  178.  
  179. (complete 5)
  180.  
  181. (set no_break_warning
  182.    (askdir
  183.       (default @default-dest)
  184.       (help dirhelp)
  185.       (prompt (cat msg_vp ".\n" msg_dir ".\n\n" msg_seldr))
  186.    )
  187. )
  188. (set @default-dest (tackon no_break_warning ""))
  189.  
  190. (set docdir
  191.    (askdir
  192.       (default @default-dest)
  193.       (help dirhelp2)
  194.       (prompt (cat msg_whdoc "\n\n" msg_seldr))
  195.    )
  196. )
  197. (set docdir (tackon docdir ""))
  198.  
  199. ;***************************************
  200. ;** ASK INSTALLATION PREFERENCES
  201.  
  202. (complete 10)
  203.  
  204. (set var_lang
  205.    (askoptions
  206.       (prompt msg_lang)
  207.       (help langhelp)
  208.       (choices msg_l_ita)
  209.       (default 1)
  210.    )
  211. )
  212.  
  213. (complete 12)
  214.  
  215. (set var_icon
  216.    (askchoice
  217.       (prompt msg_icop)
  218.       (help iconhelp)
  219.       (choices msg_icoo msg_icon msg_icom msg_icoi)
  220.    )
  221. )
  222.  
  223. (complete 15)
  224.  
  225. (set var_exa
  226.    (askbool
  227.       (prompt msg_exa)
  228.       (help exahelp)
  229.    )
  230. )
  231.  
  232. ;***************************************
  233. ;** INSTALL FILES: VISUALPREFS
  234.  
  235. (complete 20)
  236.  
  237. (copyfiles
  238.    (source "VisualPrefs")
  239.    (dest @default-dest)
  240.    (infos) (noposition)
  241. )
  242.  
  243. ;***************************************
  244. ;** INSTALL FILES: DOCUMENTATION
  245.  
  246. (complete 30)
  247.  
  248. (copyfiles
  249.    (source (tackon var_docd ""))
  250.    (dest docdir)
  251.    (all) (infos) (noposition)
  252. )
  253.  
  254. ;***************************************
  255. ;** INSTALL FILES: GUI-PREFS
  256.  
  257. (complete 40)
  258.  
  259. (copyfiles
  260.    (source "Prefs/GUI")
  261.    (dest "SYS:Prefs/")
  262.    (infos) (noposition)
  263. )
  264.  
  265. ;***************************************
  266. ;** INSTALL FILES: CATALOGS
  267.  
  268. (complete 50)
  269.  
  270. (if (bitand var_lang 1)
  271.    (
  272.       (copyfiles
  273.          (source "Catalogs/italiano/gui.catalog")
  274.          (dest "LOCALE:Catalogs/italiano/")
  275.       )
  276.    )
  277. )
  278.  
  279. ;***************************************
  280. ;** INSTALL FILES: ICONS
  281.  
  282. (complete 60)
  283.  
  284. (if (= 1 var_icon)(
  285.    (copyfiles
  286.       (source "NewIcons/GUI.info")
  287.       (dest "SYS:Prefs/")
  288.       (noposition)
  289.    )
  290.    (copyfiles
  291.       (source "NewIcons/doc.info")
  292.       (dest docdir)
  293.       (newname (cat var_docr ".info"))
  294.       (noposition)
  295.    )
  296. ;   (copyfiles
  297. ;      (source "NewIcons/doc.info")
  298. ;      (dest docdir)
  299. ;      (newname (cat var_docc ".info"))
  300. ;      (noposition)
  301. ;   )
  302. ))
  303.  
  304. (if (= 2 var_icon)(
  305.    (copyfiles
  306.       (source "MagicWB/GUI.info")
  307.       (dest "SYS:Prefs/")
  308.       (noposition)
  309.    )
  310.    (copyfiles
  311.       (source "MagicWB/doc.info")
  312.       (dest docdir)
  313.       (newname (cat var_docr ".info"))
  314.       (noposition)
  315.    )
  316. ;   (copyfiles
  317. ;      (source "MagicWB/doc.info")
  318. ;      (dest docdir)
  319. ;      (newname (cat var_docc ".info"))
  320. ;      (noposition)
  321. ;   )
  322. ))
  323.  
  324. (if (= 3 var_icon)(
  325.    (copyfiles
  326.       (source "Iconographics/GUI.info")
  327.       (dest "SYS:Prefs/")
  328.       (noposition)
  329.    )
  330.    (copyfiles
  331.       (source "Iconographics/doc.info")
  332.       (dest docdir)
  333.       (newname (cat var_docr ".info"))
  334.       (noposition)
  335.    )
  336. ;   (copyfiles
  337. ;      (source "Iconographics/doc.info")
  338. ;      (dest docdir)
  339. ;      (newname (cat var_docc ".info"))
  340. ;      (noposition)
  341. ;   )
  342. ))
  343.  
  344. ;***************************************
  345. ;** INSTALL FILES: SAMPLE PREFS
  346.  
  347. (complete 70)
  348.  
  349. (if (= 1 var_exa)
  350.    (copyfiles
  351.       (source "Prefs/Presets/")
  352.       (dest "SYS:Prefs/Presets/")
  353.       (all) (infos) (noposition)
  354.    )
  355. )
  356.  
  357. ;***************************************
  358. ;** INSTALL FILES: NEW PREFERENCES FILE
  359.  
  360. ;(complete 80)
  361.  
  362. ;(rename "ENVARC:Sys/gui.prefs" "ENVARC:Sys/beta_gui.prefs")
  363. ;(run "InstallTools/ConvertGUIPrefs > NIL: ENVARC:Sys/beta_gui.prefs ENVARC:Sys/gui.prefs")
  364.  
  365. ;***************************************
  366. ;** STARTUP-SEQUENCE
  367.  
  368. (complete 90)
  369.  
  370. (if (= 0 var_vp)
  371.    (
  372.       (run (cat "InstallTools/AddLine \"" @default-dest "\""))
  373.       (protect "S:Startup-sequence" "+srwd")
  374.    )
  375. )
  376.  
  377. ;***************************************
  378. ;** DONE
  379.  
  380. (complete 100)
  381. (exit (cat "\n" msg_done msg_done2))
  382.  
  383.