I want my installer to show OutOfDiskSpace dialogue during user interface
sequence. In VerifyReadyDialogue I make following actions:
                    <Publish Event="SpawnDialog"
Value="OutOfDiskDlg"><![CDATA[(OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace =
1) OR (OutOfDiskSpace = 1 AND PROMPTROLLBACKCOST="F")]]></Publish>
So if OutOfDiskSpace = 1 AND OutOfNoRbDiskSpace = 1 the dialog OutOfDiskDlg
must be show.
But it didn't happened, I check my installer log and see that OutOfDiskSpace
= 0 and OutOfNoRbDiskSpace = 0. And it is right independtly from selection
of features I made.
So I dont understand, why this properties didn't changed? What I must do to
change them during user interface sequence?
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to