Click Start > Run. In the Open box, type regedt32 and click OK
A package ID uniquely identifies a package. You can later query the client machines to check if a particular package is deployed on them or not.
pkgutil --packages --volume / | grep <PackageID>
Click Start > Run. In the Open box, type regedt32 and click OK
In the Registry Editor, click Edit > Find.
In the Find dialog, enter the package ID and click Find Next.
If the package ID exists on the client machine, it is returned under the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
If you are using Microsoft SCCM, you can also remotely query the clients for the package IDs in two ways:
Package ID is available for packages created using CCP 1.8. Package ID is also available for packages created using CCP 1.7 and then modified with CCP 1.8. If, however, you modified a CCP1.7 package using CCP 1.7, even if you modify it later with CCP 1.8, package ID will be available only in the Deployment panel and not in the client machine where the package is deployed.
We recommend that you use the MSI to uninstall a package and not use the product code present in the registry entry.
Sign in to your account