InnoSetup Uninstall Ask Message - Pascal Coding

Posted by ryu on Stack Overflow See other posts from Stack Overflow or by ryu
Published on 2010-05-25T10:24:25Z Indexed on 2010/05/25 10:31 UTC
Read the original article Hit count: 338

Filed under:

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

© Stack Overflow or respective owner

Related posts about inno-setup