Skip to content
⌘ NSIS Forum Archive

Uninstaller options

2 posts

AndeM#

Uninstaller options

I am developing a shareware racing game which uses NSIS.

Currently, when the game is uninstalled, it leaves some settings, player profiles, track records and self-made tracks. The idea is that no one would lose the most important files by accident.

But I would like that there would also be an option to delete everything and leave no trace of the game. I was thinking that this could be made possible by a checkbox in the uninstall window. Is this possible (how?), or what would you suggest me to do?
Afrow UK#
You can create an InstallOptions dialogue. See Contrib\InstallOptions.

The readme is in there along with one or two examples.

-Stu