-
Feature Request
-
Resolution: Done
-
Major
-
10.1.0.AM3
-
devex #119 August 2016
-
5
-
Documentation (Ref Guide, User Guide, etc.), User Experience
-
NEW
-
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>