Custom Uninstall page (not MsgBox)

后端 未结 4 1585
南方客
南方客 2020-11-29 08:58

I need to ask the user for a password during install, which is then used as part of a command which runs after installation. I\'m using a custom page to do this and it works

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 09:19

    Inno does not currently support wizard pages during uninstall. You will need to use Forms instead.

提交回复
热议问题