Problem using psexec to remotely GAC a file
- by Andrew Dunaway
As part of a deployment process I am trying to GAC a series of files. The actual build process occurs on a build server, and I am trying to use psexec to GAC the files on whichever machine has requested the build.
The current line I am trying to execute is:
C:\PsToolspsexec.exe \COMPUTER -u USER -p PASS gacutil.exe -i Assembly.dll -f
The error…