Skip to content

Instantly share code, notes, and snippets.

@jwmoss
Created January 2, 2018 19:29
Show Gist options
  • Save jwmoss/c25f055cc2bc1379deb3e29feb6b53c3 to your computer and use it in GitHub Desktop.
Save jwmoss/c25f055cc2bc1379deb3e29feb6b53c3 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<unattend xmlns="urn:schemas-microsoft-com:setup" description="Auto unattend" author="pkgmgr.exe">
<servicing>
<package action="stage">
<assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-RemoteServerAdministrationTools-Client-Package-TopLevel" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="10.0.16299.2"/>
<source location="." permanence="temporary"/>
</package>
</servicing>
</unattend>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment