I am trying to install office 2010 primary interop assemblies(o2010pia.msi) in my windows 10 machine but it's not installing at all. As per the Event logs, it's showing as installed as successfully but I can't see it under the control panel and installed software list.
Microsoft Office primary interop assemblies give us the ability to create and modify Excel Spreadsheets from a .NET application. Office applications like Excel are written in unmanaged code. The primary interop assembly provides wrappers to call unmanaged COM objects from our managed .NET application.
By default, when you reference an Office primary interop assembly, the interop types are embedded into your application to avoid having to deploy extra assemblies. When applying protection, we must preserve some of these embedded types and methods to maintain COM interoperability.
582128177f