Hi
I have a
VB.Net exe on the network, for my client PC to use the program, i had to go round all the PCs and use the framework wizard to trust an assembly.
I am now at the point where I want to update the exe file, in doing so I will have to go round ALL the PCs to repeat the task above. Surely there must be a better way??
I have tried looking at caspol
caspol -addgroup 1 -appdir file:S:\customApps\Temp\ FullTrust
though I am a little confused and not sure of the syntax above, could someone point me in the correct direction or preferred method on handling this.
Thanks