Skip to content
⌘ NSIS Forum Archive

Need help with the uninstall section of a script

2 posts

torakiki#

Need help with the uninstall section of a script

Hi everybody,
i've an install script for my opensource project that a user made for me. Now i found there's something wrong but my nsis knowledge is very poor (i'm a java programmer). I've been able to fix some very simple bugs but i'm not able to fix the last one and more in general i'm not able to check if everything about this script is ok.
It's quite simple, it asks for the language and if the software should be installed for the current user or all the users... my problem is that the uninstall section is not working correctly, it doesn't remove the start menu section.
Is there anyone who could help me?

Thank you
Andrea
Red Wine#
You must use SetShellVarContext in uninstaller as well.