Add "Select all" checkbox for components
Hi ! It is possible in components window to add "Select all" checkbox to select/deselect all components ?
Thanks !
Archive: Add "Select all" checkbox for components
Add "Select all" checkbox for components
Hi ! It is possible in components window to add "Select all" checkbox to select/deselect all components ?
Thanks !
A checkbox in the same list?
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
A checkbox in the same list?
so,it is this possible ?
Thanks
any answer ?
thanks
How about just using Full Install / Custom Install installation types?
http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.24
http://nsis.sourceforge.net/Docs/Chapter4.html#4.6.1.4
Hi,this is great,thanks !