Hi,
I am trying to create a windows installer that has the virtio drivers builtin, for fully automatic and unattended installation.
In particular I am trying to inject the driver vioscsi into boot.wim and then install.wim
I can unpack and repack the iso.
I can inject actual driver files into the wim files
I think all that is left is to create the registery keys in the registery hive files,
The keys that need to be created, if I had a "reg add" command
Read more
I am trying to create a windows installer that has the virtio drivers builtin, for fully automatic and unattended installation.
In particular I am trying to inject the driver vioscsi into boot.wim and then install.wim
I can unpack and repack the iso.
I can inject actual driver files into the wim files
I think all that is left is to create the registery keys in the registery hive files,
The keys that need to be created, if I had a "reg add" command
Code:
REG ADD...
Read more