Hello everyone!

I have a question abour wixlibs in general.
If i would like to make a library with all my custom dialogs, so that i 
can use them in multiple projects and multiple people,
what is the best way/design of doing this?
Up to now, i had the custom dialogs in each project, but it's not "proper".
The problem is that within my dialogs, i define Global Properties, and 
some buttons call Custom actions, that i have in a different 
CustomAction project.
What i would like to end up with, is by using the library, to be able to 
have all the functionality of each dialog, inluding being able to access 
the
properties, and use the custom actions being called at specific 
events(i.e button click)
My "concerns" are:
- When i use a dialog(from the wixlib), in my project i will not be 
aware of what Global Properties are defined in that dialog. Should i not 
include the properties in the dialog code? But then how can i say that 
TextBox foo sets a global property FOO_PROPERTY that i can use in my 
installer?
-When i click on a button and i want to call a custom action foo_Action 
i would have to do it in the installuisequence in my main project. But 
how would a developer know what custom action to call on a button click 
in his/her main project?

Any ideas?
Regards,
Stelios

----------------------------------------------------------------------------
This message is confidential and may be privileged. It is intended solely for
the named addressee. If you are not the intended recipient, please inform us.
Any unauthorised dissemination, distribution or copying hereof is prohibited.

Formicary Limited registered office in England and Wales, address 1 Taillar
Road, Hedon, East Yorkshire HU12 8GU, registration number 3894343, VAT number
747644304, does not guarantee that the integrity of this communication has been
maintained nor that this communication is free of viruses, interceptions or
interference.
----------------------------------------------------------------------------

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to