microsoft / SurfaceDeploymentAccelerator

Surface Deployment Accelerator (SDA) is a script-driven tool to create Windows images (WIM) for test or deployment that are similar in configuration to Bare Metal Recovery (BMR) images, minus certain preinstalled applications like the Surface UWP application.
MIT License
77 stars 25 forks source link

Typo in WinPE_Drivers.xml 1.3.0.0 #38

Closed georgalthaus closed 2 years ago

georgalthaus commented 2 years ago

There is a typo on line 456:

            <Driver name="surfacewakeontouchcontrol.inf">

should be:

            <Driver name="surfacewakeontouchcontrol.inf"/>
gallama1 commented 2 years ago

Same issue +1

Fvbor commented 2 years ago

Had the same Problem and fixed it in https://github.com/microsoft/SurfaceDeploymentAccelerator/pull/45

luy-ce commented 2 years ago

This has been fixed. Apologies for slowness on fixing this in main.