I have an Installshield Basic MSI Project with prerequisites. Once the user tries to run the setup.exe file, it shows the prerequisites dialog and the user is able to install the prerequisites successfully as expected.
After the application is installed successfully, the user removes one of the prerequisites.
Later the user tries to modify the installation by double clicking the setup.exe. The installation shows the prerequisites dialog as expected before proceeding with the modification.
But if the user tries to modify the installation from Add/Remove programs (using the change option) the installation does not shows the prerequisites dialog.
My questions are as below: 1. Why prerequisites dialog is shown only when user clicks the setup.exe and not from Add/Remove programs 2. What is the expected behaviour when the user tries to modify from Add/Remove programs and one of the prerequisites is missing.