${WordFind} from uninstaller section
The following code works in installer sections -
${WordFind} "$R0" "\" "-2{*" $R0
It doesn't work in uninstaller sections, giving me the following warning -
!insertmacro: WordFindCall
Call must be used with function names starting with "un." in the uninstall section.
Usage: Call function_name | [:label_name]
Error in macro WordFindCall on macroline 6
According to the documentation, it should work. Any ideas?