Search found 40 matches

by JFX
Tue Aug 15, 2017 11:13 am
Forum: wimlib discussion
Topic: wimlib-imagex.exe update from PowerShell
Replies: 2
Views: 7366

Re: wimlib-imagex.exe update from PowerShell

Stdin redirection is different in powershell:

Code: Select all

GET-CONTENT update.txt | wimlib-imagex.exe update boot.wim 1
by JFX
Tue Jul 04, 2017 4:25 pm
Forum: wimlib discussion
Topic: Compact Files functionality
Replies: 3
Views: 10125

Re: Compact Files functionality

Why no simply use deviceiocontrol() instead of Native API?

BTW: Use GetCompressedFileSize() to get the compressed size.
by JFX
Mon Jan 18, 2016 6:01 pm
Forum: wimlib discussion
Topic: capture wim compatible with windows7 setup.exe
Replies: 32
Views: 56834

Re: capture wim compatible with windows7 setup.exe

For me is perfect now :D

ProductName shouldn't be important.
Wimgapi/Imagex read it from the kernel32.dll.mui, so there will be almost 40 different correct values :lol:
by JFX
Mon Jan 18, 2016 5:39 pm
Forum: wimlib discussion
Topic: Comparision of --compact compression formats
Replies: 14
Views: 51325

Re: Comparision of --compact compression formats

Well, you should use wofadk,sys not the WOF driver of windows 8.1 / windows 10.

Anyway, there is an update (KB3033929) for Windows 7 to let it understand the new signing of the driver.
by JFX
Thu Jan 14, 2016 2:49 pm
Forum: wimlib discussion
Topic: Comparision of --compact compression formats
Replies: 14
Views: 51325

Re: Comparision of --compact compression formats

for 6 and 7 it's useless because all files will be already compressed with lzx? Yes, also WIM mounting will slow down and files accessed will be extracted, so no space is saved. Will they stay compressed when changed? Does it work for newly created files? Good question, I guess it will not compress...
by JFX
Wed Jan 13, 2016 5:00 pm
Forum: wimlib discussion
Topic: Comparision of --compact compression formats
Replies: 14
Views: 51325

Re: Comparision of --compact compression formats

Hi bliblubli,

step 1 -5 sounds good. Don't really see the need for step 6 and 7.
by JFX
Tue Jan 12, 2016 6:32 pm
Forum: wimlib discussion
Topic: mounted wim
Replies: 3
Views: 8880

Re: mounted wim

1) Yes and they are only applied if you use unmount the WIM with the /commit option
3) Use Wimboot or compact mode if you want to save space
4) No
by JFX
Tue Jan 12, 2016 6:21 pm
Forum: wimlib discussion
Topic: Comparision of --compact compression formats
Replies: 14
Views: 51325

Re: Comparision of --compact compression formats

The wofadk driver is a part of the Windows 10 ADK. You can also use my GetWaikTools and only download Win10 DISM. If you want to use a Windows 7/8.x in compact mode you can add the wofadk.sys to \Windows\system32\drivers and import it's respected registry key Windows Registry Editor Version 5.00 [HK...
by JFX
Sun Jan 10, 2016 7:16 pm
Forum: wimlib discussion
Topic: capture wim compatible with windows7 setup.exe
Replies: 32
Views: 56834

Re: capture wim compatible with windows7 setup.exe

Thanks, Beta-6 works nice here. There a small problem with The Version\BUILD property on WinXP. the value of HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion, CurrentBuild is: "1.511.1 () (Obsolete data - do not use)" CurrentBuildNumber in the same key has the correct data on WinXP, 7 and...
by JFX
Sat Jan 02, 2016 11:05 pm
Forum: wimlib discussion
Topic: capture wim compatible with windows7 setup.exe
Replies: 32
Views: 56834

Re: capture wim compatible with windows7 setup.exe

Typical systemroot for older windows version are

\WINNT
\I386
\AMD64

Technicality windows folder can be a non top level folder like "\$windows.~bt\Windows",
but as far as I now imagex / wimgapi only support a folder direct in the root of a drive.