How to install the merge modules...?
-
Hello Experst, I creat an application using the C#.net 2005. In that I use a third party component, I can't install the third party DLL with my application because that is against the policies of that company. So they provide merge modules for that..... I add merge modules in my setup and deployment project, But I have following confusions... 1. Somewhere I rad merge modules are not installed directly...is there any command or proprty to set ....? 2. How can I install that third party merge module with my installer...? Please help :confused:
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
-
Hello Experst, I creat an application using the C#.net 2005. In that I use a third party component, I can't install the third party DLL with my application because that is against the policies of that company. So they provide merge modules for that..... I add merge modules in my setup and deployment project, But I have following confusions... 1. Somewhere I rad merge modules are not installed directly...is there any command or proprty to set ....? 2. How can I install that third party merge module with my installer...? Please help :confused:
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...
Hi! Usually there's nothing else to do except add the merge module to your setup and build. The only trouble I ran into once was when there are several merge modules with dependencies between them. In that case, you'll have to copy all the merge modules to %COMMONFILES%\Merge Modules or else VS can't resolve the dependencies.
Regards, mav -- Black holes are the places where God divided by 0...
-
Hi! Usually there's nothing else to do except add the merge module to your setup and build. The only trouble I ran into once was when there are several merge modules with dependencies between them. In that case, you'll have to copy all the merge modules to %COMMONFILES%\Merge Modules or else VS can't resolve the dependencies.
Regards, mav -- Black holes are the places where God divided by 0...
First of all thanks for your kind reply, I add the merge modules in my project, but this does not seems to be install automatically... Is there any command or propety by which I can install the merge modules...?
Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...