; Installer script for the PC2Am program

(set APPNAME PC2Amiga)

(copyfiles 
  (prompt "Copying the handler.")
  (source "L/pc2am-handler")
  (dest "l:")
  (help "The filesystem. Must be installed.")
  (confirm)
)

(copyfiles 
  (prompt "Copying the mount receipt. If you have already instelled PC2Amiga, you will probably not want to overwrite your settings, but don't forget to check what's new.")
  (source "Devs/Dosdrivers/PC")
  (dest "Devs:DosDrivers")
  (infos)
  (help "The mount receipt. You may create our own one, but it is recommended\nto copy the original")
  (confirm)
)

(copyfiles
  (prompt "Copying the PopPC2Am program.")
  (source "C/PopPC2Am")
  (dest "c:")
  (help "The window-poping utility. Not required but may be useful.")
  (confirm)
)

(copyfiles 
  (prompt "Copying doc.")
  (source "PC2Am.guide")
  (dest "HELP:")
  (infos)
  (help "The doc. You will probably need to read it.")
  (confirm)
)

(exit
  "Amiga part instalation done. Please refer to the guide how to install the PC part."
)
