]
Nick Boldt updated JBDS-4247:
-----------------------------
Fix Version/s: 11.0.0.AM2
(was: 11.0.0.AM1)
Slip to AM2
Replace 7Zip self extracting executable
---------------------------------------
Key: JBDS-4247
URL:
https://issues.jboss.org/browse/JBDS-4247
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Task
Components: platform-installer
Affects Versions: 10.3.0.AM2
Environment: Windows
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 11.0.0.AM2
Implement simple installer based on [
go-bindata:https://github.com/jteeuwen/go-bindata].
It would do simple thing similar to other self-extracting installers, unpack specific
Asset from executable and run it.
In case of windows installer it would speedup installation. because instead of extracting
everything for bundle installer as 7Zip does, it would pull only installer first and run
it. Then every specific installer selected for installation would first pull data out of
installer executable with go-bindata.
This approach would fix several opened issues that should be addressed upstream in 7Zip
selexecuatble.