How to detect .Net 2.0 SP1 in my installer?

Posted by Josh Buedel on Stack Overflow See other posts from Stack Overflow or by Josh Buedel
Published on 2010-03-22T21:29:30Z Indexed on 2010/03/22 21:31 UTC
Read the original article Hit count: 301

Filed under:
|
|

How can I detect if .Net 2.0 SP1 is installed from my installer msi, and abort the install if it is not present?

I know how to do this in code, but it seems cleaner do it in the vdproj. It feels more declarative.

© Stack Overflow or respective owner

Related posts about windows-installer

Related posts about .net-2.0