Skip to main content
Question

Automox and the .NET Uninstaller Tool...

  • January 13, 2025
  • 1 reply
  • 170 views

Forum|alt.badge.img

Hello,

As the .NET installers are as yet unsupported on Automox, I’ve been working on a script that’ll update/remove versions via Automox.  I’ve had varying levels of success, but it seems that attempting to run the .NET Uninstaller Tool from within an Automox worklet results in failure.  My assumption is that this is because Automox runs as SYSTEM.

Happy for anyone to prove me wrong!

Cheers,
Mark

1 reply

Forum|alt.badge.img
  • Automox Employee
  • January 13, 2025

Hi MRaybone,

I have had success with the following command executed against the specific version of .net installer, matched with what is present on the device:
 

Start-process -FilePath "windowsdesktop-runtime-3.1.26-win-x64.exe" -ArgumentList "/uninstall /quiet /norestart"

 

Regards,