Package com.zerog.ia.api.pub
Interface InstallShieldUniversal10AndOlderRegistry
-
- All Superinterfaces:
InstallShieldUniversalRegistry
public interface InstallShieldUniversal10AndOlderRegistry extends InstallShieldUniversalRegistry
This class provides access to the Installshield database for product querying to Custom Actions, Panels, and Consoles. Please also look at
The
InstallShieldUniversalRegistry
object is obtained through the InstallerProxy, CustomCodePanelProxy, and CustomCodeConsoleProxy objects by a request for the InstallShieldUniversalRegistry class, as follows:Given an instance of CustomCodePanelProxy proxy,
InstallShieldUniversal10AndOlderRegistry isuReg = (InstallShieldUniversal10AndOlderRegistry)proxy.getService(InstallShieldUniversal10AndOlderRegistry);
InstallShieldUniversalSoftwareObject[] objs = isuReg.getSoftwareObjects("00000000000000000000000000000002", "1.0.0");
-
-
Field Summary
-
Fields inherited from interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
EQUAL_TO, HIGHER_THAN, HIGHER_THAN_OR_EQUAL_TO, LOWER_THAN, LOWER_THAN_OR_EQUAL_TO
-
-
Method Summary
-
Methods inherited from interface com.zerog.ia.api.pub.InstallShieldUniversalRegistry
getDependedSoftwareObjects, getSoftwareObject, getSoftwareObject, getSoftwareObjectParents, getSoftwareObjects, getSoftwareObjects, getVpdLocation, isVpdAvailable, setVpdLocation
-
-