View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000018 | WoR Imager | General | public | 2018-09-24 11:43 | 2018-09-28 14:28 |
Reporter | Googulator | Assigned To | Mario | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 0.2.2.1 | ||||
Target Version | 0.2.3 | Fixed in Version | 0.2.3 | ||
Summary | 0000018: Windows images containing install.esd are rejected | ||||
Description | Windows Setup permits the main install image inside the ISO to be named "install.esd" instead of the usual "install.wim". This is typically used for solid-compressed install images. Both dism and wimlib handle such images just fine, but checks in the code need to be adjusted to accept the "esd" extension. Loading install.esd directly causes a .NET exception popup, while an ISO containing install.esd gives a red "An error occurred" banner. | ||||
Steps To Reproduce | Using uup-converter-wimlib, generate a "highly compressed" ISO, or just take an existing ISO and rename install.wim to install.esd (the file format is the same, it's just convention to use "esd" as the extension when solid compression is used). Try to load the whole ISO in the WoR installer -> red banner, | ||||
Tags | No tags attached. | ||||
File name handling is all that needs to change. I tested renaming a highly compressed install.esd to install.wim, and it works just fine; we just need to treat "esd" as a synonym of "wim". |
|
Thanks! Fixed. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2018-09-24 11:43 | Googulator | New Issue | |
2018-09-25 16:55 | Mario | Assigned To | => Mario |
2018-09-25 16:55 | Mario | Status | new => assigned |
2018-09-25 16:56 | Mario | Target Version | => 0.2.3 |
2018-09-25 17:18 | Googulator | Note Added: 0000031 | |
2018-09-28 14:28 | Mario | Status | assigned => resolved |
2018-09-28 14:28 | Mario | Resolution | open => fixed |
2018-09-28 14:28 | Mario | Fixed in Version | => 0.2.3 |
2018-09-28 14:28 | Mario | Note Added: 0000032 |