Bugs item #1349739, was opened at 2005-11-06 15:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1349739&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: Nobody/Anonymous (nobody) Summary: Back Button Incorrectly Targeted When Modifying Initial Comment: Repro: - Install the product - Reinstall the MSI - Click Modify button on the Modify, Repair, or Remove installation screen. - Now Click Back button. - Instead of showing the 'Modify, Repair, or Remove installation' screen the End-User License Agreement screen is shown. Fix: Modify CustomizeDlg.wxs as follows: <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="$(loc.CustomizeDlgBack)"> <Publish Event="NewDialog" Value="[WixUI_CustomizeDlg_BackChange]">InstallMo de = "Change"</Publish> <Publish Event="NewDialog" Value="[WixUI_CustomizeDlg_BackCustom]">InstallMo de = "Custom"</Publish> <Publish Event="NewDialog" Value="[WixUI_CustomizeDlg_BackFeatureTree]">WixU I_Mode = "FeatureTree" AND NOT Installed</Publish> </Control> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1349739&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
