Skip to content

Instantly share code, notes, and snippets.

@einnocent
Created May 6, 2014 04:51
Show Gist options
  • Save einnocent/c8bd5fcf67b939daf6d9 to your computer and use it in GitHub Desktop.
Save einnocent/c8bd5fcf67b939daf6d9 to your computer and use it in GitHub Desktop.
WE8S ICE config file (minus passwords)
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:ew="urn:schemas-microsoft-
com:embedded.unattend.internal.v2">
<settings pass="offlineServicing">
<component name="Microsoft-Windows-Audio-AudioCore" processorArchitecture="amd64"
ppublicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Start_AudioSrv>2</Start_AudioSrv>
<Start_EndpointBuilder>2</Start_EndpointBuilder>
</component>
<component name="Microsoft-Windows-MMCSS" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Start>2</Start>
<SystemResponsiveness>20</SystemResponsiveness>
</component>
<component name="Microsoft-Windows-UPnPDeviceHost" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ServiceStartType>3</ServiceStartType>
</component>
<component name="Microsoft-Windows-UPnPSSDP" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ServiceStartType>3</ServiceStartType>
</component>
<component name="Microsoft-Windows-explorer" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<IndexSearchFilesDefaultValue>2</IndexSearchFilesDefaultValue>
<NoSearchFilesDefaultValue>2</NoSearchFilesDefaultValue>
<Start_SearchFiles>2</Start_SearchFiles>
<UserSearchFilesDefaultValue>2</UserSearchFilesDefaultValue>
<CDefaultValue>1</CDefaultValue>
<GHideDefaultValue>0</GHideDefaultValue>
<GMenuDefaultValue>0</GMenuDefaultValue>
<GOpenDefaultValue>0</GOpenDefaultValue>
</component>
<component name="Microsoft-Windows-Embedded-EmbeddedLogon" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UIVerbosityLevel>4</UIVerbosityLevel>
</component>
<component name="Microsoft-Windows-Embedded-BootExp" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableBootMenu>0</DisableBootMenu>
<DisplayDisabled>0</DisplayDisabled>
<HideAllBootUI>0</HideAllBootUI>
<HideBootLogo>0</HideBootLogo>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Embedded-ShellLauncher" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Shell>SJJ_Shell.exe</Shell>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AutoLogon>
<Password>
<Value>REDACTED</Value>
<PlainText>false</PlainText>
</Password>
<Username>kiosk</Username>
<LogonCount>9999</LogonCount>
<Enabled>true</Enabled>
</AutoLogon>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>REDACTED</Value>
<PlainText>false</PlainText>
</Password>
<Name>kiosk</Name>
<Group>Administrators</Group>
<DisplayName>kiosk</DisplayName>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<CommandLine>powercfg.exe -change -monitor-timeout-ac 0</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<CommandLine>powercfg.exe -change -hibernate-timeout-ac 0</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>3</Order>
<CommandLine>powercfg.exe -change -standby-timeout-ac 0</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>4</Order>
<CommandLine>powercfg.exe -change -disk-timeout-ac 0</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>5</Order>
<CommandLine>bcdedit /set {current} bootstatuspolicy IgnoreAllFailures</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
<TimeZone>Pacific Standard Time</TimeZone>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
<NetworkLocation>Home</NetworkLocation>
</OOBE>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>en-US</InputLocale>
<SystemLocale>en_US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>
</settings>
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>zoobac-kiosk</ComputerName>
</component>
</settings>
<ew:servicing>
<ew:module action="install">
<ew:moduleIdentity name="WinEmb-Unbranded-Startup-Screens" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\WinEmb-
Unbranded-Startup-Screens~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="WinEmb-Boot-Experience" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\WinEmb-
Boot-Experience~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="WinEmb-Embedded-Logon" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\WinEmb-
Embedded-Logon~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="WinEmb-NET-Framework-35" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\WinEmb-
NET-Framework-35~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Feature Pack" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="WinEmb-Custom-Shell-Launcher" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\WinEmb-
Custom-Shell-Launcher~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="WinEmb-Notepad" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\WinEmb-
Notepad~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="WinEmb-Windows-Command-Line-Utilities" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\WinEmb-
Windows-Command-Line-Utilities~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Monitor" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Monitor~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Hdaudio" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Hdaudio~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Hidserv" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Hidserv~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Netrt630x64" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Netrt630x64~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Igdlh12" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Igdlh12~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Kdnic" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Kdnic~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Spaceport" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Spaceport~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Vdrvroot" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Vdrvroot~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Ksfilter" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Ksfilter~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Usb" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Usb~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-INF-Wdmaudio" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Driver\Microsoft-
Windows-Embedded-INF-Wdmaudio~31bf3856ad364e35~amd64~~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Driver" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Microsoft-Windows-Embedded-LanguagePack-Package"
version="6.2.9200.16384" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="en-US"
/>
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\LanguagePack
\Microsoft-Windows-Embedded-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384.emd" />
<ew:moduleInfo releaseType="Language Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2770917" version="6.2.1.0"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Update
\Package_for_KB2770917~31bf3856ad364e35~amd64~~6.2.1.0.cab" />
<ew:moduleInfo releaseType="Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2779768" version="6.2.1.1"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Update
\Package_for_KB2779768~31bf3856ad364e35~amd64~~6.2.1.1.cab" />
<ew:moduleInfo releaseType="Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2729462" version="6.2.1.0"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\SecurityUpdate
\Package_for_KB2729462~31bf3856ad364e35~amd64~~6.2.1.0.cab" />
<ew:moduleInfo releaseType="Security Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2737084" version="6.2.1.0"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\SecurityUpdate
\Package_for_KB2737084~31bf3856ad364e35~amd64~~6.2.1.0.cab" />
<ew:moduleInfo releaseType="Security Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2753842" version="6.2.1.1"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\SecurityUpdate
\Package_for_KB2753842~31bf3856ad364e35~amd64~~6.2.1.1.cab" />
<ew:moduleInfo releaseType="Security Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2756872" version="6.2.1.0"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Update
\Package_for_KB2756872~31bf3856ad364e35~amd64~~6.2.1.0.cab" />
<ew:moduleInfo releaseType="Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2757638" version="6.2.1.2"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\SecurityUpdate
\Package_for_KB2757638~31bf3856ad364e35~amd64~~6.2.1.2.cab" />
<ew:moduleInfo releaseType="Security Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2761465" version="6.2.1.4"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\SecurityUpdate
\Package_for_KB2761465~31bf3856ad364e35~amd64~~6.2.1.4.cab" />
<ew:moduleInfo releaseType="Security Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2769165" version="6.2.1.0"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Update
\Package_for_KB2769165~31bf3856ad364e35~amd64~~6.2.1.0.cab" />
<ew:moduleInfo releaseType="Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2769166" version="6.2.1.0"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Update
\Package_for_KB2769166~31bf3856ad364e35~amd64~~6.2.1.0.cab" />
<ew:moduleInfo releaseType="Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2778930" version="6.2.1.1"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\SecurityUpdate
\Package_for_KB2778930~31bf3856ad364e35~amd64~~6.2.1.1.cab" />
<ew:moduleInfo releaseType="Security Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2779562" version="6.2.1.1"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Update
\Package_for_KB2779562~31bf3856ad364e35~amd64~~6.2.1.1.cab" />
<ew:moduleInfo releaseType="Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2780541" version="6.2.1.0"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Update
\Package_for_KB2780541~31bf3856ad364e35~amd64~~6.2.1.0.cab" />
<ew:moduleInfo releaseType="Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2785094" version="6.2.1.2"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\Update
\Package_for_KB2785094~31bf3856ad364e35~amd64~~6.2.1.2.cab" />
<ew:moduleInfo releaseType="Update" topLevel="false" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Package_for_KB2785220" version="6.2.1.1"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\SecurityUpdate
\Package_for_KB2785220~31bf3856ad364e35~amd64~~6.2.1.1.cab" />
<ew:moduleInfo releaseType="Security Update" topLevel="false" />
</ew:module>
<ew:module action="configure">
<ew:moduleIdentity name="EmbeddedCore64" version="6.2.9200.16384"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
<ew:moduleInfo releaseType="Product" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Zoobac Scripts" version="1.0.0.0" processorArchitecture="amd64"
publicKeyToken="0000000000000000" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\Zoobac
Scripts~0000000000000000~amd64~~1.0.0.0.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="Java JRE 7" version="1.0.0.0" processorArchitecture="amd64"
publicKeyToken="0000000000000000" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\Java JRE
7~0000000000000000~amd64~~1.0.0.0.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="SJJ Shell" version="1.0.5.0" processorArchitecture="amd64"
publicKeyToken="0000000000000000" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\SJJ
Shell~0000000000000000~amd64~~1.0.5.0.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
<ew:module action="install">
<ew:moduleIdentity name="ZooBac Installer" version="1.0.5.0" processorArchitecture="amd64"
publicKeyToken="0000000000000000" language="neutral" />
<ew:source location="%distributionshareroot%\6.2\9200.16384\amd64\modules\FeaturePack\ZooBac
Installer~0000000000000000~amd64~~1.0.5.0.emd" />
<ew:moduleInfo releaseType="Feature Pack" />
</ew:module>
</ew:servicing>
<ew:answerFileInfo catalogPath="C:\GitHub\zoobac-we8s\Windows Embedded Catalog"
processorArchitecture="amd64" osVersion="6.2.9200.16384" />
</unattend>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment