FailAt 20

Echo "*NInstallation for DMSui v2.0.*N"

  Ask "Would you like to install req.library?"
  if not warn
	skip NOREQ
  endif

Version >NIL: LIBS:req.library
If NOT ERROR
	Echo "req.library already installed. This version was found:"
	Version LIBS:req.library
	Ask "Would you like to install v2.5 of req.library?"
	if not warn
		skip NOREQ
	endif
	copy libs/req.library LIBS: quiet
EndIf

Lab NOREQ

Ask "*NWould you like to install the default preferences to your S: directory?"
if not warn
	skip NOPREFS
endif
copy s/DMSui.prefs S: quiet
lab NOPREFS

echo "*nInstallation completed. Now install the DMSui program on your disk"
echo "and also put the DMS program on your HD!*N"
echo ""
Lab END
wait 3
