Inno Setup: Uninstall user dialog
I need a user dialog with yes/no option for the uninstall process ("also delete the setting files in the userappdata开发者_高级运维 folder?" )!
How is this possible?
Thank you in advance!
greets
You will need to create a custom form (CreateCustomForm()
) or use a simple message box (MsgBox()
) in the CurUninstallStepChanged(usUninstall)
event function.
精彩评论