]
Jan Richter closed JBDS-4400.
-----------------------------
Verified in build #240
Uninstaller fails to remove Virtualbox
--------------------------------------
Key: JBDS-4400
URL:
https://issues.jboss.org/browse/JBDS-4400
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 11.0.0.AM1
Environment: Windows
Reporter: Denis Golovin
Assignee: Sudhir Verma
Fix For: 11.0.0.AM1
When running uninstall.ps1 from user home folder
{code}powershell -ExecutionPolicy bypass -File
c:\DevelopmentSuite\uninstaller\uninstall.ps1
C:\Users\Eskimo>powershell -ExecutionPolicy bypass -File
c:\DevelopmentSuite\uninstaller\uninstall.ps1
Copy-Item : Cannot find path 'C:\Users\Eskimo\uninstall-helper.ps1' because it
does not exist.
At C:\DevelopmentSuite\uninstaller\uninstall.ps1:3 char:1
+ Copy-Item ./uninstall-helper.ps1 $env:TEMP/uninstall-helper.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound:
(C:\Users\Eskimo\uninstall-helper.ps1:String) [Copy-Item], ItemNotFoundE
xception
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
{code}