Has anyone gotten this working? I'm getting an error during the install: fixme:ole:CoTreatAsClass (0x46c858,0x46e128), stub! fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER not supported! fixme:ole:CoCreateInstance no instance created for {91814ebf-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005 I've tried copying ole32.dll from my real windows, and the error changes. I get a dialogue box that says The InstallShield Engine (iKernel.exe) could not be launched. (0x800401f0). That is in a CoCreateInstance call. I did a search on the web and someone said you get that error if you haven't called CoInitialize. Earlier there is a CoInitialize: 08084078:CALL ole32.44: CoInitialize(<unknown, check return>08084078:trace:heap:HeapAlloc (40370000,00000002,00000040): returning 403ad880 ) ret=00430f67 Any ideas? -Dave