Feature Requests item #1641701, was opened at 2007-01-22 10:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
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>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1641701&group_id=105970

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to