Hi
I have a couple of applications that use Internet Explorer through Thinapp due to special add-ons etc. And it works great except that it never closes the Thinapp EXE file when Internet Explorer ends on 4.7.3.
However I know this was working as it should on the servers before we upgraded to IE 10. Now, it does not work as it should and the processes just piles up. How to solve this?
I tried AutoShutdownServices (even thouhg its for services) and all other debuging options that was commented out, nothing seems to help.
I tried to package this in Thinapp 5 instead and the process does end, but it throws an error on Internet Explorer with werfault.exe that you have to acknoweldge before process ends and I'm not able to get around this error or supress it.
Tried to disabled WER and add registry exceptions etc. nothing helps. Also tried enabling the IgnoreDDEMessages without any help.
I read some mentioned that we should have an exception on child process svchost.exe, I tried this in external/virtual or whatever without any success. Anyone have any idea?
The Thinapp package is supposed to run on 2008 R2 servers with no admin rights.
Maybe I'm starting it wrong? I use commandline to iexplore followed by web address like this. CommandLine="%ProgramFilesDIR%\Internet Explorer\iexplore.exe" http://Your.URL
Or I have to do a full packaging of IE 10?
Thanks for any input