[WiX-users] Best Practice for Updating UI from Custom Action

2014-04-11 Thread Arthur, Christopher
Hi, I would like to know, what's the best Way for Updating PeogressBar and StatusText From c# Custom Action. Sincerly Chris Wichtiger Hinweis: Diese E-Mail und etwa angehängte Dateien können vertrauliche Informationen enthalten und sind ausschließlich für den/die Adressaten bestimmt. Sollten

Re: [WiX-users] Best Practice for Updating UI from Custom Action

2014-04-11 Thread Phil Wilson
The general methodology is here: http://msdn.microsoft.com/en-us/library/aa367525(v=vs.85).aspx That covers the APIs which probably have C# mappings in DTF (if that's what you're using) The status text comes from the ActionText MSI table, WiX ProgressText. The format is templated and many