During the installation of Acrobat Standard DC 2015, if a greater version of Visual C++ Runtime (ex 12.0.41) is installed the following error is generated: "setup could not find Microsoft Visual C++ 2013 (x64) runtime on the machine. Without this, some application functionality will not work."
Seems that the AcroPro.msi has a custom action "CheckVCx64Runtime" that checks if Microsoft Visual C++ 2013 (x64) runtime version 12.0.21005 is installed on the machine. If I include the IGNOREVCRT64=1 property in the installation command line in order to avoid this error, but on the machine is installed a different version of Visual C++ Runtime, not 12.0.21005, the full functionality will be affected using this solution?