Possible bug with Uninstall?
Hello,
in the past I was using $COMMONFILES in the uninstaller section. With the latest version of NSIS I build this scripts but now this paths will not uninstalled. It seems that the Uninstaller do not know the $COMMONFILES cause a Debug shows:
"mp/MyApp/MyFile.txt" to uninstall. The Script is
Delete "$COMMONFILES/MyApp/MyFile.txt". So it fill the $COMMONFILES with "mp". I also tried to use $COMMONFILES32 but this do not work, too.
Any Help in this?
Ingo