Bugs item #1349735, was opened at 2005-11-06 22:05 Message generated for change (Settings changed) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1349735&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wixui Group: v2.0 Status: Open Resolution: None Priority: 5 Submitted By: Peter Provost (peterprovost) >Assigned to: Bob Arnson (barnson) Summary: Progress2 Doesn't Have Default Value Initial Comment: When you use wixui_featuretree (and presumably the others as well), the property [Progress2] isn't set to a default value. This means that during a normal installation, the Progress dialog has no value which causes it to display a message like this: "Please wait while Wix Setup Product Name..." The property Progress2 goes between the two spaces that are between Setup and Product. I was able to fix this by adding this line to wixui_featuretree.wxs: <Property Id="Progress2" Value="installs" /> I suspect the same change needs to be made to the other skins as well, unless there is a more centralized place to do it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1349735&group_id=105970 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
