Search found 7 matches

by BiatuAutMiahn
Mon Sep 18, 2023 2:05 pm
Forum: wimlib discussion
Topic: Continue on error?
Replies: 5
Views: 11666

Re: Continue on error?

Apologizes for the necro bump. When attempting to archive a user's folder with snapshots enabled there are files that get locked due to both OneDrive, and a filesystem write filter not being available. The result is most of the user's files being read-only and access denied. I need to be able to ign...
by BiatuAutMiahn
Fri Nov 10, 2017 6:45 am
Forum: wimlib discussion
Topic: dism mount WIM, update, wimlib append?
Replies: 5
Views: 10299

Re: dism mount WIM, update, wimlib append?

@synchronicity, it does look like I can export it to itself. I can then mount the wim using dism, make changes, then commit.

Should I use optimize to rebuild/recompress the wim afterwards to essentially perform a cleanup?
by BiatuAutMiahn
Fri Nov 10, 2017 6:33 am
Forum: wimlib discussion
Topic: dism mount WIM, update, wimlib append?
Replies: 5
Views: 10299

Re: dism mount WIM, update, wimlib append?

-> Not sure what you mean here.
I mounted the wim using dism, then i tried to capture the mountdir using wimlib into a new wim. The size of the resulting wim was around 8 MB, however the capture process of wimlib showed over 2 GB of data being archived
by BiatuAutMiahn
Fri Nov 10, 2017 6:05 am
Forum: wimlib discussion
Topic: dism mount WIM, update, wimlib append?
Replies: 5
Views: 10299

dism mount WIM, update, wimlib append?

Hello, I am working on an update system for WinPE, and I need to be able to mount currently booted wim, perform modifications, then push the changed image to a new image in the wim.\ My Process: -Download proprietary update payload -Create IMdisk Ramdisk/filedisk -Modify/Create/Delete files/registry...
by BiatuAutMiahn
Mon Jul 17, 2017 3:30 am
Forum: wimlib discussion
Topic: Compact Files functionality
Replies: 3
Views: 10110

Re: Compact Files functionality

The idea was to port directly over. Honestly it was my first attempt at C -> AutoIt :D

Dannyfirex on the AutoIt forums modified it slightly to get it to work, so I guess I was close.

Thx for ur feedback! Now I can create a daemon for compressing system files...esp for WinPE ;)
by BiatuAutMiahn
Sun Jul 02, 2017 3:50 am
Forum: wimlib discussion
Topic: Compact Files functionality
Replies: 3
Views: 10110

Compact Files functionality

Hello wimlib, I am attempting to reproduce the method you use to compact files from win32_apply.c but im having some trouble. I follow your process, and each call returns "The operation completed successfully" however, the files do not get compressed. Now, the thing is that, i ported the f...
by BiatuAutMiahn
Sun Nov 29, 2015 4:14 am
Forum: wimlib discussion
Topic: Just some questions.
Replies: 1
Views: 7650

Just some questions.

1. What is the possibility of booting WinPE with LZMS? In theory?
2. What about LZMA/LZMA2? (even though not supported by Micro$oft)
3. Possibility of implementing a mount function? Maybe through a imdisk proxy?

Thank you
Great project btw, keep up the good work!