We are using a script with the lab installation to remotely update computers on our network. We have disabled the anti-virus and all the other trouble shooting procedures that have been listed on this forum.
We have noticed that the software does update, but then the streamer freezes, which prevents our script from going to the next computer. If we log in to that computer and kill the streamer, then it goes to the next computer.
Has anyone else had this issue? Notice any fix?
Our script:
@Anonymous OFF
For /f %%i in (c:\<location>\fusion-install-list.txt) do (
Echo ************************
Echo %%i
Echo ************************
xcopy "c:\<location>\Fusion 360 Admin Install.exe" "\\%%i\C$\<location>\" /E /Y
psexec \\%%i "\\%%i\C$\<location>\Fusion 360 Admin Install.exe" --process update
)
pause
We are using a script with the lab installation to remotely update computers on our network. We have disabled the anti-virus and all the other trouble shooting procedures that have been listed on this forum.
We have noticed that the software does update, but then the streamer freezes, which prevents our script from going to the next computer. If we log in to that computer and kill the streamer, then it goes to the next computer.
Has anyone else had this issue? Notice any fix?
Our script:
@Anonymous OFF
For /f %%i in (c:\<location>\fusion-install-list.txt) do (
Echo ************************
Echo %%i
Echo ************************
xcopy "c:\<location>\Fusion 360 Admin Install.exe" "\\%%i\C$\<location>\" /E /Y
psexec \\%%i "\\%%i\C$\<location>\Fusion 360 Admin Install.exe" --process update
)
pause
Can't find what you're looking for? Ask the community or share your knowledge.