Manually installing a deployable package
Views (295)
You must go through several steps when you install a deployable package to one of your development environments.
Download deployable package
You need to download the deployable package to your machine instance. The asset library is typically the origin of the deployable package.
Unblock the file
Look into the downloaded file’s properties; unblock it to unlock the file if needed.
File extraction
Extract the zip file into a non-user directory.
Installing the package
To get the deployable package running, you must open the command prompt and go to the extracted package’s location.
Execute the following command in the command prompt to install the package.
AXUpdateInstaller.exe devinstall
Synchronize the database
After installing the deployable package, the database synchronization has to be run with Microsoft Visual Studio.
This was originally posted here.

Like
Report
*This post is locked for comments