Custom remove/uninstall
Hello everybody!
I've got a question.
After I install my program, it connects to internet and downloads updates. Updates can be very big. But my program should't delete them.
I want an option in uninstaller:
- delete program
- delete updates
I configured GUI window with 2 checkboxes (remove program, remove updates). I know how to delete my updates. But user may want to delete only updates - not the whole program. How can I interrupt uninstaller, after deleting updates? So, after removing updates, the program and installer must be functional.
I'm using MUI2 and nsDialogs.
Thank you.