srikanth
07-15-2002, 12:52 PM
Hello,
I am using ISMP 4.01
I have a product family with version numbers like 1.0.034, 1.1.006, 1.2.002, and 2.0.004 - they all belong to same product but with different features. And I have a single InstallShield XML project file to build any of these product versions.
Now how do I query registry service to find install location of any of the product version exists on the target machine?
I want to query registry service given key information but UIDs could be anything. I do set UIDs of every product bean while building installs through XSL sheet.
Basically, I am looking for something like a wildcard for version information of SoftwareObjectKey. The software key is same but the UIDs (version number) are different.
Or do I have to do this through a nested loops :)
I mean, by supplying major, minor, and build number to the query operation each time?
Please reply,
-- Srikanth
I am using ISMP 4.01
I have a product family with version numbers like 1.0.034, 1.1.006, 1.2.002, and 2.0.004 - they all belong to same product but with different features. And I have a single InstallShield XML project file to build any of these product versions.
Now how do I query registry service to find install location of any of the product version exists on the target machine?
I want to query registry service given key information but UIDs could be anything. I do set UIDs of every product bean while building installs through XSL sheet.
Basically, I am looking for something like a wildcard for version information of SoftwareObjectKey. The software key is same but the UIDs (version number) are different.
Or do I have to do this through a nested loops :)
I mean, by supplying major, minor, and build number to the query operation each time?
Please reply,
-- Srikanth