Hello experts,
i am trying to deploye dynamics 365 finance & operations 10.0.40 on-prem on windows server 2022 (please note .net framework 4.8 is included in this OS) and following the microsft documentation (Set up and deploy on-premises environments (Application 10.0.32 and later).
in step 14: setting up VM i am trying to run the following command to configure the pre-reqs
.\Configure-PreReqs.ps1 -MSIFilePath <path of the MSIs>
Setting up Pre-Reqs for [AOS] in this machine...
WARNING: If some of the features could not be installed, please install them manually.
Querying Machine for list of currently Installed applications
Found application Combined Visual C++ 2015-2022 (14.34+) (>=14.34.31945).
Found application SQL Server Management Studio 18.x (>=15.0.18424.0).
Installing [C:\InfraScriptsTWSB\Media\ndp472-x86-x64-allos-enu.exe].
Found application Update for Visual C++ 2013 and Visual C++ Additional Runtime (>=12.0.40660).
Windows feature .NET Framework 3.5 Features is installed
Windows feature .NET Framework 4.6 Features is installed
Windows feature Windows Process Activation Service is installed
Windows feature Internet Information Services is installed
A reboot may be required for the changes to take effect.
Restart the computer and re-run this script. Executing the script without restarting the computer may cause unexpected
errors. Do you want to restart the computer now ?
[N] No [Y] Yes [?] Help (default is "N"):
Strong name verification has been disabled.
User Access Control has been disabled.
.NET Framework has been configured to use the system default TLS version.
Protocols have been configured.
TLS cipher suites have been configured.
every time i run the config pre reqs command ever time its trying to install ndp472-x86-x64-allos-enu.exe while there is already 4.8 is installed by default. there is also ndp48-x86-x64-allos-enu.exe in the folder but the scripts is not checking that file.
i am using latest scripts downloaded on 10-10-24 (2.22.2).
can anyone help me on this.
regards,
Armaan