Detecting dotnet web page...possible??

  • Thread starter Thread starter Phuff
  • Start date Start date
P

Phuff

Hi,

I have an Install Shield web deplyment package (ie. installer goes
through a web page) and I don't want to deploy the .Net redist, as its
23megs, if I don't have to. I use the express edition so I can't use
an install script to do so. I thought I could write a javascript to
detect .Net prior to running the install, but the only way I know of is
to check the registry which isn't possible with javascript. Anyone
know what I can do to detect .Net framework from a web page?

Thanks,

Paul Huff
(e-mail address removed)
 
By the way, I know I could write a Jscript in Visual Studio, but that
only works in newer IE browsers which discriminates against my client
base....
 
Back
Top