;
; Install Keyfile (c) by Andreas Falkenhahn <andreas@falkenhahn.com>
;
echo "Please wait installing full version!"
if exists InstallKit.key
  copy >nil: InstallKit.key devs:
endif
if exists InstallKit.code
  copy >nil: InstallKit.code devs:
endif
wait 2
echo "Done!"
multiview Readme.txt
quit
 
