Archive: Need help with the uninstall section of a script


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


You must use SetShellVarContext in uninstaller as well.

http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.7.7