Script Required for Client Deployment

Hello.

We have an urgent requirement to deploy client on our remote location .
We have tried using Client deployment tool but it is giving error 0x35 :network path not found

So if anyone is having a script that will copy the client msi and deploy the same please share it with me,.
I will place it with my local dc.

or anyone please let me know where to download client deployment tool.

Hi

If that fails with us, we use psexec to install the client. Copy the setup.exe and the masthead to the machine and then execute it with following commands for silent (Remote registry must be running on the endpoint):

C:\xxxxx\setup.exe /S /v/qn

Hope this helps.

1 Like