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

Community site session details

Session Id :

D365: Install a deployable package

Galyna Fedorova Profile Picture Galyna Fedorova 3,566

Recently I bumped into necessity of AX update installation. Here is a nice guidance of this process.

https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/deployment/install-deployable-package

I used Update7 and I was going to install Update11.

Microsoft Dynamics 365 Finance and Operations info is presented below:

Microsoft Dynamics 365 Finance and Operations About

I ended up completing the following steps:

  1. Go to https://lcs.dynamics.com/
  2. Click on the Shared asset library button
  3. Select Software deployable package
  4. Download Dynamics 365 Unified Operations Platform Update 11 and copy downloaded archive to specific folder manually created on VM. For instance, C:\Update11
  5. Right-click on the downloaded zip-file, select Properties and click on the Unblock
  6. Extract archive file to C:\Update11\AXPlatformUpdate folder
  7. Open Command prompt application as Administrator, change current folder to C:\ C:\Update11\AXPlatformUpdate by the following command:

   cd C:\Update11\AXPlatformUpdate

  1. Run the following command:

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

  1. Run the following command:

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

  1. Run the following command:

AXUpdateInstaller.exe execute -runbookid=”DevBox”

  1. Wait until it’s completed. For me it took approx. 2 hours.

In a nutshell, there are 16 steps that must be completed. And devil is not so black as he is painted.

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

Microsoft Dynamics 365 Finance and Operations About Updated


This was originally posted here.

Comments

*This post is locked for comments