Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ei.cfg bypass ventoy
#5
(03-05-2022, 09:34 PM)memo Wrote:
(03-05-2022, 07:09 PM)Steve2926 Wrote: use an XML file with an install-only product key as used in easy2boot

Halfway solution. I would like to have a edition selection during installation.

This can be done with an XML file. Just use an empty <key> line

Code:
<?xml version="1.0" encoding="utf-8" ?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="windowsPE">


<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key></Key>
</ProductKey>
</UserData>
</component>

<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key></Key>
</ProductKey>
</UserData>
</component>

</settings>
</unattend>
Reply


Messages In This Thread
ei.cfg bypass ventoy - by memo - 03-04-2022, 07:55 PM
RE: ei.cfg bypass ventoy - by Steve2926 - 03-05-2022, 07:09 PM
RE: ei.cfg bypass ventoy - by memo - 03-05-2022, 09:34 PM
RE: ei.cfg bypass ventoy - by Steve2926 - 03-05-2022, 10:40 PM
RE: ei.cfg bypass ventoy - by crasadure - 03-05-2022, 09:53 PM
RE: ei.cfg bypass ventoy - by memo - 03-07-2022, 01:43 PM
RE: ei.cfg bypass ventoy - by crasadure - 03-07-2022, 03:52 PM
RE: ei.cfg bypass ventoy - by longpanda - 03-07-2022, 04:06 PM
RE: ei.cfg bypass ventoy - by memo - 03-07-2022, 04:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)