Archive: need a custom page


need a custom page
hi,
i was try to make a installer in which the user can choose whethre to install start menu icons or not. I want it in a custom page, in which i shall provide a tick box so that user can provide what all is required. i am not able to creat the custom page.
i kept the shortcut icon creation and a shell integration things in a seperate section so that the user can selecet or deselect them. Can any one say how can implement the custompage,where i can select options.the code i am using is

script attached below. please attach large scripts next time.

nagu


It seems you forgot to extract ioc.ini using MUI_INSTALLOPTIONS_EXTRACT. Take a look at Examples\Modern UI\InstallOptions.nsi for an example.


can you say what code i should add inorder to get the options of selecting the shortcut icons,startmenu (start menu seems to be bugging me a lot) etc there.
nagu


Use the macros in Sections.nsh to change section selections.