Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Checking MVC.net is installed from Web Setup Project

Does anyone know of an elegant way to check form a web setup project (as a pre condition maybe?) that MVC.net is installed on the target machine? Is the registry the best way? Or a windows installer search?

Many Thanks,

like image 507
Chris Woods Avatar asked Feb 26 '26 05:02

Chris Woods


1 Answers

1) MVC doesn't technically require installation. If you have .NET 3.5 (without SP1), it can be bin deployed.

2) However, to see if it's already installed, test for .NET 3.5 SP1.

like image 73
Craig Stuntz Avatar answered Feb 28 '26 22:02

Craig Stuntz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!