(set #WhatInstallPromptMsg "What do you want to install?")
(set #WhatInstallHelpMsg "Choose what you want to install:\n\no Libraries - all the libraries needed by RexxMustHave to work\n\no Documentation - RexxMustHave documentation in AmigaGuide format\n\no Examples - RexxMustHave ARexx macros")
(set #AskLibsDirPromptMsg "Select the drawer where you want to install RexxMustHave libraries")
(set #AskLibsDirHelpMsg "In the drawer you supply here, there will be installed rxsocket.library rxlibnet.library and rmh.library. This drawer MUST BE in your LIBS: assignment")
(set #AskUtilitisDirPromptMsg "Select the drawer where you want to install some RexxMustHave little utilities.")
(set #AskUtilitiesDirHelpMsg "In the drawer you supply here, there will be installed some little utilities such as rxs, needed to launch macro from inetd and rxhelp, needed to obtain RexxMustHave functions inline help. The best drawer to place them is C: ; anyway, it should be in your PATH")
(set #AskGuideDirPromptMsg "Select the drawer where you want to install RexxMustHave documentation")
(set #AskGuideDirHelpMsg "In the drawer you supply here, there will be installed the RexxMustHave documentation in AmigaGuide format")
(set #AskExamplesDirPromptMsg "Select the drawer where you want to install RexxMustHave examples macro")
(set #AskExamplesDirHelpMsg "In the drawer you supply here, there will be installed some RexxMustHave examples ARexx macros")
(set #CopyingLibsMsg "Copying or Updating libraries")
(set #CopyingUtilitiesMsg "Copying or Updating utilities")