I want to launch a smart client application using no-touch deployment
through internet explorer with a web browser window inside the windows form
app which is loaded using no-touch. I am able to accoumplish this with
simple applications WITHOUT the ie window. Here is what my ultimate goal is:

I need to launch a windows form application using no-touch deployment
through IE. Windows form app must contain an IE window inside. I can build a
windows app with the IE window inside, however it operates using a COM call
to shdoccvw.dll. and i don't know how to allow it to use it during no-touch
deployment. Any way to get around this issue?

Thank you