Custom Inno Setup Uninstall page (not MsgBox)
You can modify the uninstall form to behave like the install form (with pages and the Next/Back buttons). In the InitializeUninstallProgressForm: Create the new pages and insert them to the UninstallProgressForm.InnerNotebook (or the .OuterNotebook). Implement the “Next” and the “Back” buttons. You can also make the “Cancel” button working. Run modal loop of the form … Read more