/
Find a Product's UpgradeCode from the Command Line
Find a Product's UpgradeCode from the Command Line
From a command prompt use a command like the following to find the IdentifyingNumber
wmic product where "Name like '%Word%'" get Name,Version,IdentifyingNumber
Then use PowerShell to run a command like the following using the IdentifyingNumber as the GUID
gwmi -Query "SELECT Value FROM Win32_Property WHERE Property='UpgradeCode' AND ProductCode='{YourGuid}'" | Format-Table Value
, multiple selections available,
Related content
Upgrade Fails - Service Broker can not be enabled
Upgrade Fails - Service Broker can not be enabled
More like this
Installer Issues and Logs
Installer Issues and Logs
More like this
Can't access the repository share
Can't access the repository share
More like this
© 2023 Foray, LLC - All Rights Reserved