Tuesday, December 8, 2020

Install D365 together with the update

 This should be done using the config file

1. download the update extract to a folder

C:\Update\Version-Server-<KB>-ENU-amd64.exe /extract:C:\Update\Version

create a config file stating the update ; save in C:\Update\Configs as Server.txt

<CRMSetup>

 <Server>

 <Patch update="true">C:\Update\Version\Server_<KB>_amd64_1033.msp</Patch>

 </Server>

 </CRMSetup>


Now run the installer

~~\SetupServer.exe /config C:\Update\Configs\Server.txt


No comments:

Post a Comment