Search found 22 matches

by Tokener
Sun Sep 22, 2024 1:04 pm
Forum: wimlib discussion
Topic: Failed to export surface recovery image to wim file
Replies: 1
Views: 174385

Re: Failed to export surface recovery image to wim file

Hello yangyulin
With another Surface image I could reproduce the error.
Have no clue how to use wimlib on this, but DISM solved it:
DISM.exe /Export-Image /SourceImageFile:"D:\TEMP\SurfaceProX H BMR 172 6 111 0\sources\install.swm" /SourceIndex:1 /English /SWMFile:"D:\TEMP\SurfaceProX H BMR 172 6 ...
by Tokener
Tue Jul 09, 2024 11:14 am
Forum: wimlib discussion
Topic: Is it possible to append without changing the index?
Replies: 1
Views: 171481

Re: Is it possible to append without changing the index?

A solution might be:
wimupdate, or equivalently wimlib-imagex update, modifies the specified IMAGE in the Windows Imag-
ing (WIM) archive WIMFILE by adding, deleting, or renaming files or directories in it.
by Tokener
Thu Nov 30, 2023 7:27 am
Forum: wimlib discussion
Topic: errorlevel codes
Replies: 1
Views: 43056

errorlevel codes

Hello
is there a list of "errorlevel codes" / "return codes" issued by wimlib-imagex?

One command returned errorlevel 88. ???

Thanks in advance T.
by Tokener
Fri Apr 28, 2023 7:31 am
Forum: wimlib discussion
Topic: wimlib 1.14.1 released
Replies: 1
Views: 241436

Re: wimlib 1.14.1 released

Hello synchronicity
Thank you for fast response.
Keep up the very good work.
It is appreciated a lot.

Best regards T.
by Tokener
Thu Apr 27, 2023 8:03 am
Forum: wimlib discussion
Topic: Appcrash 1.14.0
Replies: 7
Views: 57710

Re: Appcrash 1.14.0

Hello synchronicity
Thank you for fast response.
The new file you offered for download is working well.
Thank you very much.
This is on an older CPU, right?
Yes you are right, the CPU is not "new".
The CPU is I3 M330 2.13GHz from Toshiba Laptop (BIOS 21.01.2011)

Best regards T.
by Tokener
Wed Apr 26, 2023 11:41 pm
Forum: wimlib discussion
Topic: Appcrash 1.14.0
Replies: 7
Views: 57710

Appcrash 1.14.0

Dear synchronicity
using wimlib-imagex.exe(1.14.0) on Win7x64 causes an Appcrash. (everytime)
Details:
command line:
"B:\Downloads\wimlib-1.14.0-windows-x86_64-bin\wimlib-imagex.exe" info "B:\Downloads\ThunderbirdPortable.wim"
--> Windows reports appcrash:

Problemsignatur:
Problemereignisname ...
by Tokener
Sat Apr 22, 2023 3:26 am
Forum: wimlib discussion
Topic: IMAGE_DESC - what are the rules?
Replies: 2
Views: 34981

Re: IMAGE_DESC - what are the rules?

Dear synchronicity
thank you for fast and detailed reply.
You are right, I apologize for not checking the resulting image with INFO command.
The error seemed to occure when cmd-output was (mis-) interpreted by me.
Best regards T.
by Tokener
Fri Apr 21, 2023 7:53 am
Forum: wimlib discussion
Topic: IMAGE_DESC - what are the rules?
Replies: 2
Views: 34981

IMAGE_DESC - what are the rules?

Dear synchronicity

Using the colon in IMAGE_DESC I noticed this:

Setting the IMAGE_DESC to "Source: C:/Win/Dir" when capturing, will result in: "Source" as description string. (Line is truncated)

Setting the IMAGE_DESC to "C:/Win/Dir" when capturing, will not truncate the resulting desription ...
by Tokener
Wed Jan 18, 2023 10:00 pm
Forum: wimlib discussion
Topic: using wimlib apply wim file cannot boot
Replies: 14
Views: 102900

Re: using wimlib apply wim file cannot boot

JFX wrote: Wed Jan 18, 2023 8:55 pm Yes, DISM++ does update the MountedDevices key in the applied Os.
Thank you JFX

Best regards T.
by Tokener
Wed Jan 18, 2023 7:31 pm
Forum: wimlib discussion
Topic: using wimlib apply wim file cannot boot
Replies: 14
Views: 102900

Re: using wimlib apply wim file cannot boot

Hello JFX
If you apply windows to a different partition, you need to change registry accordingly.
Does Dism++ do this?

Regards T.