Skip to content
⌘ NSIS Forum Archive

Possible bug with Uninstall?

3 posts

Ocrana#

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
Ocrana#
Hi,
many thanks for the info. I thought I installed the latest version but it seems not. Many thanks for the fast help! 🙂

Ingo