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
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