Skip to content

Add a new XML rowset and Report to import missign MSI/MSP packages #336

@PiJoCoder

Description

@PiJoCoder

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions