ExitDialog appearing two times

4 messages Options
Embed this post
Permalink
danimian

ExitDialog appearing two times

Reply Threaded More More options
Print post
Permalink
Hello,
by clicking Next in a Dialog window as MyDialog the ExitDialog is appearing two times.
I am using Wix_Mondo.
<Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish>
<Publish Dialog="MyDialog" Control="Next" Event="NewDialog" Value="ExitDialog">1</Publish>

what can be the reason for that?

Best Regards
Adnan
Pally Sandher

Re: ExitDialog appearing two times

Reply Threaded More More options
Print post
Permalink
http://msdn.microsoft.com/en-us/library/aa368569.aspx
Exit Dialog is shown by the InstallUISequence. You're also showing it
before that when a user clicks the Next button on your "MyDialog".

Follow the MSDN instructions to replace the Exit Dialog in the
InstallUISequence with your "MyDialog".

Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer



-----Original Message-----
From: danimian [mailto:[hidden email]]
Sent: 29 October 2009 10:11
To: [hidden email]
Subject: [WiX-users] ExitDialog appearing two times


Hello,
by clicking Next in a Dialog window as MyDialog the ExitDialog is
appearing two times.
I am using Wix_Mondo.
<Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog"
Value="Return" Order="999">1</Publish>
<Publish Dialog="MyDialog" Control="Next" Event="NewDialog"
Value="ExitDialog">1</Publish>

what can be the reason for that?

Best Regards
Adnan

--
View this message in context:
http://n2.nabble.com/ExitDialog-appearing-two-times-tp3910926p3910926.ht
ml
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA is
the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay ahead of the curve. Join us from November 9 - 12, 2009. Register
now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Andreas Mertens

Showing a "FilesInUse" dialog in a Installer/Patch with no UI

Reply Threaded More More options
Print post
Permalink
In reply to this post by danimian
Just a general installer question, though I am using Wix 3.0.

I have created a .MSI with no UI - I use this to turn it into a Bootstrap
installer package, and as such don't want it to have any UI.
I am also creating patches of this installer, for periodic updates.  All
that does work fine.

However I do not get the "FilesInUse" dialog to display when installing the
.MSI bootstrapper.  I assume that this is because there is no such dialog in
the .MSI - that makes sense.  Likewise however, I do not get the dialog when
applying the patch.

So two questions:

1) What would be the best way of including the "FilesInUse" dialog (and the
"MsiRMFilesInUse" dialog as well I suppose) so that it show up if necessary
in the .MSI
2) If the dialog is added in step #1 above, will it be available when I
apply the patch?

Thanks in advance,

Andreas Mertens


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Blair-2

Re: Showing a "FilesInUse" dialog in a Installer/Patch with no UI

Reply Threaded More More options
Print post
Permalink
For both dialogs, they just need to exist in the MSI (either by themselves
or via the MSP). Also, a populated InstallUISequence must exist so that UI
can be enabled (same). If the UI elements are in the MSI, they will be used
when the MSP is applied if needed.

-----Original Message-----
From: Andreas Mertens [mailto:[hidden email]]
Sent: Thursday, October 29, 2009 6:39 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Showing a "FilesInUse" dialog in a Installer/Patch with
no UI

Just a general installer question, though I am using Wix 3.0.

I have created a .MSI with no UI - I use this to turn it into a Bootstrap
installer package, and as such don't want it to have any UI.
I am also creating patches of this installer, for periodic updates.  All
that does work fine.

However I do not get the "FilesInUse" dialog to display when installing the
.MSI bootstrapper.  I assume that this is because there is no such dialog in
the .MSI - that makes sense.  Likewise however, I do not get the dialog when
applying the patch.

So two questions:

1) What would be the best way of including the "FilesInUse" dialog (and the
"MsiRMFilesInUse" dialog as well I suppose) so that it show up if necessary
in the .MSI
2) If the dialog is added in step #1 above, will it be available when I
apply the patch?

Thanks in advance,

Andreas Mertens


----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users