views:

26

answers:

0

I have a Clickonce application that installs fine in Firefox if the .Net Framework Assistant Add-on is installed (and enabled). If it is not installed or enabled, it doesn't work as expected.

I'm using an ASP.Net page to do some prerequisite checks and would like to detect of the Assistant is installed, but haven't had luck finding anything documenting how to do that.

Is this possible or should I be going about this differently?