I'm getting strange error:
ERROR:System.NullReferenceException: Object reference not set to an instance of an object.
at WindowsInstaller.MsiInterop.MsiInstallProduct(String product, String commandLine)
at msicontroller.Program.Main(String[] arg
declaration:
[DllImport(MSI_LIB, CharSet = CharSet.Auto, SetLastError=true)]
extern static public MsiError MsiInstallProduct(string product, string commandLine);
i get this error on 1 pc only, pc is win server 2016