True, but the progress bar is only available during InstallExecute sequence.
My understanding was that this "spinner" needed to happen during the UI
sequence. If I misunderstood then Tony's suggestion is a good one.

On Thu, Oct 22, 2009 at 5:36 AM, Tony <yellowjacketl...@gmail.com> wrote:

> You might be able to use a progress bar type behavior.  That is
> supported within Windows Installer.  We have a custom action that can
> take a long time to finish.  We added progress bar "ticks" to the
> custom action that provide feed back to the UI.  Might be worth
> checking out.  Though you need to specify a "range" and then provide
> ticks to indicate progress.  Not sure how that would work in an open
> ended type transaction.  In our case we have hundreds of files to
> process, so we use the number of files as the "range" and send a tick
> message after we process each file.
>
> --
> Tony
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to