Hi There,
We are maintaining an application based on 3 layers (DB, WS, Application services).
The application is cluster-aware, meaning once cluster is configured on the target machine the install shield is running,
Further optionallities is being unlocked and visible for editing and to define how resource groups will react as part of the application's operations.
This issue is, that when trying to run the install shield on WinServer 2012R2, it fails to detect the active cluster.We had no issue when we were using WinServer 2008R2 and older versions (Not sure if we will encounter any similar issues on WinServer 2012).
Upon debugging the install shield, it seems that it initiates a call to a pre-defined windows internal class, that aventually uses a windows dll named 'msclusterlib.dll'.
This dll cannot be located as part of the machines registry keys or assemblies.
1. Since i could not find any information over the net about it, I was wondering if in WinServer 2012R2 the validation and retrievement of cluster information should be done differently?
2. Does someone ran into similar issue while working on WinServer 2012R2/2012?
Your help will be much appreciated.