microsoft/SqlNexus

Create a new XML rowset and Report to import missign MSI/MSP packages

PiJoCoder opened this issue · 1 comments

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")

image

image

And the Report itself

image