Skip to content
⌘ NSIS Forum Archive

Custom and Automatic instillations

3 posts

Mattie20#

Custom and Automatic instillations

Hi could you please send me some coding & an example of a script code that will create a custom and an automatic install buttons on the the welcome or install pages?
Thank you kindly
Afrow UK#
There's more to it then that. You will need to make a custom dialogue using InstallOptions that has e.g. 2 radio buttons "Custom" and "Automatic"

If Automatic is selected then the Components page is skipped (by calling Abort in the Pre function).

See Contrib\InstallOptions\Readme.html

-Stu