(set #endmsgs "MultiRen 1.41 has now been installed on your system.\n\nDon't forget to register the program.\nIt's totaly free!!!\n\nPlease use the Easy Register option which pops up when you start an unregistered copy of MultiRen!")
(message #welcome)
(welcome)
(complete 0)
; - create destination dir
(set destination
(askdir (prompt "Please select the destination directory for MultiRen.\nA sub-directory \"MultiRen\" will be created.")
(default @default-dest)
(help @askdir-help)
)
)
(set @default-dest destination)
(set destination (expandpath destination))
(set destination (tackon destination "MultiRen"))
(if (<> 0 (exists destination))
(
(message "There is an older installation of MultiRen in the same directory.\n\nIt will be overwritten! (not backed up as before)\n\nAny plugin-settings except the substitute list will also be overwritten!")