Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Passing a List from object to main installer


1 reply to this topic

PSManju

PSManju
  • Members
  • 2 posts

Posted 01 April 2002 - 15:47

Hi,
I'm a newbie to IS and i'm currently using IS6.31.
I have a object and a main setup which includes this object.
I need to pass some information which is taken as input from the user in the objects onFirstUIBefore (i have both standard dialogs and custom dialogs) . I want to pass this information back to the main installer, so that I can show this information in the confirmation dialog of the main installer.

Can you please advice me how to do this.
Thanks in advance

Best Regards,
Manju
Best Regards,
P S Manjunath

Lucky

Lucky
  • Members
  • 119 posts

Posted 02 April 2002 - 14:48

You can add a read/write property to your object, and access that from the main installer after you created an "instance" of the object. However, this works for String and Number types; I'm not sure about the List type, I don't think that works too.