In article <[EMAIL PROTECTED]>,
    "Mazin Sayid Ali" <[EMAIL PROTECTED]>  writes:

> I'm new to WIX. I'm trying to create a progress bar dialog in which it shows
> Feature wise summary. I wish to show while Feature1 is being installed its
> status as Installing and all the others as blank. Then after Feature1 is
> installed it should show as status installed and the second feature as
> Installing.

Windows Installer doesn't really work this way.  It builds a big
transaction of everything that needs to happen to install all the
features selected for installation.  That means all the files,
registry values, etc., are lumped together, not sorted feature by
feature and processed as a group.  So there isn't any way to say "this
feature is done, this other feature is being installed" because stuff
isn't organized that way.
-- 
"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/>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to