Friday, May 27, 2022

How to install a Deployable package from LIVE to DEV server in Dynamcis 365 F&O

Go to https://lcs.dynamics.com/

Click on the Shared asset library button

Select Software deployable package

Download Dynamics 365 Unified Operations Platform Update 11 and copy the downloaded archive to a specific folder manually created on VM. For instance, C:\Update11

Right-click on the downloaded zip file, select Properties and click on the Unblock

Extract archive file to C:\Update11\AXPlatformUpdate folder

Open Command prompt application as Administrator, change the current folder to C:\Update11\AXPlatformUpdate by the following command:

cd C:\Update11\AXPlatformUpdate


Run the following command:

AXUpdateInstaller.exe generate -runbookid=”DevBox” -topologyfile=”DefaultTopologyData.xml” -servicemodelfile=”DefaultServiceModelData.xml” -runbookfile=”DevBox-runbook.xml”


Run the following command:

AXUpdateInstaller.exe import -runbookfile=”DevBox-runbook.xml”


Run the following command:

AXUpdateInstaller.exe execute -runbookid=”DevBox”


Now, wait until it’s completed. For me, it took approx. 3 hours.


After completion, you can check the About form and you will notice that the platform version has been changed.