[
https://issues.jboss.org/browse/JBDS-3751?page=com.atlassian.jira.plugin....
]
Nick Boldt edited comment on JBDS-3751 at 3/31/16 6:10 PM:
-----------------------------------------------------------
WHERE does work, but not inside the installer:
{code}C:\Users\fbricon>C:\WINDOWS\system32\cmd.exe /s /c "where virtualbox"
Information : impossible de trouver des fichiers pour le(s) modèle(s) spécifié(s).
C:\Users\fbricon>where virtualbox
Information : impossible de trouver des fichiers pour le(s) modèle(s) spécifié(s).
C:\Users\fbricon>where git
C:\Program Files\Git\cmd\git.exe
C:\Users\fbricon>C:\WINDOWS\system32\cmd.exe /s /c "where where"
C:\Windows\System32\where.exe
{code}
was (Author: nickboldt):
WHERE does work, but not inside the installer:
C:\Users\fbricon>C:\WINDOWS\system32\cmd.exe /s /c "where virtualbox"
Information : impossible de trouver des fichiers pour le(s) modèle(s) spécifié(s).
C:\Users\fbricon>where virtualbox
Information : impossible de trouver des fichiers pour le(s) modèle(s) spécifié(s).
C:\Users\fbricon>where git
C:\Program Files\Git\cmd\git.exe
C:\Users\fbricon>C:\WINDOWS\system32\cmd.exe /s /c "where where"
C:\Windows\System32\where.exe
cannot run 'where virtualbox' on French Windows 10 laptop
---------------------------------------------------------
Key: JBDS-3751
URL:
https://issues.jboss.org/browse/JBDS-3751
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Nick Boldt
Labels: havoc
Fix For: 9.1.0.GA
Attachments: windows10_details.png
On Fred's laptop, I attempted to run this installer:
Setup-bundled-0.0.2-20160331-23.exe
After logging into the first page of the installer, the second page is greyed out and
there's a javascript error:
{code}
Uncaught (in promise) Error: Command failed:
C:\WINDOWS\system32\cmd.exe /s /c "where VirtualBox"
{code}
And the installer is blocked / cannot proceed.
Screenshot (scroll right for the JS console details):
http://snag.gy/u48jU.jpg
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)