Search found 19 matches

by supercilious
Sun Jan 30, 2022 1:50 am
Forum: wimlib discussion
Topic: wimcapture + wimappy breaks office?
Replies: 1
Views: 4928

wimcapture + wimappy breaks office?

Hi, It seems that wimcapture fails to capture some significant data or metadata for (at least) a particular DLL needed for a working office 2021 installation. I tested in a virtual machine running Windows 10 21H2 + Office 2021 but it seems to also break Office 2019 in the same manner. This DLL is sp...
by supercilious
Thu Oct 11, 2018 12:26 pm
Forum: wimlib discussion
Topic: Changes in Server 2019 images
Replies: 0
Views: 15721

Changes in Server 2019 images

Hi, I have made some Server 2019 based images for testing in my home lab, and I came across this warning from wimlib-imagex: [WARNING] E:\\Windows\System32\WimBootCompress.ini:72: Unrecognized section "[PinningFolderList]" This section exists in the (default) WimbootCompress.ini from the M...
by supercilious
Wed Feb 21, 2018 7:59 pm
Forum: wimlib discussion
Topic: wimexport to a delta wim
Replies: 1
Views: 5430

wimexport to a delta wim

Hi,

Is there a way to wimexport an image from a WIM or ESD into another with a delta (other than apply and capture)?
Essentially:

Code: Select all

wimexport source.wim 1 destination.wim --delta-from=other.wim
Thanks
by supercilious
Fri Feb 12, 2016 2:45 am
Forum: wimlib discussion
Topic: Best practises for applying an image to existing volume
Replies: 20
Views: 57380

Re: Best practises for applying an image to existing volume

Can wimlib successfully capture and apply the PROCESS_TRUST_LABEL_ACE ACL entry under Linux using ntfs-3g?
by supercilious
Fri Feb 12, 2016 2:19 am
Forum: wimlib discussion
Topic: Best practises for applying an image to existing volume
Replies: 20
Views: 57380

Re: Best practises for applying an image to existing volume

Is there any way to be sure that the lack of PROCESS_TRUST_LABEL_ACE entries on the files in WindowsApps does not cause any problems? I do not really use any of the "modern" apps in windows 8.1 or 10 so I cannot be sure that Windows doesn't mind the ACL entries being messed up, but it woul...
by supercilious
Sun Jan 31, 2016 11:06 pm
Forum: wimlib discussion
Topic: Best practises for applying an image to existing volume
Replies: 20
Views: 57380

Re: Best practises for applying an image to existing volume

It may not be easy (or even possible) to remove that ACL entry, but it is possible to take ownership of the folder and delete it entirely. You can then re-create it without the offending ACL. I just tested that image in a Windows 10 VM, I can easily take (recursive) ownership of the entire WindowsAp...
by supercilious
Sun Jan 31, 2016 9:22 pm
Forum: wimlib discussion
Topic: Best practises for applying an image to existing volume
Replies: 20
Views: 57380

Re: Best practises for applying an image to existing volume

I forgot to add these images to my last post.
by supercilious
Sun Jan 31, 2016 9:20 pm
Forum: wimlib discussion
Topic: Best practises for applying an image to existing volume
Replies: 20
Views: 57380

Re: Best practises for applying an image to existing volume

Ok, I had a hunch that there was some "extra" metadata on those files where wimlib was getting an access denied error... to confirm it, I captured the Windows 10 installation as an image exactly as before, but rather than try to apply that very same WIM onto the image from which it was cap...
by supercilious
Sun Jan 31, 2016 9:04 pm
Forum: wimlib discussion
Topic: Best practises for applying an image to existing volume
Replies: 20
Views: 57380

Re: Best practises for applying an image to existing volume

When I said kernel error, I meant a bug in the kernel or NTFS driver. Sorry about the confusion, I should have been clearer. As for the list of files that you attached, they seem exclusively related to the contents of the WindowsApps folder. There is perhaps some new attribute, flag or ACL entry tha...
by supercilious
Sun Jan 31, 2016 8:30 pm
Forum: wimlib discussion
Topic: Best practises for applying an image to existing volume
Replies: 20
Views: 57380

Re: Best practises for applying an image to existing volume

I just tried the exact same procedure on Windows 8.1 (using the same Windows 10 image mounted at E:\). I got the same problem, so it seems very unlikely to be a kernel error.