Author: markcoutinho
Subject: Please help wih my commandline
Posted: 27 May 2013 at 1:42pm
Hello,
Subject: Please help wih my commandline
Posted: 27 May 2013 at 1:42pm
Hello,
I want to use Psexec to quietly install a program in elevated mode.
The line that works without Psexec is this one:
\\<servername>\<directory>\setup.exe /s /v"/qn CUSTOM_INSTALL=1 INSTALLLEVEL=200 ADDLOCAL=ALL"
Now I want to put this one in a Psexec line. I've tried several ones, but none of them works.
This is the best I can make of it:
"<Drive>\<folder>\PsExec.exe" -u <domain>\administrator -p <password> \\<servername>\<directory>\setup.exe /s /v"/qn CUSTOM_INSTALL=1 INSTALLLEVEL=200 ADDLOCAL=ALL"
Where do I go wrong?
Any help would be appreciated!