S
Sreekanth
I am trying to write an application which users will run from intranet
network to determine if some of the software installed or not.
Basically I am getting this information from registry. If software is
not installed, I will either start the appropriate setup.exe or open
the folder containing required setup files to install.
The problem is that I get security exception (SecurityException
System.Security.Permissions.RegistryPermission) if I run this
application from network. I am wondering if there is way to overcome
this by not tweaking any settings on user machine or I am totally in
the wrong direction and there is a better way to do this.
Thanks
Sreekanth
network to determine if some of the software installed or not.
Basically I am getting this information from registry. If software is
not installed, I will either start the appropriate setup.exe or open
the folder containing required setup files to install.
The problem is that I get security exception (SecurityException
System.Security.Permissions.RegistryPermission) if I run this
application from network. I am wondering if there is way to overcome
this by not tweaking any settings on user machine or I am totally in
the wrong direction and there is a better way to do this.
Thanks
Sreekanth