in src/qa/Core/MSITools.cs [16:22]
public MSIInstaller(string productName, ProductConfig productConfig, string installerPath, string logsPath)
{
this.ProductName = productName;
this.ProductConfig = productConfig;
this.InstallerPath = installerPath;
this.LogsPath = logsPath;
}