View Issue Details

IDProjectCategoryView StatusLast Update
0000018WoR ImagerGeneralpublic2018-09-28 14:28
ReporterGoogulator Assigned ToMario  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.2.2.1 
Target Version0.2.3Fixed in Version0.2.3 
Summary0000018: 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,
Manually mount the ISO, and try to load install.esd -> it doesn't appear in the list, manually entering install.esd in the Open field causes a .NET error.

TagsNo tags attached.

Activities

Googulator

Googulator

2018-09-25 17:18

reporter   ~0000031

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".

Mario

Mario

2018-09-28 14:28

administrator   ~0000032

Thanks! Fixed.

Issue History

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