InnoSetup Uninstall Ask Message - Pascal Coding
- by ryu
I have created an installer for some of my games and I want the uninstaller to ask me if I want to save my game files.
Something like this: when I execute the uninstall.exe to ask me 'Do you want to keep all saved games?' YES or NO. If I hit YES my save files remain and my program files are uninstalled and if I hit NO my program files inclusive save files to be uninstalled.
What is the PASCAL code for InnoSetup to do this?
Thank you very much!
Best regards, Ryan