Displaying software version from registry key.
Is there some way I can create a report that would display devices that would have the full software version stored in a registry key? In the software section the software is listed but we install mini patches that takes the version to a different number not always listed in software.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Hobbsy
3 years ago
You would need to create a custom Inventory item to contain the version number you want and then you will be able to add them to a report
Use RegistryValueReturn(registryPath, name, type) in your custom inventory command
for example
RegistryValueReturn(HKEY_LOCAL_MACHINE\SOFTWARE\Corel\VideoStudio,ContentVersion,Data)