Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Clickherefor more information.
Hi , I am getting java.lang.NullPointerException when uninstallingthe product. I dont know what is causing this problem. the installer did not print any stack trace in the log file. it just prints the following.(Dec 12, 2006 11:31:59 AM), Un...
Hi , At run time I want to detect if the user has selected to install a feature in run time during the installation . Base on the this selection , i want to set one of its dependant bean active property to false so that it not installed.At des...
Hi , I am using a password control in a user defined dialog. I dont know how to mask this password in response file for silent install.The documentation provides guidelines for password dialog not for password control.did anybody try this b...
Hi I want to read the contents of a xml file and set it to a $V(variable).For this purpose, i have a java class .This Java class is able to read the File using regular Java I/O. But if i integrate this class with Installer in OnInstalled e...
Hi , I am using Destination Dialog to set the installLocation for the product.I want to display different default destination folder for different platform.For eg,For windows:C:\Program Files\My Company\My ProductFor HP-Ux/opt/My Company/...
Hi , I am running into "Null" error during unistallation in HP box. I also get 10:45:56|root|ISMP|HpuxRegistryServiceImpl.c|514|No installed parent for software object: 00def3bac983c2f1ce0eca7dfa5d4955......1."; severity = 0) error during in...
I got the answer. i use to get this error only HP -Unix( not sure it is HP specific or generic).i regenerated keys for the product and all the features and components.So now the unistallation works without any error.Regardssenthil
OnInstalling method itself let us check the active property. I was wrong previously.This is how we can change the product bean active property at runt time.ProductBean ourBean=context.getProduct().getProductTree().getBean("beanId");ourBean.setActive(...