I have an application, which creates an instance of word (visible=false), loads a document, fill in some data and close document & word.

using:
XP + Office2003/2007 --> this process needs between 2-5 sec
Win7 + Office2003/2007/2010 --> also 2-5 sec
XP + Office 2010 --> 2-3 MINUTES !!

i have to use late binding for supporting different environments. [WordApp = CreateObject("Word.Application")]

when i take a look to taskmanager, there are 2-3 MSIEXEC-processes, which are started with "CreateObject" and take a lot of time before the instance of WINWORD is created!?

ANY HINTS?? THANK YOU!