Skip to main content
Question

slack worklet keeps hanging on install

  • February 7, 2024
  • 1 reply
  • 63 views

Forum|alt.badge.img

I was originally using the slack installer worklet mentioned here:

https://community.automox.com/topic/show?tid=1566&fid=12

 

But have been running into issues where when the worklet runs, it downloads the installer fine, but when it runs msiexec.exe, it just hangs indefinitely.

 

If I run this from a powershell command line, it runs fine and installs slack, but hangs in automox. Any ideas what might be going on?

    Start-Process -FilePath 'msiexec.exe' -ArgumentList ('/qn', '/i', $saveFilePath, '/l*v c:\slack.log', '/norestart') -Wait -Passthru

 

1 reply

Forum|alt.badge.img
  • Rookie
  • July 23, 2024

Hi 
Any resolution provided for this?

I am also facing the same issue.

Thanks