Skip to content
⌘ NSIS Forum Archive

Variable And Uninstall

3 posts

phunkydizco#

Variable And Uninstall

How can I set a variable during install and use this value in uninstall?

The problem is, that the user can set the name of a service in an install dialog. But in uninstall the name of this service is unknown. So I have to save the name in uninstall. But how?