Feature Requests item #1641701, was opened at 2007-01-22 15:03 Message generated for change (Comment added) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1641701&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: None Status: Open Priority: 5 Private: No Submitted By: David Tillery (dtillery) Assigned to: Bob Arnson (barnson) Summary: Need patch dialog support for Wix 2.0 Initial Comment: It would be nice if the WixUi library supported a PATCH dialog, or it would be nice to be able to overide the conditions when showing the WelcomeDlg, MaintenanceWelcomeDlg or ResumeDlg. I would like to do the following, but this is ingored if I put these statements in my .wix file. Example: <InstallUISequence> <Show Dialog="WelcomeDlg" Before="ProgressDlg">NOT Installed AND NOT PATCH</Show> <Show Dialog="MaintenanceWelcomeDlg" Before="ProgressDlg">Installed AND NOT RESUME AND NOT Preselected AND NOT PATCH</Show> <Show Dialog="ResumeDlg" Before="ProgressDlg">Installed AND (RESUME OR Preselected) AND NOT PATCH</Show> </InstallUISequence> ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2007-05-22 00:40 Message: Logged In: YES user_id=26581 Originator: NO WiX v2 doesn't support changing the conditions of dialog sequencing; WiX v3 does. Neither has a specific patch dialog so I'll keep this feature request open, though to be honest, it's going to be low priority because patches aren't generally installed with full UI. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1641701&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
