All,

I recently built an installer that uses the .NET 2.0 core prerequisite. Everything works fine from a functional standpoint. However, the small dialog that appears on the screen during the .NET Framework installation gets greyed out, so you can't really see what is going on. In fact, it looks like the installer has hung.

Is there anything that can be done to keep this from happening? I think this is happening because the .NET installer is single-threaded and, since everything is running on the main thread, it can't repaint the dialog.

Any insight would be most appreciated.

Denny