Hi, hopefully someone can help me.
I have a project where I need to install some 3rd party applications, these are 2 MSI files and 1 exe. I currently have them as pre-requisites but what I really want is to be able to have an option in one of my dialog boxes which allows the user to select the item, then the 3rd party installer runs, this needs to be done before my project runs and completes.
It can be a radio button, check box or whatever but I must have the option of selecting either 0,1, 2 or 3 of these apps.
Hopefully this makes sense