Archive: Including software with multiple license types


Including software with multiple license types
I'm building an installer for the Xindice XML database. The install includes software using the Apache license, the "Common Public License Version 0.5" license, the Nullsoft agreement, and one or two others.

How do I display all of this during the install?

Thanks for your help,
Walt


You could use InstallOptions (comes with NSIS, look in the Contrib directory) to create multiple licence pages... or here's a wacky idea, I wonder if you can use the next and prev page handlers to rewrite the licence string and then reshow the licence page? (that 2nd idea probs won't work but you never know).