In article <[EMAIL PROTECTED]@fiducial.fr>,
    "Guillaume Chassigneux" <[EMAIL PROTECTED]>  writes:

> I try to define a new Dialog containing a RadioButtonGroup that I must
> populate with the result of a WebService call.

This sounds like a configuration task; the general advice is to put
configuration of the application into something that is run *after*
the application is installed (triggered on first run) and not part
of the install process.

To create a dynamic UI in windows installer, you have to write
immediate CAs that add/modify rows in the UI tables.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to