The uninstaller's $INSTDIR is the directory in which it is located. You can simply copy another value to $INSTDIR. You'd probably want to save the installer's $INSTDIR in the registry and load it in the uninstaller.
thk.
I copy in $INSTDIR "c:\demo"
after that I copy unistaller in another direcotry:
c:\example\myunistaller´
and MessageBox schow c:\demo,
but TextBox on the first page of unistaller "delete from"
show on c:\example