Install third party packages in D365 F&O development environment
Views (192)
1. On the virtual machine (VM), download the zip file for the deployable package. Make sure that the zip file is stored in a non-user folder.
Note : After you download the zip file, right-click it, and then select Properties. Then, in the Properties dialog box, on the General tab, select Unblock to unlock the files.
2. Extract the files.
3. Open a Command Prompt window, and go to the folder where you extracted the deployable package.
4. Run the following command.
AXUpdateInstaller.exe devinstall
The devinstall option installs the AOT deployable package on the VM.
Note
This command doesn't run database synchronization. You must run database synchronization from Microsoft Visual Studio after you install the deployable package.
This was originally posted here.

Like
Report
*This post is locked for comments