Windows Installer XML toolset.
> Subject: Re: [WiX-users] Message Box at the top of Installer Dialog
>
> I got one method and its *working fine*:
>
> *session.Message(
>InstallMessage.Error |
> (InstallMessage)(MessageBoxIcon.Error) |
>(Insta
From: Ravi Raj [mailto:raviraj.callin...@gmail.com]
Sent: Tuesday, May 29, 2012 8:59 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Message Box at the top of Installer Dialog
I got one method and its *working fine*:
*session.Message(
Insta
I got one method and its *working fine*:
*session.Message(
InstallMessage.Error |
(InstallMessage)(MessageBoxIcon.Error) |
(InstallMessage)MessageBoxButtons.OK,
new Record { FormatString = "Some custom message" });*
Can you suggest me if I can overr
Is there anything related to C# as I am C# developer and not very
accustomed to C++.
On Wed, May 30, 2012 at 1:36 AM, Wilson, Phil wrote:
> MsiProcessMessage might be what you should be using, with
> INSTALLMESSAGE_USER.
>
>
> http://msdn.microsoft.com/en-us/library/windows/desktop/aa370354(v=vs.
MsiProcessMessage might be what you should be using, with INSTALLMESSAGE_USER.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370354(v=vs.85).aspx
Phil W
-Original Message-
From: Ravi Raj [mailto:raviraj.callin...@gmail.com]
Sent: Monday, May 28, 2012 2:43 AM
To: General
On 29/05/2012 04:14, Ravi Raj wrote:
> But there are several messages I ant to populate via custom actions. I am
> not sure how to do this. Can you help me with some examples.
If you know the title of your dialog, you can get a handle to it by
calling FindWindow("MsiDialogCloseClass", "My dialog
But there are several messages I ant to populate via custom actions. I am
not sure how to do this. Can you help me with some examples.
On Mon, May 28, 2012 at 9:22 PM, Pally Sandher wrote:
> Use the Windows Installer UI instead of a Custom Action showing a
> MessageBox?
>
> Palbinder Sandher
> So
Use the Windows Installer UI instead of a Custom Action showing a MessageBox?
Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in S
8 matches
Mail list logo