Archive: inserting ini pages/files in nsi file solved


inserting ini pages/files in nsi file solved
Re: inserting ini pages/files in nsi file
Hi,

Because "ini pages", or IO pages as they are called, are not real NSIS pages but actually pages generated by a NSIS plugin NSIS does not call .onNextPage/.onPrevPage for them.

You can do this easily with:
http://www.clantpa.co.uk/nsis/wiki/index.php/MultIni4

The new modern UI also includes macros for adding IO pages easily.

BTW, I think you were trying to post a message in the forum, but instead you sent me a private message. Next time click on the New Thread button in the forum page and then all of the forum users will see your message and will be able to answer, not just me.

KiCHiK



quote:
--------------------------------------------------------------------------------

lvsram wrote on 10-10-2002 11:17 PM:
Hi all,
i have a problem in finding a thing.
I have kept/inserted 2 .ini files , i mean i show up ini files after the License page and before installation directory page, now i want to number them.
I have problem like when i click previous button after going to the second ini file, it goes directly to the license page instead of going to the first ini file.
One more thing is when i navigate between these two ini files, .onNextPage and .onPrevPage functions are not invoked at all.Is there a way to learn more about .ini files and how to insert these into nsi files? is there a way to number these pages?
Please help me . Thanks in advance.
--lvsram


For a good Modern UI example using InstallOptions macro's, have a look at Examples\Modern UI\InstallOptions.nsi.

Get the latest NSIS 2 development snapshot at http://nsis.sourceforge.net/