No touch deployment/security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am developing a windows aplication that needs to be easily deployable over the internet. I read some information on no touch deployment, and I tried to use it to deploy my application. I was able to run the application, but I ran into an issue where the very first time I tried to run it, I had to modify the .NET security settings in the machine I was trying to run it. It was a simple change, but this application will be used by users that would probably not know what to do. Is there a way to use no touch deployment without having to configure .NET security settings? If not, can anyone suggest an alternative

Thanks,
 
You can write an install program that the user would have to run first. This
program would have to be run locally (probably with admin privileges) to
change the security settings on the machine.

Lexter said:
I am developing a windows aplication that needs to be easily deployable
over the internet. I read some information on no touch deployment, and I
tried to use it to deploy my application. I was able to run the
application, but I ran into an issue where the very first time I tried to
run it, I had to modify the .NET security settings in the machine I was
trying to run it. It was a simple change, but this application will be used
by users that would probably not know what to do. Is there a way to use no
touch deployment without having to configure .NET security settings? If
not, can anyone suggest an alternative?
 
Back
Top