unitysetup.powershell icon indicating copy to clipboard operation
unitysetup.powershell copied to clipboard

uninstall while Unity is running appears to succeed, but leaves behind some files

Open ForrestTrepte opened this issue 7 years ago • 0 comments

  1. Run the Unity editor
  2. Uninstall the version that you are running (e.g. Get-UnitySetupInstance | Select-UnitySetupInstance -Version 2017.3.1f1 | Uninstall-UnitySetupIns tance) result: Command appears to complete successfully, but some of the files in Program Files are left behind. expected: It would be nice to detect that the Unity process is running and error out without attempting to uninstall.

ForrestTrepte avatar Feb 15 '18 23:02 ForrestTrepte