Search found 4 matches

by laddanator
Wed Oct 10, 2018 2:39 pm
Forum: wimlib discussion
Topic: Wimcapture Destination Dir
Replies: 2
Views: 12502

Re: Wimcapture Destination Dir

chungy wrote: Thu Sep 27, 2018 2:43 pm Just give it the full path, it works like all other programs do:

Code: Select all

wimcapture C:\ D:\backup.wim
Duh! I won't go into what stupid thing I was doing for this not to work! :lol:


Thanks for the reply!
by laddanator
Tue Sep 25, 2018 11:51 pm
Forum: wimlib discussion
Topic: Wimcapture Destination Dir
Replies: 2
Views: 12502

Wimcapture Destination Dir

I know how to capture a wim from a source drive but it looks by default the destination directory is the wimlib folder. Any way to make the destination directory of the capture be elsewhere? Example if I want the source drive C: to captured and stored in a folder on D:.
by laddanator
Wed Apr 25, 2018 12:25 pm
Forum: wimlib discussion
Topic: Wimlib Apply Boot
Replies: 3
Views: 18358

Re: Wimlib Apply Boot


Hello,

After restoring the backup, did you try to recreate the BCD store in the WinPE environment?

bcdboot C:\Windows /s C:


This seemed to do the trick....thanks!!


Maybe I'm missing something but whats the point of capturing with the --boot switch on a normal system.

Isn't that meant ...
by laddanator
Sun Apr 22, 2018 12:04 pm
Forum: wimlib discussion
Topic: Wimlib Apply Boot
Replies: 3
Views: 18358

Wimlib Apply Boot

Hello,

I am new to the forum as I am new to wimlib. I'm loving this program so far!! I have a 600mb Win PE boot wim that I use to do a lot of my work in a "Virtual Windows" environment. I applied the wim to a folder to make some changes to some system file, and then used the capture command to put ...