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");