]
Denis Golovin closed JBDS-3959.
-------------------------------
Resolution: Done
DevSuite Uninstaller for Windows (powershell script)
----------------------------------------------------
Key: JBDS-3959
URL:
https://issues.jboss.org/browse/JBDS-3959
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Feature Request
Components: platform-installer
Affects Versions: 10.1.0.AM3
Reporter: Denis Golovin
Assignee: Denis Golovin
Labels: new_and_noteworthy
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
{code}vagrant destroy{code}
To run uninstaller start windows command processor or powershell and issue
{code}powershell -ExecutionPolicy bypass -File
c:\${targetInstallFolder}\unistaller\uninstall.ps1 -Verb runas{code}
Uninstaller script output would look like example below:
{code}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>{code}