I am dealing with an application (.net) that is packaged by Vendor. Currently it is installed on each Windows server 2008 in a cluster individually and been load balanced for high availability. (no. of web servers -> 4). This application updates windows registery keys while instllalling the applicaiton and register's its DLLs.
I have been exploring a way to insall the application on network share so that the application content stays on centralized location while I can accomplish shared IIS configuration in order to avoid repeated deployments across web servers everytime code changes/version upgrade/patches are run for the said application.
Is there a way to handle the registry entries while I try to install the above application on a network share. Is there a use case which I can refer to?
Appreciate forum's help in this regard.