我有一个 NSIS 安装程序,这里有一些用户可以选择安装的组件:
Section "Modules" SecModules
SetOutPath "$INSTDIR"
CreateDirectory $INSTDIR\modules
...
SectionEnd
Section "Freenode util" SecFreenode
SetOutPath "$INSTDIR"
CreateDirectory $INSTDIR\modules
...
SectionEnd
如何使第二个未选中?默认情况下,它们都被选中