I am trying to trick the windows installer to let me install the Lync plugin on a 2016 host. Previously we could just change the ip_description.xml like shown below but now its not working, any idea how i could do that ?
<Computer Type="Intel EM64T">
<OS Name="Windows Server 2008" CfgOSType="17"/>
<OS Name="Windows Server 2012" CfgOSType="17"/>
<OS Name="Windows Server 2016" CfgOSType="17"/> *****this is the line
<OS Name="Windows 7"/>
<OS Name="Windows 10"/>
</Computer>