This snapin makes use of a custom Cmdlet that calls the Windows Installer API to retrieve information about installed products. Also included are a couple actions that allow for uninstall or repair of a product.
This method will typically return more results then those displayed in "Control Panel->Add/Remove Programs"
Installing the Cmdlet should just require running:
> InstallUtil InstallerCmdlets.dll
To add the Cmdlet to a running instance of PowerShell:
> Add-PSSnapin InstallerSnapin
|