Jump to content

InboxGames do not get installed, Win7-x64 unattended


Recommended Posts

Hi all,

I suddenly noticed that the games built into Windows 7 by default, do not get installed in my unattended installs.

I have my AutoUnattend.xml at the root of the DVD.

The portions that created problems are commented out (in the normal way as is done for XML files, using tags like <!-- xyz -->).

And the configuration settings that are NOT commented, are implemented just fine by the installer from what I see

(in other words, everything is just fine, except for the games being exempted).

Currently need help with the Professional edition, x64, Windows 7 SP1 (integrated image downloaded from MSDN).

No changes (vLite/etc) made to the source WIM files whatsoever, except for deleting "ei.cfg" from the "sources" folder.

Below is my xml file, please tell me where am I going wrong?

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
<selection name="Microsoft-Windows-Anytime-Upgrade-Package" state="false" />
</package>
</servicing>

<!--
commented out for later use and reference-
7 Configuration Passes Sequence as below

windowsPE
offlineServicing
specialize
generalize
auditSystem
auditUser
oobeSystem
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
<selection name="Microsoft-Hyper-V-Common-Drivers" state="true" />
<selection name="Microsoft-Hyper-V-Guest-Integration-Drivers" state="true" />
<selection name="Microsoft-Windows-Anytime-Upgrade-Package" state="false" />
<selection name="Microsoft-Windows-MediaPlayer-Package" state="true" />
<selection name="Microsoft-Windows-NetFx3-OC-Package" state="true" />
<selection name="Microsoft-Windows-Printing-XPSServices-Package" state="true" />
<selection name="TabletPCOC" state="true" />
<selection name="InboxGames" state="true" />

<selection name="Printing-XPSServices-Features" state="true" />
<selection name="Xps-Foundation-Xps-Viewer" state="true" />
<selection name="Internet-Explorer-Optional-amd64" state="true" />
<selection name="WindowsGadgetPlatform" state="true" />
<selection name="MediaPlayback" state="true" />
<selection name="OpticalMediaDisc" state="true" />
<selection name="Internet Games" state="true" />
<selection name="Hearts" state="true" />
<selection name="FreeCell" state="true" />
<selection name="Chess" state="true" />
<selection name="Minesweeper" state="true" />
<selection name="More Games" state="true" />
<selection name="PurblePlace" state="true" />
</package>

</servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
-->

<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" 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">
<EnableLUA>true</EnableLUA>
</component>
</settings>

<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" 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">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
<WillShowUI>Never</WillShowUI>
</SetupUILanguage>
<InputLocale>0409:00000409</InputLocale>
<UserLocale>en-IN</UserLocale>
<UILanguage>en-US</UILanguage>
<SystemLocale>en-IN</SystemLocale>
<UILanguageFallback>en-US</UILanguageFallback>
</component>
<component name="Microsoft-Windows-Setup" 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">
<Diagnostics>
<OptIn>false</OptIn>
</Diagnostics>
<DiskConfiguration>
<WillShowUI>Always</WillShowUI>
</DiskConfiguration>
<ComplianceCheck>
<DisplayReport>Never</DisplayReport>
</ComplianceCheck>
<DynamicUpdate>
<Enable>false</Enable>
</DynamicUpdate>
<LogPath>%SystemRoot%\temp</LogPath>
<UseConfigurationSet>false</UseConfigurationSet>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 PROFESSIONAL</Value>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<WillShowUI>Never</WillShowUI>
<Key>BLAH</Key>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>BLAH-NOTREAL</FullName>
<Organization>BLAHBLAH</Organization>
</UserData>
<!--
<RunAsynchronous>
<RunAsynchronousCommand wcm:action="add">
<Description>desc</Description>
<Order>1</Order>
<Path>D:\drv.exe</Path>
</RunAsynchronousCommand>
</RunAsynchronous>
-->
</component>
</settings>

<settings pass="specialize">
<component name="Microsoft-Windows-Deployment" 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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Description>setting DVD drive-letter</Description>
<Order>10</Order>
<Path>cmd.exe /C "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Autounattend.xml SETX AppsRoot %i: -m"</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>20</Order>
<Path>cmd /c "ECHO specialize pass carried out on %date% at %time% with %AppsRoot% >> %SystemRoot%\temp\uArun.log"</Path>
</RunSynchronousCommand>
</RunSynchronous>
<!-- Async command also possible here -->
</component>
<component name="Microsoft-Windows-Printing-Spooler-Core" 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">
<RemoveMXDW>0</RemoveMXDW>
</component>
<component name="Microsoft-Windows-ehome-reg-inf" 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">
<DisableExpressSetup>false</DisableExpressSetup>
</component>
<component name="Microsoft-Windows-ErrorReportingCore" 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">
<DefaultConsent>1</DefaultConsent>
<DisableWER>1</DisableWER>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" 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">
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableAccelerators>true</DisableAccelerators>
<DisableOOBAccelerators>true</DisableOOBAccelerators>
<SuggestedSitesEnabled>false</SuggestedSitesEnabled>
<PrivacyAdvisorMode>2</PrivacyAdvisorMode>
<DisableWelcomePage>false</DisableWelcomePage>
<IEWelcomeMsg>true</IEWelcomeMsg>
<FilterLevel>Medium</FilterLevel>
<BlockPopups>yes</BlockPopups>
<AllSitesCompatibilityMode>false</AllSitesCompatibilityMode>
<ShowCompatibilityViewButton>true</ShowCompatibilityViewButton>
<MSCompatibilityMode>true</MSCompatibilityMode>
<ShowMenuBar>false</ShowMenuBar>
<EnableLinksBar>false</EnableLinksBar>
<ShowLeftAddressToolbar>true</ShowLeftAddressToolbar>
<ShowCommandBar>true</ShowCommandBar>
<ShowStatusBar>true</ShowStatusBar>
<ShowInformationBar>true</ShowInformationBar>
<Home_Page>about:blank</Home_Page>
<Help_Page>http://www.google.com</Help_Page>
<FavoritesDelete>false</FavoritesDelete>
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>Google</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>http://www.google.com/search?q={searchTerms}</ScopeUrl>
</Scope>
</SearchScopes>
<QuickLinkList>
<QuickLinkItem>
<QLID>0</QLID>
<QuickLinkUrl>http://www.google.com</QuickLinkUrl>
<QuickLinkName>Google Search</QuickLinkName>
</QuickLinkItem>
</QuickLinkList>
</component>
<component name="Microsoft-Windows-Wlansvc" 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">
<RadioLocation>To activate the wireless LAN capability, use the switch, usually found on the front or side of the computer, or by using a function-key combination.</RadioLocation>
</component>
<component name="Microsoft-Windows-powercpl" 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">
<PreferredPlan>381b4222-f694-41f0-9685-ff5bb260df2e</PreferredPlan>
</component>
<component name="Microsoft-Windows-RemoteAssistance-Exe" 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">
<fAllowToGetHelp>false</fAllowToGetHelp>
<fAllowFullControl>false</fAllowFullControl>
</component>
<component name="Microsoft-Windows-Security-SPP-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<AutoLogon>
<Password>
<Value>BLAH</Value>
<PlainText>true</PlainText>
</Password>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username>BLAH</Username>
</AutoLogon>
<!--
<Display>
<ColorDepth>32</ColorDepth>
<DPI>96</DPI>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>75</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>
<OEMWelcomeCenterLinks>
<Link0>C:\</Link0>
<Link1>http://google.com</Link1>
</OEMWelcomeCenterLinks>
-->
<OEMInformation>
<Logo>C:\Windows\System32\oemlogo.bmp</Logo>
<Manufacturer>BLAH Co.</Manufacturer>
<HelpCustomized>false</HelpCustomized>
<SupportHours>24/7*365 self</SupportHours>
<SupportPhone>1-800-Vendor</SupportPhone>
<SupportURL>http://www.google.com</SupportURL>
</OEMInformation>
<Themes>
<DefaultThemesOff>false</DefaultThemesOff>
<CustomDefaultThemeFile>%SystemRoot%\Resources\Themes\mine.theme</CustomDefaultThemeFile>
<ThemeName>Fabrikam Theme</ThemeName>
<DesktopBackground>%WINDIR%\web\wallpaper\fabrikam.jpg</DesktopBackground>
<ScreenSaver>Mystify.scr</ScreenSaver>
<WindowColor>Sky</WindowColor>
</Themes>
<WindowsFeatures>
<ShowInternetExplorer>true</ShowInternetExplorer>
<ShowMediaCenter>true</ShowMediaCenter>
<ShowWindowsMail>true</ShowWindowsMail>
<ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer>
</WindowsFeatures>
<BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled>
<DoNotCleanTaskBar>false</DoNotCleanTaskBar>
<ComputerName>Computer</ComputerName>
<RegisteredOwner>BLAH-EH</RegisteredOwner>
<RegisteredOrganization>BLAHBLAH</RegisteredOrganization>
<!-- <ShowWindowsLive>true</ShowWindowsLive> -->
<CopyProfile>true</CopyProfile>
<TimeZone>India Standard Time</TimeZone>
<!-- <StartPanelOff>false</StartPanelOff> -->
</component>
<component name="Microsoft-Windows-SQMApi" 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">
<CEIPEnabled>0</CEIPEnabled>
</component>
<component name="Microsoft-Windows-SystemRestore-Main" 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">
<DisableSR>1</DisableSR>
</component>
<component name="Microsoft-Windows-TapiSetup" 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">
<TapiUnattendLocation>
<AreaCode>080</AreaCode>
</TapiUnattendLocation>
</component>
<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" 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">
<fDenyTSConnections>false</fDenyTSConnections>
</component>
<component name="Security-Malware-Windows-Defender" 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">
<DisableAntiSpyware>false</DisableAntiSpyware>
</component>
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<JoinWorkgroup>LAN</JoinWorkgroup>
</Identification>
</component>
<!--
<component name="Networking-MPSSVC-Svc" 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">
<FirewallGroups />
<DomainProfile_EnableFirewall>true</DomainProfile_EnableFirewall>
<PrivateProfile_EnableFirewall>true</PrivateProfile_EnableFirewall>
<PublicProfile_EnableFirewall>true</PublicProfile_EnableFirewall>
<PrivateProfile_DisableNotifications>false</PrivateProfile_DisableNotifications>
</component>
-->
<component name="Microsoft-Windows-ehome-reg-inf" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableExpressSetup>false</DisableExpressSetup>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableAccelerators>true</DisableAccelerators>
<DisableOOBAccelerators>true</DisableOOBAccelerators>
<SuggestedSitesEnabled>false</SuggestedSitesEnabled>
<PrivacyAdvisorMode>2</PrivacyAdvisorMode>
<DisableWelcomePage>false</DisableWelcomePage>
<IEWelcomeMsg>true</IEWelcomeMsg>
<FilterLevel>Medium</FilterLevel>
<BlockPopups>yes</BlockPopups>
<AllSitesCompatibilityMode>false</AllSitesCompatibilityMode>
<ShowCompatibilityViewButton>true</ShowCompatibilityViewButton>
<MSCompatibilityMode>true</MSCompatibilityMode>
<ShowMenuBar>false</ShowMenuBar>
<EnableLinksBar>false</EnableLinksBar>
<ShowLeftAddressToolbar>true</ShowLeftAddressToolbar>
<ShowCommandBar>true</ShowCommandBar>
<ShowStatusBar>true</ShowStatusBar>
<ShowInformationBar>true</ShowInformationBar>
<Home_Page>about:blank</Home_Page>
<Help_Page>http://www.google.com</Help_Page>
<FavoritesDelete>false</FavoritesDelete>
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>Google</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>http://www.google.com/search?q={searchTerms}</ScopeUrl>
</Scope>
</SearchScopes>
<QuickLinkList>
<QuickLinkItem>
<QLID>0</QLID>
<QuickLinkUrl>http://www.google.com</QuickLinkUrl>
<QuickLinkName>Google Search</QuickLinkName>
</QuickLinkItem>
</QuickLinkList>
</component>
<component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableSR>1</DisableSR>
</component>
</settings>

<settings pass="generalize">
<component name="Microsoft-Windows-Security-Licensing-SLC" 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">
<SkipRearm>1</SkipRearm>
</component>
<!--
<component name="Microsoft-Windows-PnpSysprep" 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">
<PersistAllDeviceInstalls>false</PersistAllDeviceInstalls>
</component>
<component name="Microsoft-Windows-SharedAccess" 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">
<EnableICS>false</EnableICS>
</component>
-->
</settings>

<settings pass="auditSystem">
<component name="Microsoft-Windows-PerfCenterCPL" 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">
<WindowsExperienceIndexOemInfo>
<Logo>C:\windows\performance\winsat\fabrikam_logo.bmp</Logo>
<HardwareUpgradeURL>http://www.fabrikam.com/windows7upgrade/upgrade.htm</HardwareUpgradeURL>
</WindowsExperienceIndexOemInfo>
</component>
<component name="Microsoft-Windows-Deployment" 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">
<AuditComputerName>
<Name>Computer</Name>
</AuditComputerName>
</component>
<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:keyValue="10" wcm:action="add">
<Path>%AppsRoot%\$OEM$\PnPdrvrs</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>

<settings pass="auditUser">
<component name="Microsoft-Windows-Deployment" 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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Description>command1</Description>
<Order>10</Order>
<Path>cmd /C %SystemDrive%\install\one.cmd</Path>
<WillReboot>Never</WillReboot>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Description>command2</Description>
<Order>20</Order>
<Path>cmd /C %SystemDrive%\install\cmdlines.cmd</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Description>command2</Description>
<Order>30</Order>
<Path>cmd /c "ECHO audituser pass carried out on %date% at %time% >> %SystemRoot%\temp\uArun.log"</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>

<settings pass="oobeSystem">
<component name="Microsoft-Windows-ehome-reg-inf" 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">
<WorkOffline>false</WorkOffline>
</component>
<component name="Microsoft-Windows-WinRE-RecoveryAgent" 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">
<UninstallWindowsRE>false</UninstallWindowsRE>
</component>
<component name="Microsoft-Windows-International-Core" 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">
<InputLocale>0409:00000409</InputLocale>
<UserLocale>en-IN</UserLocale>
<UILanguage>en-US</UILanguage>
<SystemLocale>en-IN</SystemLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<!--
<FolderLocations>
<ProfilesDirectory>D:\Users</ProfilesDirectory>
<ProgramData>D:\ProgramData</ProgramData>
</FolderLocations>
-->
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>BLAH</Value>
<PlainText>true</PlainText>
</Password>
<Description>the PC admin</Description>
<DisplayName>BLAH</DisplayName>
<Group>Administrators</Group>
<Name>BLAH</Name>
</LocalAccount>
<LocalAccount wcm:action="add">
<Description>everyday use</Description>
<DisplayName>BLAH1</DisplayName>
<Group>Users</Group>
<Name>BLAH1</Name>
</LocalAccount>
</LocalAccounts>
<AdministratorPassword>
<Value>BLAH</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
</UserAccounts>
<AutoLogon>
<Password>
<Value>BLAH</Value>
<PlainText>true</PlainText>
</Password>
<Username>BLAH</Username>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
</AutoLogon>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd.exe /c "ECHO oobeSystem pass carried out on %date% at %time% >> %SystemRoot%\temp\uArun.log"</CommandLine>
<Description>knowing the sequence</Description>
<Order>10</Order>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd.exe /C "%AppsRoot%\$OEM$\$1\install\GUIrunOnce.cmd"</CommandLine>
<Description>please wait</Description>
<Order>20</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>%AppsRoot%\$OEM$\$1\install\XPlode45\autoInst.exe /xml:"#XPLODE#\XPlode-SelectInstall.xml" /log:"%SystemRoot%\temp\XPlode.log"</CommandLine>
<Description>installs programs and customizes them with settings</Description>
<Order>30</Order>
</SynchronousCommand>
</FirstLogonCommands>
<LogonCommands>
<AsynchronousCommand wcm:action="add">
<CommandLine>line.cmd</CommandLine>
<Description>desc</Description>
<Order>1</Order>
<RequiresUserInput>false</RequiresUserInput>
</AsynchronousCommand>
</LogonCommands>
<OEMInformation>
<Logo>%SystemRoot%\System32\oobe\oemlogo.bmp</Logo>
<Manufacturer>Alienware</Manufacturer>
<Model>top-of-the-line model</Model>
<SupportURL>http://www.google.com</SupportURL>
</OEMInformation>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
<ProtectYourPC>1</ProtectYourPC>
<!--
3 = disable automatic protection. 1= recommended level of protection (full).
This will enable Windows Updates and recommended updates.
Also drivers download and 'display enhanced info from internet' from device installation settings
-->
</OOBE>
<VisualEffects>
<FontSmoothing>ClearType</FontSmoothing>
</VisualEffects>
</component>
<component name="Microsoft-Windows-Sidebar" 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">
<Gadget1>%PROGRAMFILES(x86)%\Windows Sidebar\Gadgets\Clock.Gadget</Gadget1>
<Gadget2>%PROGRAMFILES(x86)%\Windows Sidebar\Gadgets\Calendar.Gadget</Gadget2>
<LayoutPosition>Default</LayoutPosition>
</component>
</settings>

<cpi:offlineImage cpi:source="wim:k:/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Edited by prathapml
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...