Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want my Basic MSI installer to check if following softwares exist on target machine, before installation:

1. SQL Express 2008
2. .NET Framework 3.5

If they exist, setup should continue. It any of these is missing, setup should install prerequisites as part of the installer.

Please guide me, what is the best way to do this?

Thanks.
Posted

1 solution

Have a look at this stepwise explanation:
Tutorial: Adding Setup Prerequisites to InstallShield package[^]
 
Share this answer
 
Comments
saeid2010 13-Aug-10 7:00am    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900