I have msi and wants to check whether vsto run-time is installed on target machine, I have used launch condition through VS2008 in my msi but it only redirect user to vendor's website. I just want to install the prerequisite if it is not installed on machine and want the prerequisite to be installed during the msi is running. It can be summarized as:
When msi is running:
- It must check whether the prerequisite is installed if yes then resume the installation
- If not then install the prerequisite first and then resume the msi installation
I searched and find many solution like single package executable, vb script in custom action, but requirement is not to ship anything with the installer neither the exe is acceptable :(
I have orca installed but dont have much knowledge to customizing msi using Orca
Your help is appreciated.. Thanks in advance...