Hello, I'm trying to figure out what the EndDialog event does when given a
Value of "Retry". According to the Windows Installer documentation, it does:

"The wizard sequence is closed and the control returns to the installer with
the Suspend value."

I have the following control:

<Control
     Id="RetryButton"
     Type="PushButton"
     Text="Retry"
     Height="17"
     Width="56"
     X="220"
     Y="173">
     <Publish Event="EndDialog" Value="Retry">1</Publish>
</Control>

Clicking the button seems to close the installation and not continue on. I
get this in the install log (I'm using the button on a modal dialog called
PopupDlg, which is a child to IntroDlg):

Action 13:24:01: PopupDlg. Dialog created
Action ended 13:24:02: IntroDlg. Return value 4.
Action ended 13:24:02: INSTALL. Return value 4.

I couldn't find what "Return value 4" means. What's even weirder, is that at
the end of the log I get:

MSI (c) (FC:80) [13:24:03:031]: ... Installation success or error status:
1604.

Which apparently means that the product is already installed. Although it
definitely isn't. Any ideas about the use of "Retry" or these log messages?
-- 
View this message in context: 
http://n2.nabble.com/Meaning-of-EndDialog-With-Retry-Value-tp4938378p4938378.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to