• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Anyone share a working Unattend.xml?

Scheduled Pinned Locked Moved Solved
Windows Problems
2
3
1.5k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B
    Bob Henderson
    last edited by Jul 17, 2017, 3:58 PM

    Server
    • FOG Version: 1.4.4
    • OS: Ubuntu
    Client
    • Service Version: Whatever is current, it’s a fresh install
    • OS: Win10 1703
    Description

    Could anyone share a sanitized version of a working Win10 Unattend.xml file that will pull from a specific folder for drivers?

    I’ve been reusing my same one from Win 7, and thought I had changed the offline settings pass appropriately to find the drivers, but I’m wrong. So would anyone be able to post one I can use as a comparission to fix mine?

    Thanks!

    G 1 Reply Last reply Jul 17, 2017, 11:20 PM Reply Quote 0
    • G
      george1421 Moderator @Bob Henderson
      last edited by Jul 17, 2017, 11:20 PM

      @Bob-Henderson I can’t share a working example of our Win10 unattend.xml file because of IP reasons. But I think I can get you pretty close.

      If you go to any of the online unattend.xml builders to construct your unattend.xml file, such as this one: http://windowsafg.no-ip.org/win10x86_x64.html

      Even without entering any values (btw: this is an excellent unattend.xml builder if you are not using MDT or other deployment tool), down at the bottom there is an output section. If you search there for settings pass="offlineServicing" you will see two sections. Just insert the following from this article: https://forums.fogproject.org/topic/8889/fog-post-install-script-for-win-driver-injection/4 just below the existing offlineServicing section or just insert another component section inside an existing offlineServicing section.

          <settings pass="offlineServicing">
              <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
                  <DriverPaths>
                      <PathAndCredentials wcm:action="add" wcm:keyValue="1">
                          <Path>C:\Windows\DRV</Path>
                      </PathAndCredentials>
                  </DriverPaths>
              </component>
          </settings>
      

      Since the driver store is located ON the target computer there is no need to supply any credentials to make this work.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

      B 1 Reply Last reply Jul 18, 2017, 12:41 PM Reply Quote 1
      • B
        Bob Henderson @george1421
        last edited by Jul 18, 2017, 12:41 PM

        @george1421 Thanks George. I understand about the IP reasons.

        That site makes sense, now that I can see where the offline service bit had to be put. I had it in the wrong spot on mind, which meant drivers weren’t being picked up. Moved it, and it’s working great.

        Thanks!

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        1 / 1
        • First post
          3/3
          Last post

        332

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project