I'm running into an issue on a Windows 10 x64 (LTSB 1607) where I'm trying to install Acrobat standard 2017 via command line but I keep getting errors about the .msi not installing the c++ runtime and I need .net framework installed. I know its compatible with my machine because if I run setup.exe it installs just fine but I need to be able to deploy this silently with the .msi. I've tried to install the individual components first (c++ runtime/.net) but I get the same errors.
Could someone point me in the direction of exactly what it needs in order to install when using the .msi?