Hi All,

I am creating some message dialogs and showing them in <InstallUISequence>
as shown below

<Dialog Id="upgrademsgdlg" Width="260" Height="85" Title="[ProductName]
[Setup]" NoMinimize="yes">
        <Control Id="No" Type="PushButton" X="132" Y="57" Width="56"
Height="17" Default="yes" Cancel="yes" Text="!(loc.CancelDlgNo)">
          <Publish Event="EndDialog" Value="Exit">1</Publish>
        </Control>
        <Control Id="Yes" Type="PushButton" X="72" Y="57" Width="56"
Height="17" Text="!(loc.CancelDlgYes)">
          <Publish Event="EndDialog" Value="Return">1</Publish>
        </Control>
        <Control Id="Text" Type="Text" X="48" Y="15" Width="194"
Height="30">
          <Text>!(loc.upgrademsg)</Text>
        </Control>
        <Control Id="Icon" Type="Icon" X="15" Y="15" Width="24" Height="24"
ToolTip="Information icon" FixedSize="yes" IconSize="32" Text="[InfoIcon]"
/>
      </Dialog>

<InstallUISequence>
<Show Dialog="upgrademsgdlg" Sequence="1398">condition</Show>
</InstallUISequence>

when this dialog appears and when I press yes button of this dialog then my
main screen get lost and some custom actions get executed (like batch files)
and finally my finish screen appears.
I want to retain my main installation progress screen. How do I do that?
What changes I have to make to achive this?

Anyone has any idea? I am new to wix.


Thank you

Regards,
Hukum
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to