cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sdasarath
Level 2

location of product during uninstallation

Hi,

Before unistalltion i need to verify few things
one of them being if the product is running shut it down or abort uninstallation.

How can i get the product path during uninstallation when i have multiple installations .

This is for multiplatform 11.5
Labels (1)
0 Kudos
(2) Replies
TheTraveler
Level 8

You could look into the registry. There is a a string field, "InstallLocation" under the uninstall of the product. Another way would be to have you other installations put a registry entry to where they are installing themselves. There are many ways to do it. The question is, how you want to do it.
0 Kudos
RobertDickau
Flexera Alumni

For ISMP, you could use the RegistryService interface to query the ISMP registry (not the Windows registry) for installed locations; using the getSoftwareObjects method with the product's UUID, and then getInstallLocation with each instance that's returned...
0 Kudos