Archive: Custom and Automatic instillations


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


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


Thank you very much