I make small test jscript custom action with Session.Message, and I can see 
message box on uninstall. But when I set msi options to disable UI - I can’t 
see message box. Where is the problem?






С уважением,
Бетке Сергей Сергеевич.





От: Phil Wilson
Отправлено: ‎пятница‎, ‎21‎ ‎марта‎ ‎2014‎ г. ‎20‎:‎12
Кому: General discussion about the WiX toolset.





In the general context of showing messages during MSI activities
session.message (aka MsiProcessMessage) is the correct answer. In the
context of this particular issue of showing a message during uninstall
it isn't the required answer because uninstall shows no UI and
therefore session.message won't show a message. As someone noted
before, Windows really doesn't want to show much UI during uninstall.
---------------
Phil Wilson


On Fri, Mar 21, 2014 at 3:22 AM,  <sergey.s.be...@yandex.ru> wrote:
> it isn't official note from Microsoft. sample code for jscript custom action:
>
> https://github.com/Metrolog/ITG.NevaTest3303P/blob/master/ITG.BDE_PRO/BDECustomActions.js
>
>
> For simple message box jscript Session.Message is optimal solution, why not?


>
> On 3/20/2014 6:32 AM, sergey.s.be...@yandex.ru wrote:
>> why not jscript or vbscript inline custom actio
>
> http://blogs.msdn.com/b/robmen/archive/2004/05/20/136530.aspx
>
> Dave
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to