Hi,
I wanted to use a .net dll in C++ .. so in the development machine i have used visualstudio200 3 set the cominterop to true and created type library and refered it in C++... it works fine...
but how could i do the same in target machines for users ..we are using installshield4. 5 for deployments....
are there any scripts that i could write which will do the same process that visual studio has done for registration
I wanted to use a .net dll in C++ .. so in the development machine i have used visualstudio200 3 set the cominterop to true and created type library and refered it in C++... it works fine...
but how could i do the same in target machines for users ..we are using installshield4. 5 for deployments....
are there any scripts that i could write which will do the same process that visual studio has done for registration
Comment