Search found 12 matches

by misty
Thu Feb 01, 2018 11:40 am
Forum: wimlib discussion
Topic: WinFSP - Mount potential?
Replies: 4
Views: 10417

Re: WinFSP - Mount potential?

@misty However some features of NTFS are not supported by WinFSP https://github.com/billziss-gh/winfsp/blob/master/doc/NTFS-Compatibility.asciidoc . Most of the limitations could be avoided by writing a user-mode driver, but I'm not sure it would bring more than directly writing a driver from scrat...
by misty
Thu Jan 25, 2018 6:04 pm
Forum: wimlib discussion
Topic: WinFSP - Mount potential?
Replies: 4
Views: 10417

WinFSP - Mount potential?

Hi synchronisity , It's been a while since I've been here. wimlib remains my primary tool for managing .wim files. It's rock solid stable and has never failed me. The only thing that is missing is the ability to mount in Windows. A developer I have been working with mentioned the following - By the ...
by misty
Sun Nov 27, 2016 7:00 am
Forum: wimlib discussion
Topic: WIMBOOT question
Replies: 5
Views: 13515

Re: WIMBOOT question

Hi zipmagic, In answer to your question, my Windows 7 test system was relatively "clean" - no updates were installed and only a couple of programs were installed. Following notes may be of use to you. I can't comment on whether this will work on others systems or with other setups. Credit ...
by misty
Sun Nov 06, 2016 10:55 pm
Forum: wimlib discussion
Topic: WIMBOOT question
Replies: 5
Views: 13515

WIMBOOT question

I've just checked install.wim from Windows 7 SP1 source - it uses LZX compression with a chunck size of 32768. Whilst it's not marked with the WIMBOOT flag, the compression and chunk size would appear to be WIMBOOT compatible (based on information in https://wimlib.net/man1/wimlib-imagex-apply.html ...
by misty
Sat Nov 05, 2016 8:46 am
Forum: wimlib discussion
Topic: Comparision of --compact compression formats
Replies: 14
Views: 50662

Re: Comparision of --compact compression formats

Below is a batch file I use to copy wofadk.sys and apply the relevant registry settings to an offline system. Path (to wofadk.sys) and TARGET might need editing. Batch will automate the following - * load the target systems SYSTEM registry hive as _SYSTEM (default path of \Windows\system32\config\sy...
by misty
Sat Nov 05, 2016 8:32 am
Forum: wimlib discussion
Topic: Comparision of --compact compression formats
Replies: 14
Views: 50662

Re: Comparision of --compact compression formats

Thanks for doing these tests. I've included the file list in wimlib-1.8.3-BETA2, and it now knows to force XPRESS4K compression on all files in the list. Therefore, it should now be possible to apply a full Windows image in "compact mode" using XPRESS8K, XPRESS16K, or LZX compression, wit...
by misty
Fri Oct 16, 2015 11:54 am
Forum: wimlib discussion
Topic: Thank You Eric
Replies: 1
Views: 7921

Thank You Eric

I'd just like to say a very big thank you to synchronicity / Eric . I am the author of two winbuilder projects that can be used to build a customised Windows Preinstallation Environment (a Windows Live distro) within a matter of minutes - at the core of both projects lies wimlib-imagex. Without Eric...
by misty
Fri Aug 28, 2015 5:03 pm
Forum: wimlib discussion
Topic: Comparision of --compact compression formats
Replies: 14
Views: 50662

Comparision of --compact compression formats

The following is from the wimlib discussion forum on sourceforge (more specifically the Windows 10 compact mode topic) - I suppose that DISM doesn't run into this problem because it probably only uses XPRESS4K. With "WIMBoot" I also did not run into this problem, since the Windows 8.1 earl...
by misty
Wed Aug 26, 2015 1:37 pm
Forum: wimlib discussion
Topic: --compact [WARNING]'s
Replies: 2
Views: 9596

--compact [WARNING]'s

Hi synchronicity , Just been playing around with the new (and experimental) --compact option. Test system was a Windows 7 installation with the wofadk.sys driver added. I captured this as a .wim file, then applied this new wim using the --compact switch. When applying the .wim using a Windows 10 bas...
by misty
Wed Aug 19, 2015 6:54 am
Forum: wimlib discussion
Topic: wofadk.sys Support?
Replies: 6
Views: 22275

Re: wofadk.sys Support?

@ synchronicity Great (and fast!) work. The new beta resolved this issue. I'm currently writing this on a wimboot Windows To Go - the installation was completed using a WAIK WinPE 3.1 build to run wimlib-imagex - the only modifications made to WinPE were the addition of wofadk.sys and the required r...