Hi Punithkumar,
If your application is based on .NET Framework, then you'd set the the corresponding version .NET framework as a prerequisite. If your application will use sql server express edition, then you will need to set sql server express as a prerequisite. So make sure all the prerequisites are included.
How to add prerequisite in the setup application? You can check out the following steps.
- Right click the setup project, the Property page Dialog appears.
- Click prerequisite button, the "Prerequisite" Dialog appears.
- Check the prerequisites your application need.
- You can choose download the prerequisite from the third party vendor's site, or from the same location as your application.
Once your users click the setup application, the setup will check if all the prerequisites are installed in the machine. If not the setup will install the required prerequisites, and then install your own application.
If you have any further problem, please feel free to let me know.
Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.