开发者

Inno Setup: Uninstall user dialog

开发者 https://www.devze.com 2023-04-12 06:56 出处:网络
I need a user dialog with yes/no option for the uninstall process (\"also delete the setting files in the userappdata开发者_高级运维 folder?\" )!

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消