home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / GPFAX23.LHA / Install-GPFax < prev    next >
Encoding:
Text File  |  1992-12-09  |  6.1 KB  |  232 lines

  1. ; script to install GPFax
  2.  
  3.         ; set up a error cleanup routine
  4.  
  5. (onerror
  6.         (makeassign "GPFax_Disk" (safe))
  7. )
  8.  
  9. (complete 0)
  10.  
  11.         ; just in case the installation was restarted
  12.  
  13. (makeassign "GPFax_Disk" (safe))                ; start fresh
  14.  
  15.         ; see if this is really an update
  16.  
  17.  
  18.  
  19.  
  20. (set is_update 0)
  21. (set GPFax_dest (getassign "GPFax" "a"))
  22.  
  23.  
  24.         ; if update, be sure they want program in same place
  25.  
  26. (if GPFax_dest
  27.         (if (askbool
  28.                         (prompt "Your current copy of GPFax appears to be located in the drawer named \""
  29.                                         GPFax_dest
  30.                                         "\". Do you want the update installed in that drawer?"
  31.                         )
  32.                         (help
  33.                                 "The installer has determined that you may already have a "
  34.                                 "copy of GPFax installed on your system. If this is wrong or "
  35.                                 "you want the update installed elsewhere, select NO as an "
  36.                                 "answer. Otherwise, select YES."
  37.                         )
  38.                         (default 1)
  39.                 )
  40.  
  41.                 (set is_update 1)               ; if user wants in same place
  42.  
  43.                 (set GPFax_dest                 ; if user wants in different place
  44.                         (tackon
  45.                                 (askdir
  46.                                         (prompt "A In which disk or drawer should GPFax be installed?")
  47.                                         (help @askdir-help)
  48.                                         (default @default-dest)
  49.                                 )
  50.                                 "GPFax"
  51.                         )
  52.                 )
  53.         )
  54.  
  55.  
  56. ; else if not an update, get a location for program
  57. ;
  58.         (set GPFax_dest
  59.                 (tackon
  60.                         (askdir
  61.                                 (prompt "B In which disk or drawer should GPFax be installed?")
  62.                                 (help @askdir-help)
  63.                                 (default @default-dest)
  64.                         )
  65.                         "GPFax"
  66.                 )
  67.         )
  68. )
  69.  
  70.  
  71.         ; now lock on to volume 'GPFax'
  72.  
  73. (askdisk
  74.         (prompt "Please insert \n the master program disk \n labeled \"GPFax\".")
  75.         (help   "The GPFax program and other options will be copied "
  76.                         "from the \"GPFax\" into your system.")
  77.         (dest  "GPFax")
  78.         (newname "GPFax_Disk")
  79. )
  80.  
  81.         ; make GPFax drawer & icon if not there
  82.  
  83. (if (not is_update)
  84.         (makedir GPFax_dest (infos))
  85. )
  86.  
  87.         ; at this point we have a valid destination, so we tell installer where
  88.         ; the application will end up so the exit page will be correct -- also,
  89.         ; the installation log file (if any) will be copied to the destination
  90. (set @default-dest GPFax_dest)
  91.  
  92.  
  93. (set whichfiles
  94.         (askoptions
  95.                 (prompt "Please select the files to be copied")
  96.                 (help   "This allows you to select only certain parts of the GPFax "
  97.                         "system to be installed on your hard drive. For normal installation "
  98.                         "select all the items")
  99.                 (choices "GPFax program, printer driver & fonts"
  100.                          "ViewFax program"
  101.                          "Update Notes"
  102.                          "Sample Fax files"
  103.                          "ARexx Examples")
  104.  
  105.         )
  106. )
  107.  
  108.  
  109. (if     (in whichfiles 0)
  110.         (
  111.                 (copyfiles
  112.                         (source "GPFax_Disk:GPFax")
  113.                         (dest GPFax_dest)
  114.                         (infos)
  115.                 )
  116.  
  117.                 (copyfiles
  118.                         (source "GPFax_Disk:devs/printers/gpfax.driver")
  119.                         (dest "DEVS:printers")
  120.                         (infos)
  121.                 )
  122.  
  123.                 (copyfiles
  124.                         (source "GPFax_Disk:fonts")
  125.                         (dest "FONTS:")
  126.                         (all)
  127.                 )
  128.  
  129.                 (copyfiles
  130.                         (source "GPFax_Disk:DataMessage.txt")
  131.                         (dest GPFax_dest)
  132.                 )
  133.  
  134.         )
  135. )
  136.  
  137. (complete 50)
  138.  
  139. (if     (in whichfiles 1)
  140.         (copyfiles
  141.                 (source "GPFax_Disk:ViewFax")
  142.                 (dest GPFax_dest)
  143.                 (infos)
  144.         )
  145. )
  146.  
  147. (complete 75)
  148.  
  149. (if     (in whichfiles 2)
  150.         (copyfiles
  151.                 (source "GPFax_Disk:Updates")
  152.                 (dest GPFax_dest)
  153.                 (infos)
  154.         )
  155. )
  156.  
  157. (complete 80)
  158.  
  159.  
  160. (tooltype
  161.         (dest GPFax_dest)
  162.         (noposition)
  163. )
  164.  
  165.  
  166. (makedir (tackon GPFax_dest "FAX_OUT")  (infos))
  167.  
  168. (makedir (tackon GPFax_dest "FAX_IN")   (infos))
  169.  
  170.  
  171. (if     (in whichfiles 3)
  172.         (
  173.                 (copyfiles
  174.                         (source "GPFax_Disk:Fax_in")
  175.                         (dest (tackon GPFax_dest "Fax_in"))
  176.                         (all)
  177.                         (infos)
  178.                 )
  179.                 (copyfiles
  180.                         (source "GPFax_Disk:Fax_in")
  181.                         (dest (tackon GPFax_dest "Fax_in"))
  182.                         (all)
  183.                         (infos)
  184.                 )
  185.         )
  186. )
  187.  
  188. (if     (in whichfiles 4)
  189.         (
  190.                 (copyfiles
  191.                         (source "GPFax_Disk:Rexx_samples")
  192.                         (dest (tackon GPFax_dest "Rexx_samples"))
  193.                         (all)
  194.                         (infos)
  195.                 )
  196.         )
  197. )
  198.  
  199. (complete 95)
  200.  
  201.         ; modify S:User-Startup
  202.  
  203. (startup "GPFax"
  204.         (prompt
  205.                 "Some instructions need to be added to the \"S:user-startup\" "
  206.                 "so that your system will be properly configured to use GPFax.")
  207.         (help "Do this or GPFax won't work!!")
  208.         (command
  209.                 "ASSIGN GPFax: \"" GPFax_dest "\"\n"
  210.         )
  211. )
  212.  
  213.         ; reinitialize assigns
  214.  
  215. (if (not @pretend)
  216.         (makeassign "GPFax" GPFax_dest)
  217.  
  218. )
  219.  
  220.  
  221. (complete 100)
  222.  
  223.         ; cleanup
  224.  
  225. (makeassign "GPFax_Disk" (safe))
  226.  
  227.         ; this is not strictly necessary, but doesn't hurt -- there is always
  228.         ; a default (exit) at the end of any script
  229.  
  230. (exit)
  231.  
  232.