Jump to content

Ask your Seven xml ? here


Recommended Posts


I found something:

Default setting: By default, the Windows Customer Experience Improvement Program is turned off.

When Windows 7 and Windows Server 2008 R2 are installed and the computer is started for the first time, the Initial Configuration Tasks interface appears, displaying a variety of tasks including Enable automatic updating and feedback. In this task, you can choose to enable the default level of automatic updating and feedback, or you can manually configure settings. If you enable automatic updating and feedback, you turn on the Customer Experience Improvement Program.

The trouble is I don't remember if I got such popup when I was creating the default image :P

Will do an annoying test then...

Link to comment
Share on other sites

We can also read useful infos here:

The Microsoft Customer Experience Improvement Program

<CEIPEnabled>0</CEIPEnabled>

Specifies that Windows CEIP is chosen during Windows Welcome. If the user decides to skip

Windows Welcome during installation, CEIP will be opted out. The user receives no further notifications.

This is the default value.

Edited by myselfidem
Link to comment
Share on other sites

Unable to skip the Licence window, Please see the screenshot (not from my OS as it doesn't appear in Vmware it only appears on actual machine)

I am talking about this window:

2iaa1pe.jpg

Here is my xml:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<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>
</SetupUILanguage>
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</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>
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1024</HorizontalResolution>
<VerticalResolution>768</VerticalResolution>
<RefreshRate>60</RefreshRate>
</Display>
<DynamicUpdate>
<Enable>false</Enable>
<WillShowUI>Never</WillShowUI>
</DynamicUpdate>
<ImageInstall>
<OSImage>
<WillShowUI>Always</WillShowUI>
<InstallToAvailablePartition>true</InstallToAvailablePartition>
</OSImage>
</ImageInstall>
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>Team_ARC</FullName>
<Organization>Team_ARC</Organization>
</UserData>
<EnableFirewall>true</EnableFirewall>
</component>
</settings>
<settings pass="specialize">
<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">
<DisableOOBAccelerators>true</DisableOOBAccelerators>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<EnableLinksBar>false</EnableLinksBar>
<FilterLevel>Medium</FilterLevel>
<Home_Page>http://www.google.co.in</Home_Page>
<BlockPopups>yes</BlockPopups>
<SuggestedSitesEnabled>false</SuggestedSitesEnabled>
<PlaySound>True</PlaySound>
<ShowInformationBar>true</ShowInformationBar>
<ShowMenuBar>true</ShowMenuBar>
</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">
<ComputerName>Alaska-PC</ComputerName>
</component>
</settings>
<settings pass="oobeSystem">
<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>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</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">
<RegisteredOwner>Team_ARC</RegisteredOwner>
<TimeZone>India Standard Time</TimeZone>
<AutoLogon>
<Enabled>true</Enabled>
<LogonCount>3</LogonCount>
<Username>Administrator</Username>
<Password>
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
</AutoLogon>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<DisplayName>Administrator</DisplayName>
<Name>Administrator</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
</settings>
</unattend>

<!-- Key already integrated -->

Link to comment
Share on other sites

Just a quick glance as I'm headed to work

Do you have a wireless connection or was it popping up on you? If not remove that entry <HideWirelessSetupInOOBE>

I do have a wifi modem and I don't want that window to appear during my installation. I think its a better idea not to remove it.

Link to comment
Share on other sites

Wireless? Nice_Guy, verify for us you posted the correct picture that is not showing up. The picture you posted is the EULA that appears during Setup, which should be skipped by the SkipEula object in the WindowsPE pass. Or do you mean the EULA in OOBE (where the Wireless screen also appears) ?

Link to comment
Share on other sites

Wireless? Nice_Guy, verify for us you posted the correct picture that is not showing up. The picture you posted is the EULA that appears during Setup, which should be skipped by the SkipEula object in the WindowsPE pass. Or do you mean the EULA in OOBE (where the Wireless screen also appears) ?

I am talking about EULA only, MaxXPSoft has asked me about wireless network and I replied to his query only. I have no problem of EULA in OOBE, the window is appearing during the setup only. And yes you are right, you mean "<AcceptEula>true</AcceptEula>"?

Please see my Autounattend.xml I have posted.

Link to comment
Share on other sites

HideWirelessSetupInOOBE is part of Windows Welcome so it may be triggering EULA

other than that add your key(yes I know you integrate) to see if that helps

Ok I guss there is some problem with my boot.wim, I have done some customization in the boot.wim so only it is creating trouble, I did try with with default boot.wim downloaded from official website and my xml worked perfectly (no EULA window), now I have to figure out what is forcing that EULA window to appear. I remember once I tried to integrate xml using Windows 7 toolkit that might have created the problem.

I have a related question, I have actually created a SP1 disk (captured install.wim) from RTM by reverse integration now I want to know can I use boot.wim of the SP1 OS I have downloaded from MS or I have to use the same boot.wim of RTM only?

Link to comment
Share on other sites

yes unfortunately none of us know what has been done to things so we have to guess at what might be wrong with a normal installation. I didn't think boot.wim would still be influencing OOBE but apparently am wrong unless it is modded files

I would think boot.wim should be generic but I have not scoured them that much. Only for mod files I do

Link to comment
Share on other sites

I have a related question, I have actually created a SP1 disk (captured install.wim) from RTM by reverse integration now I want to know can I use boot.wim of the SP1 OS I have downloaded from MS or I have to use the same boot.wim of RTM only?

Yes, you can.

I tested and works fine for me, changing only install.wim customized (using sysprep and capture) inside Windows 7 Ultimate SP1 MSDN.

Works also if you keep your original Windows 7 SP0 and changing only install.wim SP1 customized (using reverse integration).

Edited by myselfidem
Link to comment
Share on other sites

Works also if you keep your original Windows 7 SP0 and changing only install.wim SP1 customized (using reverse integration).

This one I have been doing since very long and yes it does work properly.

Yes, you can.

I tested and works fine for me, changing only install.wim customized (using sysprep and capture) inside Windows 7 Ultimate SP1 MSDN.

You are right, I have tried it for the first time and it did work perfectly. And I was right, there was something wrong with my boot.wim, I have changed my boot.wim from the one I have downloaded from MS and now everything is working perfectly. Most importantly "NO EULA WINDOW". And yes, I had to change the setup.exe of sources folder as well, Boot.wim and setup.exe should be from the same OS.

Link to comment
Share on other sites

I have a related question, I have actually created a SP1 disk (captured install.wim) from RTM by reverse integration now I want to know can I use boot.wim of the SP1 OS I have downloaded from MS or I have to use the same boot.wim of RTM only?

That's very bad idea, noone knows what gets screwed up by such awkward methods.

Why don't you just download SP1 image from official sources?

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...