Hi,

Please find below a descriptin of my probem:

My motive is to run an application as standalone, i.e. I do not want any writing into registry to happen.

1) I have an application, lets call it ABC.exe which registers itself as COM when installed fully and if its not installed ie. run as standalone, the CLSID and other details which has to go in registry, goes into a temporary file(created by me) under temp directory.

2) Now I have another application, lets call it XYZ.exe which makes use of ABC.exe.

3) If the abc.exe application is installed, I can easily create its object using CreateObject(<PROG-NAME>)
But since my ABC.exe application is in standalone, so there isn't any registry entry for CreateObject call to be successful.

So, kindly provide me any help on as to how to create object of an application if its not registered as COM.

Thanks in advance.