Community
Fusion Support
Report issues, bugs, and or unexpected behaviors you’re seeing. Share Fusion (formerly Fusion 360) issues here and get support from the community as well as the Fusion team.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Streamer freezes with remote lab update

0 REPLIES 0
Reply
Message 1 of 1
dvn711
186 Views, 0 Replies

Streamer freezes with remote lab update

dvn711
Participant
Participant

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

0 Likes

Streamer freezes with remote lab update

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

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report