Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-31 Thread Ravi Raj
I was checking that this method won't display very long message, is that
true?

On Thu, May 31, 2012 at 1:15 AM, Wilson, Phil wrote:

> Those DTF managed custom actions tree up to call MsiProcessMessage(), so
> you're restricted to the functionality of MsiProcessMessage.  I assume that
> if the IntelliSense in the dev environment doesn't offer what you want then
> you can't do it.
> Phil W
>
> -Original Message-
> 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(
>InstallMessage.Error |
> (InstallMessage)(MessageBoxIcon.Error) |
>(InstallMessage)MessageBoxButtons.OK,
>new Record { FormatString = "Some custom message" });*
>
> Can you suggest me if I can override its fields say instead
> InstallMessage.Error I want to use something else coz I tried this and my
> installer ended per-maturely. Also I want to change its Title message which
> is "Installer Information". I want to use some custom title message.
>
> On Wed, May 30, 2012 at 8:33 AM, Ravi Raj  >wrote:
>
> > 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
> >> .85).aspx
> >>
> >> Phil W
> >>
> >> -Original Message-
> >> From: Ravi Raj [mailto:raviraj.callin...@gmail.com]
> >> Sent: Monday, May 28, 2012 2:43 AM
> >> To: General discussion for Windows Installer XML toolset.
> >> Subject: [WiX-users] Message Box at the top of Installer Dialog
> >>
> >> I am trying to populate some information to the user via Message Box
> >> in custom action (deferred). But everytime my message box goes to the
> >> back of the dialog and I have to manually click at the taskbar to see
> >> the information.
> >>
> >> How can I make these at the top of the installer??
> >>
> >> --
> >> Thanks and Regards,
> >> Ravi Raj
> >>
> >> -
> >> -
> >> Live Security Virtual Conference
> >> Exclusive live event will cover all the ways today's security and
> >> threat landscape has changed and how IT managers can respond.
> >> Discussions will include endpoint security, mobile security and the
> >> latest in malware threats.
> >> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> >> ___
> >> WiX-users mailing list
> >> WiX-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wix-users
> >>
> >>
> >> *** Confidentiality Notice: This e-mail, including any associated or
> >> attached files, is intended solely for the individual or entity to
> >> which it is addressed. This e-mail is confidential and may well also
> >> be legally privileged. If you have received it in error, you are on
> >> notice of its status. Please notify the sender immediately by reply
> >> e-mail and then delete this message from your system. Please do not
> >> copy it or use it for any purposes, or disclose its contents to any
> >> other person. This email comes from a division of the Invensys Group,
> >> owned by Invensys plc, which is a company registered in England and
> >> Wales with its registered office at 3rd Floor, 40 Grosvenor Place,
> London, SW1X 7AW (Registered number 166023).
> >> For a list of European legal entities within the Invensys Group,
> >> please go to http://www.invensys.com/en/legal/default.aspx.
> >>
> >> You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail
> >> recept...@invensys.com. This e-mail and any attachments thereto may
> >> be subject to the terms of any agreements between Invensys (and/or
> >> its subsidiaries and affiliates) and the recipient (and/or its
> >> subsidiaries and affiliates).
> >>
> >>
> >>
> >>
> >> -
> >> -
>

Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-30 Thread Wilson, Phil
Those DTF managed custom actions tree up to call MsiProcessMessage(), so you're 
restricted to the functionality of MsiProcessMessage.  I assume that if the 
IntelliSense in the dev environment doesn't offer what you want then you can't 
do it. 
Phil W 

-Original Message-
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(
InstallMessage.Error |
(InstallMessage)(MessageBoxIcon.Error) |
(InstallMessage)MessageBoxButtons.OK,
new Record { FormatString = "Some custom message" });*

Can you suggest me if I can override its fields say instead 
InstallMessage.Error I want to use something else coz I tried this and my 
installer ended per-maturely. Also I want to change its Title message which is 
"Installer Information". I want to use some custom title message.

On Wed, May 30, 2012 at 8:33 AM, Ravi Raj wrote:

> 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
>> .85).aspx
>>
>> Phil W
>>
>> -Original Message-
>> From: Ravi Raj [mailto:raviraj.callin...@gmail.com]
>> Sent: Monday, May 28, 2012 2:43 AM
>> To: General discussion for Windows Installer XML toolset.
>> Subject: [WiX-users] Message Box at the top of Installer Dialog
>>
>> I am trying to populate some information to the user via Message Box 
>> in custom action (deferred). But everytime my message box goes to the 
>> back of the dialog and I have to manually click at the taskbar to see 
>> the information.
>>
>> How can I make these at the top of the installer??
>>
>> --
>> Thanks and Regards,
>> Ravi Raj
>>
>> -
>> -
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and 
>> threat landscape has changed and how IT managers can respond. 
>> Discussions will include endpoint security, mobile security and the 
>> latest in malware threats. 
>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>> *** Confidentiality Notice: This e-mail, including any associated or 
>> attached files, is intended solely for the individual or entity to 
>> which it is addressed. This e-mail is confidential and may well also 
>> be legally privileged. If you have received it in error, you are on 
>> notice of its status. Please notify the sender immediately by reply 
>> e-mail and then delete this message from your system. Please do not 
>> copy it or use it for any purposes, or disclose its contents to any 
>> other person. This email comes from a division of the Invensys Group, 
>> owned by Invensys plc, which is a company registered in England and 
>> Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, 
>> SW1X 7AW (Registered number 166023).
>> For a list of European legal entities within the Invensys Group, 
>> please go to http://www.invensys.com/en/legal/default.aspx.
>>
>> You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
>> recept...@invensys.com. This e-mail and any attachments thereto may 
>> be subject to the terms of any agreements between Invensys (and/or 
>> its subsidiaries and affiliates) and the recipient (and/or its 
>> subsidiaries and affiliates).
>>
>>
>>
>>
>> -
>> -
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and 
>> threat landscape has changed and how IT managers can respond. 
>> Discussions will include endpoint security, mobile security and the 
>> latest in malware threats. 
>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>
>
>
&

Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-29 Thread Ravi Raj
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 override its fields say instead
InstallMessage.Error I want to use something else coz I tried this and my
installer ended per-maturely. Also I want to change its Title message which
is "Installer Information". I want to use some custom title message.

On Wed, May 30, 2012 at 8:33 AM, Ravi Raj wrote:

> 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.85).aspx
>>
>> Phil W
>>
>> -Original Message-
>> From: Ravi Raj [mailto:raviraj.callin...@gmail.com]
>> Sent: Monday, May 28, 2012 2:43 AM
>> To: General discussion for Windows Installer XML toolset.
>> Subject: [WiX-users] Message Box at the top of Installer Dialog
>>
>> I am trying to populate some information to the user via Message Box in
>> custom action (deferred). But everytime my message box goes to the back of
>> the dialog and I have to manually click at the taskbar to see the
>> information.
>>
>> How can I make these at the top of the installer??
>>
>> --
>> Thanks and Regards,
>> Ravi Raj
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and threat
>> landscape has changed and how IT managers can respond. Discussions will
>> include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>> *** Confidentiality Notice: This e-mail, including any associated or
>> attached files, is intended solely for the individual or entity to which it
>> is addressed. This e-mail is confidential and may well also be legally
>> privileged. If you have received it in error, you are on notice of its
>> status. Please notify the sender immediately by reply e-mail and then
>> delete this message from your system. Please do not copy it or use it for
>> any purposes, or disclose its contents to any other person. This email
>> comes from a division of the Invensys Group, owned by Invensys plc, which
>> is a company registered in England and Wales with its registered office at
>> 3rd Floor, 40 Grosvenor Place, London, SW1X 7AW (Registered number 166023).
>> For a list of European legal entities within the Invensys Group, please go
>> to http://www.invensys.com/en/legal/default.aspx.
>>
>> You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail
>> recept...@invensys.com. This e-mail and any attachments thereto may be
>> subject to the terms of any agreements between Invensys (and/or its
>> subsidiaries and affiliates) and the recipient (and/or its subsidiaries and
>> affiliates).
>>
>>
>>
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>
>
>
> --
> Thanks and Regards,
> Ravi Raj
>
>


-- 
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-29 Thread Ravi Raj
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.85).aspx
>
> Phil W
>
> -Original Message-
> From: Ravi Raj [mailto:raviraj.callin...@gmail.com]
> Sent: Monday, May 28, 2012 2:43 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Message Box at the top of Installer Dialog
>
> I am trying to populate some information to the user via Message Box in
> custom action (deferred). But everytime my message box goes to the back of
> the dialog and I have to manually click at the taskbar to see the
> information.
>
> How can I make these at the top of the installer??
>
> --
> Thanks and Regards,
> Ravi Raj
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and threat
> landscape has changed and how IT managers can respond. Discussions will
> include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> *** Confidentiality Notice: This e-mail, including any associated or
> attached files, is intended solely for the individual or entity to which it
> is addressed. This e-mail is confidential and may well also be legally
> privileged. If you have received it in error, you are on notice of its
> status. Please notify the sender immediately by reply e-mail and then
> delete this message from your system. Please do not copy it or use it for
> any purposes, or disclose its contents to any other person. This email
> comes from a division of the Invensys Group, owned by Invensys plc, which
> is a company registered in England and Wales with its registered office at
> 3rd Floor, 40 Grosvenor Place, London, SW1X 7AW (Registered number 166023).
> For a list of European legal entities within the Invensys Group, please go
> to http://www.invensys.com/en/legal/default.aspx.
>
> You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail
> recept...@invensys.com. This e-mail and any attachments thereto may be
> subject to the terms of any agreements between Invensys (and/or its
> subsidiaries and affiliates) and the recipient (and/or its subsidiaries and
> affiliates).
>
>
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-29 Thread Wilson, Phil
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 discussion for Windows Installer XML toolset.
Subject: [WiX-users] Message Box at the top of Installer Dialog

I am trying to populate some information to the user via Message Box in custom 
action (deferred). But everytime my message box goes to the back of the dialog 
and I have to manually click at the taskbar to see the information.

How can I make these at the top of the installer??

--
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to http://www.invensys.com/en/legal/default.aspx.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-29 Thread Rob Hamflett
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 title").  You can 
then use this as the owning HWND when calling MessageBox().

Rob


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-28 Thread Ravi Raj
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
> 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 Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park, Glasgow
> G20 0SP
> Email Disclaimer
>
>
>
> -Original Message-
> From: Ravi Raj [mailto:raviraj.callin...@gmail.com]
> Sent: 28 May 2012 10:49
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Message Box at the top of Installer Dialog
>
> I am trying to populate some information to the user via Message Box in
> custom action (deferred). But everytime my message box goes to the back of
> the dialog and I have to manually click at the taskbar to see the
> information.
>
> How can I make these at the top of the installer??
>
> --
> Thanks and Regards,
> Ravi Raj
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Message Box at the top of Installer Dialog

2012-05-28 Thread Pally Sandher
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 Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 



-Original Message-
From: Ravi Raj [mailto:raviraj.callin...@gmail.com] 
Sent: 28 May 2012 10:49
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Message Box at the top of Installer Dialog

I am trying to populate some information to the user via Message Box in
custom action (deferred). But everytime my message box goes to the back of
the dialog and I have to manually click at the taskbar to see the
information.

How can I make these at the top of the installer??

-- 
Thanks and Regards,
Ravi Raj
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users