Is there a discussion or an article on what approach to take to develop
installer GUI.

If I'm not mistaken, I can see three ways of doing this:

1. Write Win32 application that will display all dialogs and collect all the
configuration data , and then call MSI passing this configuration.
2. It looks like there is a way for windows installer to delegate GUI to
external Win32 application.
3. Use windows installer controls (what WiX effectively does)

Maybe I'm still very inexperienced with installer controls, but it seems
very hard to do something different, or change behavior of controls. I'm
thinking of using approach 1, but maybe I'm missing something and it won't
work?

 




Bob Arnson-3 wrote:
> 
> Igor Maslov wrote:
>> It looks like a such common task, I wonder why WiX does not provide
>> specialized dialog for that.
>>   
> 
> Because you're the first to ask. So it's not that common at all.
> 
> -- 
> sig://boB
> http://bobs.org
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Dialog-to-let-user-select-%22Program-Menu%22-folder-tf3640577.html#a10193661
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to