Skip to main content

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

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,


Reply