Skip to content
⌘ NSIS Forum Archive

Add "Select all" checkbox for components

7 posts

mrjohn#

Add "Select all" checkbox for components

Hi ! It is possible in components window to add "Select all" checkbox to select/deselect all components ?
Thanks !
mrjohn#
No,not in the same

I want to create one installer for my software used it will only launch silently each installer.
this is used after I reinstall my system.

..............
Section "Install Notepad++"
SetAutoClose true
SetOverwrite on
SetDetailsPrint both
detailprint "Install Notepad++"
SetDetailsPrint none

ExecWait '"nppInstaller6.exe" /S'
SectionEnd

Section "Install GomPlayer"
SetAutoClose true
SetOverwrite on
SetDetailsPrint both
detailprint "Install GomPlayer"
SetDetailsPrint none
ExecWait '"GOMsetup.exe" /S'
SectionEnd

................

Also I need to resize components window,I've read this forum to use ResHacker to edit modern.exe,I've done but no change 🙁
Thanks !

Originally Posted by Anders View Post
A checkbox in the same list?
MSG#
How about just using Full Install / Custom Install installation types?