ThatWaltGuy
16th June 2002 07:02 UTC
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
Sunjammer
16th June 2002 10:15 UTC
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).