简体   繁体   中英

NSIS custom page to choose for installing an add-on or not

I'm still a noob with NSIS. How can I write a custom page in the installer with something to let the user choose whether he wants to install an add-on or not?

If you are not already using the components page you could just use that: Section /o "Foo component"

To create a custom page you have to use nsDialogs or InstallOptions ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM