Показать сообщение отдельно
Старый 24.01.2019, 20:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,646 / 848 (80) +++++++
Регистрация: 28.10.2006
erconsult: On the AXSCDPPKG file structure
Источник: http://erconsult.eu/blog/axscdppkg/
==============

Application hotfixes for Dynamics 365 for Finance and Operations are distributed via AXSCDPPKG (AX Source Code Deployable Package) files. They can be downloaded from the LCS Issue Search page. The deployment process with the help of the SCDPBundleInstall.exe utility as described in this working instruction.

However, prior to the installation you may want to quickly review the code to check if this is what you are looking for. The LCS Metadata hotfix is nothing but a set of 3+ nested ZIP files, quickly recognizable by the “PK” magic bytes in the header:


ol { list-style-type: decimal; list-style-position: inside;}li { margin: 20px 0;}
  1. Unpack the MicrosoftDynamicsAX_KBxxxxxxx.zip file as downloaded from the LCS.
  2. Rename the HotfixPackageBundle.axscdppkg file into a ZIP, unpack it. There are at least 2 files inside: one or many (for cumulative hotfixes) nested DynamicsAX_xxxxxxx.axscdp files, and a diagram with their dependencies PackageDependencies.dgml. The dependencies are well described by Mr. de Cavalon in his blog.
  3. Rename, unpack the nested DynamicsAX_xxxxxxx.axscdp. There is a set of application folders (Deltas) with a list of all affected application objects in PackageManifest.xml.
  4. Traverse the Deltas folder to the bottom. There is an XML file like this with the source code before the update ( … ) and after ( … ) in a human readable form, as maintained by the TFS source code versioning system.
The post On the AXSCDPPKG file structure appeared first on ER-Consult.



Источник: http://erconsult.eu/blog/axscdppkg/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.