[JBoss JIRA] (JBDS-3632) Using a pre packaged version of Cygwin that doesn't require the installer to download packages
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3632?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3632:
--------------------------------
Sprint: (was: devex #129 March 2017)
> Using a pre packaged version of Cygwin that doesn't require the installer to download packages
> ----------------------------------------------------------------------------------------------
>
> Key: JBDS-3632
> URL: https://issues.jboss.org/browse/JBDS-3632
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Reporter: Ken Finnigan
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.4.0.AM2
>
>
> It should be possible to install Cygwin, and then package that install in such a way that we can do a more silent install that doesn't require packages to be downloaded.
> Some clues can be found here: https://cygwin.com/ml/cygwin/2010-03/msg00877.html
> The fix should modify the bundle build to download packages into temp folder and then zip them. This zip then included into bundle installer.
> {code}c:\DevelopmentSuite\cygwin\setup-x86_64.exe -D --no-admin --quiet-mode --only-site -l c:\DevelopmentSuite\cygwin\packages --site http://mirrors.xmission.com/cygwin --categories Base --packages openssh,rsync --root c:\DevelopmentSuite{code}
> Another modification should be done to cygwin installer to check for included zip with packages, unpack it and do installation from local folder instead
> {code}c:\DevelopmentSuite\cygwin\setup-x86_64.exe --no-admin --quiet-mode -L -l c:\DevelopmentSuite\cygwin\packages --categories Base --packages openssh,rsync --root c:\DevelopmentSuite\cygwin{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBDS-4318) Detect Hyper-V version
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4318?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-4318:
-------------------------------------
If it is not installed then version should be marked as 'Unknown'.
There is no Hyper-v for windows 10 home edition
> Detect Hyper-V version
> ----------------------
>
> Key: JBDS-4318
> URL: https://issues.jboss.org/browse/JBDS-4318
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.3.0.GA
> Environment: Windows
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
> Fix For: 10.4.0.AM2
>
>
> {code}
> powershell -ExecutionPolicy ByPass -command "(get-item c:\\windows\\system32\\vmms.exe).VersionInfo.ProductVersion"
> {code}
> The output would be the version
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months