
c_beeno1.5524945325470183E12 asked a question.
Do I need to do System Search before setting Prerequisites
I am using a basic MSI only. Do I need to do System Search before I set Prerequisites. What is the best way handle prereqisites. I have 3 features with some shared prerequisites and some that are exclusive to each. Can anyone help me?
Once the prerequisites are set, on installation, the installer checks/searches the target machine for these prerequisites and installs them only if they are not already present. you don't need search the target machine manually.
The installer checks and installs all the prerequisites before starting your product installation.