Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

UseInstallWizard

Return to previous page

  • 4/7/2015
  • 2787 Views

Comments

2787 Views

UseInstallWizard

Last updated long time ago

Comments

Common

(Enter the content of this article below)

Advanced

 
The UseInstallWizard setting is one of the AppSettings that is contained in the web.config file.

The UseInstallWizard setting is used by installs that want to skip the step by step wizard and instead kick off the single step install process i.e. sites that have manually configured the database connection strings. It's often combined with the AutoUpgrade setting.

By default UseInstallWizard is set to true. This can be verified by opening the web.config and locating the value in the appSettings section - it will look like this:

<add key="UseInstallWizard" value="true" />

If you wish to stage the install, change this to false i.e

<add key="UseInstallWizard" value="false" />

If this is set to false then instead of starting with the install wizard DotNetNuke will call the install page passing the necessary path through:

http://www.yoursitename.com/Install/install.aspx?mode=install

Note: The install page supports a number of other parameters.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out