When is my embedded UI called into during the execution sequence? Is it
called during InstallUISequence or InstallExecuteSequence?

On Fri, Aug 20, 2010 at 1:04 PM, Blair <os...@live.com> wrote:

> Only via your own UI (either embedded, external (requires a bootstrapper
> where you can place your UI), or in your own bootstrapper before starting
> the MSI transaction.
>
> You could use IDCRL from a custom action.
>
> -----Original Message-----
> From: Pratapa Reddy Sanaga [mailto:pratap.san...@gmail.com]
> Sent: Thursday, August 19, 2010 11:45 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] WebBrowser control in custom UI dialog
>
> Hi,
>
> I'm trying to solve the following problem.
>
> The MSI will enroll the client into my service only if the user
> provides LiveID credentials and the MSI is able to get a federated token
> from LiveID service. Currently LiveID does not support using ws-trust
> endpoint to get a token, so I will have to either use IDCRL or use a
> WebBrowser control. I am trying to look into the option of using a
> WebBrowser control.
>  Is it possible to have a WebBrowser control in the custom UI dialog, so
> that the user can provide his LiveID credentials and the WebBrowser control
> can talk to the LiveID service to get a token? I myself am not sure if what
> I'm asking for even makes any sense, but there has to be a starting
> point...
> :)
>
> Thanks,
> Pratap.
>
> --
> Vote for loksatta = vote for a better future
>
> ----------------------------------------------------------------------------
> --
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Vote for loksatta = vote for a better future
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to