Deploy ISV Package to Your own Dev Machine D365 FO

Deploy ISV Package to Your own Dev Machine D365 FO


  1. First Extract your .rar or zip package
  2. open CMD as administrator / CD extracted package path
  3. Generate a runbook from the topology

AXUpdateInstaller.exe generate -runbookid=[runbookID] -topologyfile=[topologyFile] -servicemodelfile=[serviceModelFile] -runbookfile=[runbookFile]        

  • [runbookID]– A parameter that is specified by the developer who applies the deployable package.
  • [topologyFile]– The path of the DefaultTopologyData.xml file.
  • [serviceModelFile]– The path of the DefaultServiceModelData.xml file.
  • [runbookFile]– The name of the runbook file to generate (for example, AOSRunbook.xml).

Example:

 AXUpdateInstaller.exe generate -runbookid="BoxDev12" -topologyfile="DefaultTopologyData.xml" -servicemodelfile="DefaultServiceModelData.xml" -runbookfile="BoxDev12-runbook.xml"        

4. Install a deployable package

AXUpdateInstaller.exe import -runbookfile=[runbookFile]        

Example:

AXUpdateInstaller.exe import -runbookfile=BoxDev12-runbook.xml        

5. AXUpdateInstaller.exe execute -runbookid=[runbookID]

AXUpdateInstaller.exe execute -runbookid=[runbookID]        

Example:

AXUpdateInstaller.exe execute -runbookid=BoxDev12        


Great post! You should share it on plaza 365 for others to enjoy!

回复
Omar Rabea

MS Dynamics365 BC Functional Consultant & LS Retail Consultant at PROART

7 个月
回复

要查看或添加评论,请登录

Mohammed Salah的更多文章

社区洞察

其他会员也浏览了