Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the MPBM folder you just extracted from the MPBM.zip file.
  2. Locate the installation script file called "Install_MPBM_V14.ps1". The V14 may vary, because we update this number as we keep updating the installation script. Right click and select Run with Powershell. Click Open. A message will be displayed: "Do you want to allow the app to make changes to your device?" Click yes.
  3. Powershell will now run and prompt you with the following questions. Generally, following the bold commands here will be enough.

You may get the following request.

Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at http://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"):
Enter Y + hit Enter to continue. A reboot is required after this point. Press R + hit Enter. The machine will now reboot. You will need to start the installation script again afterwards (start over from step 5.1 of this manual).


The script will run and prompt you with the following questions:
- What is the IIS Web Application Name? Default is: Default Web Site\MPBMApi.
Press Enter to accept default. Usually this is the way the Api is deployed. If this is different for a specific installation, type: websitename\applicationname and press Enter. 

...

Here is a screenshot of my installation script at this point. Please use this for reference purposes only (do not copy any information, because you need to specify the information specifically for you your machine / situation).

- Do you want to back up the databases of this app before installation? [Y] Yes [N] No (Default is “N”):
Hit Y or N + Enter

- Do you want to perform database validation on the databases [Y] Yes [N] No (Default is “Y”):
Hit Y + Enter. This will check the databases on errors. The  The script will then continue to install the Api . After this is done, you will be prompted with a similar set of questions for the App installation:

...