Bugs item #1349735, was opened at 2005-11-06 14:05 Message generated for change (Settings changed) made by robmen 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: Closed Resolution: Fixed 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 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
