In article <5a8c7ab90903170713j46a90ffeiae458e6fa1b1a...@mail.gmail.com>,
    Don Benson <dbenso...@gmail.com>  writes:

> The Windows Installer documentation seems to indicate that the progress bar
> does not work after InstallFinalize. Check out the following, link,
> especially step 9.
> 
> http://msdn.microsoft.com/en-us/library/aa367525(VS.85).aspx

I think that's only because that example is talking about a deferred
CA which must be in the install transaction.

To change the progress bar, you need to call MsiProcessMessage with
INSTALLMESSAGE_PROGRESS.  See
<http://msdn.microsoft.com/en-us/library/aa370354(VS.85).aspx>
-- 
"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/>

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to