Custom Uninstall page (not MsgBox)

后端 未结 4 1588
南方客
南方客 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:36

    I'm using InnoSetup 5.4.2 and in the docs are several Uninstall Event Functions including: procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);

    You should be able to create an input page within the [code] section.

提交回复
热议问题