|
Posted by Dylan Parry on 11/01/76 11:57
Torben Birk wrote:
> I want to take measures if user hasn't the framework installed. And if not
> they will be prompted to install it in order to take advantage of services.
Okay, I think I understand what you are trying to do. The only thing I
can think of is to use an ActiveX control to test for it - that's the
only way that you'll be able to get enough access to the user's system.
The trick would be checking to see if something like
"c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe" exists
on the system or not, with tests for the other versions that you also
support.
There's probably a better way of doing it, but I'm not sure I can think
of any.
--
Dylan Parry
http://electricfreedom.org | http://webpageworkshop.co.uk
Programming, n: A pastime similar to banging one's head
against a wall, but with fewer opportunities for reward.
Navigation:
[Reply to this message]
|