Archive: Possible bug with Uninstall?


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


Are you using 2.26? This bug is supposed to be fixed in 2.27


Hi,
many thanks for the info. I thought I installed the latest version but it seems not. Many thanks for the fast help! :)

Ingo