web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Manually installing a deployable package

DaxNigel Profile Picture DaxNigel 2,574

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.

Comments

*This post is locked for comments