Installation not allowed

Your configuration specifies that installation isn't allowed. To allow installation modify web.config:

<n2><edit><installer allowInstallation="Administrator"/>

Already installed? There might be problems connecting to the database. To prevent this screen from appearing modify web.config:

<n2><edit><installer checkInstallationStatus="false"/>