简体   繁体   English

NSIS自定义页面以选择是否安装加载项

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

I'm still a noob with NSIS. 我还是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" 如果尚未使用组件页面,则可以使用它: Section /o "Foo component"

To create a custom page you have to use nsDialogs or InstallOptions ... 要创建自定义页面,您必须使用nsDialogsInstallOptions ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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