home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Disk&HD / DCN-DP12.LHA / DiskProtection / Install < prev    next >
Encoding:
Text File  |  1996-05-01  |  8.5 KB  |  256 lines

  1. ; Install script for DiskProtection V1.2
  2.  
  3. (set @default-dest "")
  4.  
  5. ;=============================================================================
  6. ; make sure we are running under a 2.04+ ROM
  7.  
  8. (if (< (/ (getversion) 65536) 37)
  9. (
  10.     (abort "You must be using Kickstart 2.04+ to run DiskProtection.")
  11. ))
  12.  
  13. ;=============================================================================
  14.  
  15. (message (cat "\n\nDiskProtection installation script.\n\n"
  16.               "This script installs DiskProtection on your Amiga. "
  17.               "Read the documentation for "
  18.               "more information on the distribution "
  19.               "and commercial usage of DiskProtection.\n\n"
  20.               "DiskProtection © 1994-1995 Patrick Ohly.\n"
  21.               "All rights reserved."))
  22.  
  23. ; check files ================================================================
  24.  
  25. (if (> 2 @user-level)
  26.     (
  27.        (set choice 1)
  28.     )
  29.     (
  30.        (set choice (askbool (prompt (cat "Should the data integrity of " @app-name
  31.                                          " be checked before attempting to install?\n\n"
  32.                                          "(This is recommended.)")
  33.                             )
  34.                             (help @askbool-help)
  35.                             (default 1)
  36.                    )
  37.        )
  38.     )
  39. )
  40. (if (= choice 1)
  41.     (
  42.        (working (cat "Checking the integrity of " @app-name "."
  43.                      "\n\nThis may take a few moments, depending on the"
  44.                      " speed of your system."
  45.                 )
  46.        )
  47.        (if (> (run "md5sum/md5sum -c Checksums" (safe)) 0)
  48.            (
  49.               (abort (cat "WARING: This version of " @app-name " is"
  50.                           " incorrect, damaged, or has been tampered with. Please check the"
  51.                           " archive and the archive source carefully. If you"
  52.                           " suspect the archive has been modified please contact"
  53.                           " Patrick Ohly <patrick.ohly@stud.uni-karlsruhe.de> immediately!"))
  54.            )
  55.        )
  56.     )
  57. )
  58.  
  59. ; copy files =================================================================
  60.  
  61. (set install_mode (askchoice
  62.                       (prompt "Where do you want to install the different files of DiskProtection?")
  63.                       (choices "In their corresponding system directory." "In one single directory.")
  64.                       (help @askchoice-help)
  65.                   )
  66. )
  67. (set mode_system_dirs 0)
  68. (set mode_single_dir 1)
  69.  
  70. (set start_it (askbool
  71.                       (prompt "Do you want to activate DiskProtection at startup?" )
  72.                       (help @askbool-help)
  73.               )
  74. )
  75.  
  76. (set @default-dest
  77.      (if (= install_mode mode_single_dir)
  78.          (askdir (prompt "Please select a place for DiskProtection. All files and directories are copied there.")
  79.                  (default "Work:DiskProtection")
  80.                  (help @askdir-help)
  81.          )
  82.          ("")
  83.      )
  84. )
  85.  
  86. (if (= install_mode mode_single_dir)
  87.     (set install_dir @default-dest)
  88. )
  89.  
  90. (if (= install_mode mode_system_dirs)
  91.     (
  92.        (set install_dir
  93.             (if (> @user-level 1)
  94.                 (askdir (prompt "Please select a place for the preferences program \"DiskProtection\".")
  95.                         (default "SYS:Prefs")
  96.                         (help @askdir-help)
  97.                 )
  98.                 ("SYS:Prefs")
  99.             )
  100.        )
  101.        (set dp_dir install_dir)
  102.     )
  103. )
  104. (copylib (prompt "Copying the preferences program \"DiskProtection\"...")
  105.          (source "DiskProtection")
  106.          (dest install_dir)
  107.          (confirm "average")
  108.          (infos)
  109.          (help @copylib-help)
  110. )
  111.  
  112. (set temp_dir
  113.     (if (= start_it 1)
  114.         ("SYS:WBStartup")
  115.         (if (= install_mode mode_system_dirs)
  116.             (if (> @user-level 1)
  117.                 (askdir (prompt "Please select a place for the initialization program \"DPInit\".")
  118.                         (default "SYS:Tools")
  119.                         (help @askdir-help)
  120.                 )
  121.                 ("SYS:Tools")
  122.             )
  123.             (install_dir)
  124.         )
  125.     )
  126. )
  127. (copylib (prompt "Copying the initialization program \"DPInit\"...")
  128.          (source "DPInit")
  129.          (dest temp_dir)
  130.          (confirm "average")
  131.          (infos)
  132.          (help @copylib-help)
  133. )
  134.  
  135. (set temp_dir
  136.      (if (> @user-level 1)
  137.          (askdir (prompt "Please select a place for the exec device \"diskprot.device\".")
  138.                  (default "DEVS:")
  139.                  (help @askdir-help)
  140.          )
  141.          ("DEVS:")
  142.      )
  143. )
  144. (copyfiles (prompt "Copying the exec device \"diskprot.device\"...")
  145.           (source "devs/diskprot.device")
  146.           (dest temp_dir)
  147.           (confirm "average")
  148.           (help @copylib-help)
  149. )
  150.  
  151. (if (= install_mode mode_system_dirs)
  152.     (set install_dir
  153.          (if (> @user-level 1)
  154.              (askdir (prompt "Please select a place for the catalogs.")
  155.                      (default "LOCALE:Catalogs")
  156.                      (help @askdir-help)
  157.              )
  158.              ("LOCALE:Catalogs")
  159.          )
  160.     )
  161. )
  162. (copyfiles (prompt "Copying the catalogs for DiskProtection...")
  163.            (source "catalogs")
  164.            (all)
  165.            (dest (if (= install_mode mode_single_dir) (tackon install_dir "Catalogs") (install_dir)))
  166.            (confirm "average")
  167.            (help @copyfiles-help)
  168. )
  169.  
  170. (if (= install_mode mode_system_dirs)
  171.     (set install_dir
  172.          (if (> @user-level 1)
  173.              (askdir (prompt "Please select a place for the amigaguide online help for DiskProtection.")
  174.                      (default "HELP:")
  175.                      (help @askdir-help)
  176.              )
  177.              ("HELP:")
  178.          )
  179.     )
  180. )
  181. (copyfiles (prompt "Copying the amigaguide online help for DiskProtection...")
  182.            (source "help")
  183.            (all)
  184.            (dest (if (= install_mode mode_single_dir) (tackon install_dir "Help") (install_dir)))
  185.            (infos)
  186.            (confirm "average")
  187.            (help @copyfiles-help)
  188. )
  189.  
  190. (if (= install_mode mode_system_dirs)
  191.     (set install_dir
  192.          (if (> @user-level 1)
  193.              (askdir (prompt (cat "Please select a place for the documentation of DiskProtection."
  194.                               "It is available in ASCII-format (.dok/.doc) and TEX-format (.DVI)."
  195.                              )
  196.                      )
  197.                      (default "HELP:")
  198.                      (help @askdir-help)
  199.              )
  200.              ("HELP:")
  201.          )
  202.     )
  203. )
  204. (copyfiles (prompt "Copying the documentation for DiskProtection...")
  205.            (source "Docs")
  206.            (dest (if (= install_mode mode_single_dir) (tackon install_dir "Docs") (install_dir)))
  207.            (all)
  208.            (infos)
  209.            (confirm "average")
  210.            (help @copyfiles-help)
  211. )
  212.  
  213. ; check for triton library ===================================================
  214. (copylib (prompt (cat "DiskProtection requires Triton V1.3. "
  215.                       "Read the file 'Triton/ReadMe' for "
  216.                       "more information on Triton.\n\n"
  217.                       "Do you want to install at least the "
  218.                       "triton.library for OS2.04?"
  219.                  )
  220.          )
  221.          (help @copylib-help)
  222.          (source "Triton/triton.library")
  223.          (dest "LIBS:")
  224.          (confirm "average")
  225. )
  226.  
  227. ; check for ENV:EDITOR =======================================================
  228. (if (<> (exists "ENVARC:EDITOR") 1)
  229.     (textfile (prompt "Creating enviroment variable 'EDITOR'...")
  230.               (dest "ENVARC:EDITOR")
  231.               (append (askstring (prompt "Which text editor do you want to use as system default?")
  232.                                  (default "ed")
  233.                                  (help @askstring-help)
  234.                       )
  235.               )
  236.               (confirm "expert")
  237.               (help @textfile-help)
  238.     )
  239. )
  240.  
  241. ; create assigns + path in user-startup ======================================
  242. (if (= install_mode mode_single_dir)
  243.     (startup "DiskProtection" (prompt (cat "Adding \"assign DiskProtection: " install_dir "\"\n"
  244.                                            "\"assign DEVS: DiskProtection:Devs ADD\" and\n"
  245.                                            "\"path DiskProtection:\"\n"
  246.                                            "to  user-startup..."
  247.                                       )
  248.                               )
  249.                               (command (cat "assign DiskProtection: " install_dir "\n"
  250.                                             "assign DEVS: DiskProtection:Devs ADD\n"
  251.                                             "path DiskProtection:\n")
  252.                               )
  253.                               (help @startup-help)
  254.     )
  255. )
  256.