Comment on page
New installation
In order to use the demandPlus+ extension, the extension must first be installed.
An extension can be published using the NAV Administrations Shell. To do this, run it as administrator. With the following command the extension can be published:
Powershell
Publish-NAVApp -ServerInstance [Your Serverinstance] -Path [Path to the extension]
When entering your data, the square brackets must be removed.
After you have published the extension, you can install it. To do this, execute the following command in the NAV Administration Shell:
Powershell
Install-NAVApp -ServerInstance [Your Serverinstance] -Name ”demandPlus+”
When entering your data, the square brackets must be removed.
Last modified 1yr ago