Launch executable with parameters on remote computer
Hello,
I'm facing problem.
We have to deploy a MSI Package, and then, we have to start an executable on the install repository, with some parameters.
STEP 1 : msiexec.exe /i "wksp_x64.msi" ALLUSERS=1 /qn /norestart /log output.log
STEP 2 : C:\Program Files\KUB\WorkstationProtect\KubFsUser.exe /AUTHSERVER
my.kub.server.com /AUTHCODE my_auth_code
I tried differents way for the STEP 2, with Command & Powershell, but I cannot "push" the command to remote computer. It does not work.
have you ever been confronted to this kind of problem ?
Thanks for your help !
0
Comments
Please sign in to leave a comment.