Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm looking for a program that will deploy C#.net applications to windows workstations without an agent.

I can deploy antivirus and RealVNC through a management console to workstations on the network by providing credentials.

Now that I have my own home-grown application for controlling USB storage, I want to deploy it in a similar manner as VNC. I am considering writing a front-end that will use credentials to copy the files and then use psexec from pstools to remotely run the installation.

I've searched codeproject for something that's already written that may, or may not, use psexec. Does anyone know of such a service?

Anyway, thanks. If there aren't any suggestions, I'm not above writing my own, but I thought I would ask before I did.

Thanks

Dave S
Posted
Comments
Sergey Alexandrovich Kryukov 7-Mar-13 16:15pm    
What agent, for goodness sake? Deployment can be as simple as just file copy, and such deployment can perfectly work for the purpose. Management console is not management (which can be driven by nearly anything), but why not? What's the actual problem?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900