A problem occurs when there is a path that contains formatting tags, for instance, C:\temp. On the page the string will show up with a tab inserted between 'C:' and 'emp'.
LangString TEXT_IO_TASKLIST ${LANG_ENGLISH} "Destination location:\r\n\t$INSTDIR"
Is there a function that would convert '$INSTDIR' to escaped characters?