Currently we have configured a windows 2008 wds (standard R2) server - x64
We have added images of windows7 and windows 2012, windows 8 .( x64)...
boot.wim - 6.1.7600.16385 -x64
boot2.wim -6.2.9200.0 -x64
Deploying images using unattend file
<?xml version="1.0" encoding="UTF-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<servicing xmlns="">
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7600.16385" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral"/>
<selection name="SNMP" state="true"/>
<selection name="WMISnmpProvider" state="true"/>
</package>
</servicing>
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" language="neutral" versionScope="nonSxS">
<SetupUILanguage>
<WillShowUI>OnError</WillShowUI>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
<UILanguageFallback>en-US</UILanguageFallback>
I am facing issue while deploying windows 8 and windows 2012
I want to enable snmp as per above xml for windows 8 and windows 2012
"6.1.7600.16385" - It works good for win 7
""6.2.9200.0" -It doesnt works and throws windows could not apply unattend setting during offline service - (eventhough i changed the version in xml).
If i remove the foundation package in servicing section I am able to deploy win7,8,2012 succesfully... but i need to enable snmp service from windows foundation.....
Also want to know "6.2.9200" -windows foundation package supports windows 7 also. So that i can add one boot.wim for win 7,8,2012 .Please help
P.S: All are 64 bit version



Help
Back to top









