How to detect Office 2019 programmatically?
问题 We are used to detect the currently installed Office version by getting the full version (e.g. from the file info of an installed Office executable) and map the mayor version to a friendly name, like 15 maps to "Office 2013", 16 to "Office 2016". However, there is no major version number change for Office 2019. The version number we get is 16.0.10827.20138 Is there a reliable way to map the minor version number to "Office 2019"? From which value onward will it be 2019? Is there another way to