No touch deployment/security

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,
 
M

Marina

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top