>
>>>First, the progress bar in the MSI UI doesn't show any progress while
>>>it
>is installing. It this universally >>the case? Has anyone else seen this?
>
>
>I'm also having this issue, are there any solutions?
>
>
>Thanks

I've found a kludge that has seemed to work so far. It is bound to cause some 
weird behavior though.

Basically rather than making the main window not visible, I move the main 
window off the screen and then move it back when I want it back.

Something like this:

::SetWindowPos(m_hWnd, HWND_TOPMOST, screenBottom+1, screenRight+1,  0, 0, 
SWP_SHOWWINDOW);


Darwin
------------------------------------------------------------------------------
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

Reply via email to