On 17-Apr-13 03:56, Bruce Cran wrote:
> I've created 
> http://connect.microsoft.com/VisualStudio/feedback/details/783880 so 
> hopefully someone at Microsoft can figure this out. 

Being at Microsoft does not grant magical powers of debugging.<g> You 
can see the same issue using 'psexec -s' but it works as expected if you 
add the -i switch. The consensus is that WixStdBA's use of window 
messages for cross-thread IPC is breaking in session 0 isolation. The 
fix is to minimize the use of windows (e.g., use HWND_MESSAGE instead of 
a ThmUtil window) or switch to a windowless thread message queue.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to