Hi ! It is possible in components window to add "Select all" checkbox to select/deselect all components ?
Thanks !
Add "Select all" checkbox for components
7 posts
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 !
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 PostA checkbox in the same list?
so,it is this possible ?
Thanks
Thanks
any answer ?
thanks
thanks
How about just using Full Install / Custom Install installation types?
Hi,this is great,thanks !