Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-3959

DevSuite Uninstaller for Windows (powershell script)

XMLWordPrintable

      DevSuite should provide uninstaller that would remove what was installed by installer and skip what was detected during installation.

      Uninstaller script is located uninstaller/uninstall.ps1 after installation.
      Before running the script make sure vagrant vm is destroyed with

      vagrant destroy

      To run uninstaller start windows command processor or powershell and issue

      powershell -ExecutionPolicy bypass -File c:\${targetInstallFolder}\unistaller\uninstall.ps1 -Verb runas

      Uninstaller script output would look like example below:

      C:\Users\eskimo>powershell -ExecutionPolicy bypass -File c:\${targetInstallFolder}\unistaller\uninstall.ps1
      Uninstalling Development Suite
      Removing VirtualBox
      DONE
      Removing Vagrant
      DONE
      Removing VirtualBox
      DONE
      Removing installation folder
      DONE
      Removing path entries
      DONE
      Press any key to exit:
      
      C:\Users\eskimo>

            nivologd@gmail.com Denis Golovin (Inactive)
            nivologd@gmail.com Denis Golovin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: