Hello,
We are having a problem with the checkbox values during additional instance installation when multiple instance feature is enabled. The problem is checkbox values, when unselected, are not carried over to custom actions properly. This only happens on additional instance installations. It does not happen on the first install.
In order to reproduce the issue in the latest version, I have downloaded the latest version and created a sample project that uses the same features of the installer that we use in our actual project. These features are custom actions, IIS website installation, prerequisites.
I have attached the installer project file along with the logs of the first and the second instance installation and the screenshots
Let me talk about the screenshots:
- testing-1-1 => the checkboxes and their values: install api=Yes, install portal=""
- testing-1-2 => install portal value is empty as expected
- testing-1-3 => install api value is "Yes" as expected
- testing-2-1 => install portal value is "Yes" while it should be empty
- testing-2-2 => install api value is "Yes" as expected
Note: I'll add the logs in in the following post.