[jbosstools-issues] [JBoss JIRA] (JBDS-3959) DevSuite Uninstaller for Windows

Denis Golovin (JIRA) issues at jboss.org
Thu Aug 18 02:40:00 EDT 2016


     [ https://issues.jboss.org/browse/JBDS-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin updated JBDS-3959:
--------------------------------
    Description: 
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}

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



> DevSuite Uninstaller for Windows
> --------------------------------
>
>                 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
>             Fix For: 10.1.0.GA
>
>
> 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}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list