Create a new XML rowset and Report to import missign MSI/MSP packages
PiJoCoder opened this issue · 1 comments
PiJoCoder commented
Create a new XML rowset to import missign MSI/MSP packages
$strLenProdN = 65
$strLenVer = 14
$strLenPkgName = 32
$strLenLocalPkg = 50
[void]$strSummaryOutputText.Append("-- Missing installer MSI or MSP packages -- " + "`n")
[void]$strSummaryOutputText.Append("Product Name".PadRight($strLenProdN) + " " + "Version".PadRight($strLenVer) + " " + "Package Name".PadRight($strLenPkgName) + " " + "Expected Installer Cache file".PadRight($strLenLocalPkg) + "`n")
PiJoCoder commented