How can I add a check box for optional files during install in Inno Setup?

后端 未结 4 882
[愿得一人]
[愿得一人] 2020-12-29 14:06

I\'m trying to make a custom checkbox in my custom page (because it\'s a one page installer), is needed only a checkbox without dialogs or anything, the installer that I\'m

4条回答
  •  独厮守ぢ
    2020-12-29 14:54

    You can do it much easier with CreateInputOptionPage(). See detailed information in Inno Setup help. http://www.jrsoftware.org/ishelp/index.php?topic=scriptpages

提交回复
热议问题