PDA

View Full Version : console mode detection in product bean condition



michele
08-05-2002, 04:52 PM
Hi,

I would like to write a ProductBeanCondition (not wizard bean condition) which checks whether user is running console mode or not. How do I do that?

There is no API to call getWizard().getUI()

thanks,

--Michele

Jeff Dillon
08-05-2002, 05:52 PM
See KB article Q105584: HOWTO: Determining if the Setup is running in Silent, Console, or AWT Mode. In order to access the knowledge base, please visit...

http://support.installshield.com/kb/

michele
08-05-2002, 05:53 PM
Hi Jeff,

Thanks for your response. However, the article you referred to only gives information about how to detect console mode in a Wizard Bean. I need it for either a Product Bean or a Produce Bean Condition. I don't seem to be able to call getWizard() from the Product Bean.

How can I do that?

thanks,

--Michele