Hi John, I'm not able to install succesfully when requiresQuestionAndAnswer is set to true. everything looks fine untill:
...
00:01:49.860 - Installing Module File d:\www\xxx\www\Install\Module\XML_3.1_Install.zip:
Success00:01:49.907 - Executing Additional Scripts:
00:01:49.907 - Creating Portal: My Website
00:01:53.610 -
Error: The answer specified is invalid. Please specify a valid answer to the question.00:01:53.610 -
Portal failed to install:Error!00:01:53.610 - Installing Optional Resources:
Installation Complete
I guess I shoul specify the Question and Answer in \Install\DotNetNuke.install.config:
<portals>
<portal>
<portalname>My Website</portalname>
<administrator>
<firstname>Administrator</firstname>
<lastname>Account</lastname>
<username>admin</username>
<password>dnnadmin</password>
<email>admin@xxx</email>
</administrator>
...
Any idea how the specify Q&A here or another solution? Thanks!