Creating a custom components page depending on Installation Methods
Hi,
I'm new for this NSIS development. In my installer I have added a custom page to select Installation Method out of two methods called "Quick Installation" and "Custom Installation". If user selects "Quick" then Components page should be skipped and if he selects "Custom" Components page should come next. Since Pages cannot be called inside a function I tried to create a .ini file and add it. But still I'm confused. Can any one tell me how to achieve this. Can I call a method to create a Page inside IF condition?