      (welcome "Welcome to the 'Starter' Installation!\n\nIt copies all neccessary files to\nthe right places.")

      (copyfiles
	(prompt "Copy the 'blackout'-system-configuration?\n(Not really neccesary)")
	(pattern "#?")
	(source "devs/")
	(dest "devs:")
	(confirm)
	(help @copyfiles-help)
      )

      (set no
      (askchoice
	(default 2)
	(prompt "Install which scheme?")
	(choices "0" "1" "2" "3")
	(help @askchoice-help)
      ))

      (copyfiles
	    (prompt (cat "Copying starter.pic/.prefs to s:" no))
	    (pattern "starter.(iff|prefs)")
	    (source (cat no "/"))
	    (dest "s:")
	    (help @copyfiles-help)
      )

      (copylib
	      (prompt "Copying 'Starter' to c:")
	      (help @copylib-help)
	      (source "c/Starter")
	      (dest "C:")
      )

      (copyfiles
	       (prompt "Copying 'startup-sequence'\nto 'starter-sequence'")
	       (source "s:startup-sequence")
	       (dest "s:starter-sequence")
	       (help @copyfiles-help)
      )

      (complete 100)

      (exit "Now change 's:startup-sequence'\nand 's:starter-sequence' as\ndescribed in the manual\nand you're ready to reboot...")

