This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Win32_Product WMI Class question
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 25, 2010
07:44 PM
Win32_Product WMI Class question
All,
Can anyone explain how the property values in the Win32_Product WMI Class get populated or map to Windows Installer properties in a MSI package?
I have a problem where after my MSI installation package is installed and when I query all installed packages using the Win32_Product WMI Class my products Win32_Product.Name and Win32_Product.Caption properties are empty.
I have a valid DisplayName entry under the registry HK_LM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ key. Other MSI packages I maintain all are working ok it’s just my one main MSI that has the problem. I cannot work out what is going wrong here.
Thanks
Simon
Can anyone explain how the property values in the Win32_Product WMI Class get populated or map to Windows Installer properties in a MSI package?
I have a problem where after my MSI installation package is installed and when I query all installed packages using the Win32_Product WMI Class my products Win32_Product.Name and Win32_Product.Caption properties are empty.
I have a valid DisplayName entry under the registry HK_LM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
Thanks
Simon
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 26, 2010
12:24 PM
Unfortunately, we don't have any information as to where the source values come from for these properties. If I had to guess, the data probably comes from the private configuration data Windows Installer maintains in the registry. However, all this data is populated based on information contained in an MSI package during installation. You may try validating this particular MSI package to see if there are any issues flagged with the ProductName property or any other required properties.