I've a class library that I've written and I intend to utilise it across a number of applications.
The class libraries config file has details that can be adjusted by the user specific to their machine so the config file is included in the deployment.
This works fine, I can deploy the file and make some amendments to the config file during installation.
Now I write a windows application that references the dll from before and always includes it in the dependencies and always installs in the application folder but doesn't include the config file for the dll.
How do I include an installation that references a dll that is already installed on the client or runs the original setup file for the dll if it isn't there?
The class libraries config file has details that can be adjusted by the user specific to their machine so the config file is included in the deployment.
This works fine, I can deploy the file and make some amendments to the config file during installation.
Now I write a windows application that references the dll from before and always includes it in the dependencies and always installs in the application folder but doesn't include the config file for the dll.
How do I include an installation that references a dll that is already installed on the client or runs the original setup file for the dll if it isn't there?