Installer evidence typically contains a property that indicates where a product has been installed, known as the InstallLocation property. You can find the InstallLocation for an application in the inventory device's NDI file or by querying specific tables in the inventory database.
Find an InstallLocation using the NDI file
If the FlexNet Inventory Agent detects the InstallLocation property for an application, you will find it in the NDI file.
<Package Name="IBM InfoSphere Change Data Capture Replication
Engine Update (Sybase)" Evidence="IA" Version="10.2.0.0"
InstallDate="20140313T122900">
<Property Name="InstallLocation" Value="/CDC/
ReplicationEngineforSybase"/>
<Property Name="Publisher" Value="IBM Corporation"/>
Find an InstallLocation in the inventory database
You can also find the InstallLocation property by running the following query in your inventory database.
Use FNMSInventoryYou can build on this query if you need to find the location of specific devices. In the example below, several relevant tables are joined using the computerID value of the device, the softwareID, and the softwareoccurenceID. They are then filtered by application and device name.
Select * From SoftwareProperty WHERE Property LIKE
'InstallLocation'
--use SoftwarePropertyID in the following query:
Select * From SoftwareValue WHERE SoftwarePropertyID =
<SoftwarePropertyID>
Use FNMSInventory
Select * From SoftwareProperty WHERE Property LIKE
'InstallLocation'
--use SoftwarePropertyID in the following query:
select c.ComputerCN as 'Inventory device', sv.SoftwareName as
'Application Name', sw.Value as 'Install location' from computer c
join SoftwareOccurrence so on c.computerID=so.computerID
join SoftwareVersion sv on so.softwareID=sv.SoftwareID
join SoftwareValue sw on so.softwareoccurrenceID=
sw.SoftwareOccurrenceID
where SoftwarePropertyID = <SoftwarePropertyID> and
sv.SoftwareName like '%application%' and
c.computerCN = 'devicename'
Related Articles
Multi-tenant FlexNet Manager Suite 2025 R1 homepage redirects to https://.../Suite/Tenants/Select and shows "We have a pro… 6Number of Views Remove a shortcut 3Number of Views How to Create Desktop Shortcuts in a MSIX Project Using the Package Support Framework 13Number of Views Installing An Uninstallation Shortcut To The Programs Menu 4Number of Views Force the Installer to Use a Particular JVM 3Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Case id: 00001065
Activity: Status change: 2 hours ago