Install Sitecore 9.3 (using Sitecore Install Assistant)
prerequisite for Sitecore Installation
Minimum - 16 GB Ram
Web Platform Intaller - https://www.microsoft.com/web/downloa...
IIS Download Link - https://www.microsoft.com/en-us/downl...
Install Visual Studio - https://visualstudio.microsoft.com/do...
Here is my post on Sitecore 9.3 Installation - / installing-sitecore-93-install-assistance-...
Sitecore compatibility table for Sitecore CMS 6.0 – XP 8.2.7
https://support.sitecore.com/kb?id=kb...
Sitecore compatibility table for Sitecore XP 9.0 and later
https://support.sitecore.com/kb?id=kb...
Sitecore Experience Platform 9.3 Initial Release
https://dev.sitecore.net/Downloads/Si...
Solution for: Installation error: Failed to start service 'Sitecore Marketing Automation Engine
Check for any non-self-signed certificates, execute below PowerShell script to find out:
Get-Childitem cert:\LocalMachine\root -Recurse | Where-Object {$_.Issuer -ne $_.Subject}
If you found any result item from the above powershell script then execute below PowerShell command to move these non-self-signed certificates into the Intermediate Certification Authorities store :
Get-Childitem cert:\LocalMachine\root -Recurse | Where-Object {$_.Issuer -ne $_.Subject} | Move-Item -Destination Cert:\LocalMachine\CA
After doing this , close the powershell window and reopen to execute your sitecore installation script.
#Sitecore9.3, #CMS