MSFN Forum: Ask your Seven xml ? here - MSFN Forum

Jump to content


  • 25 Pages +
  • « First
  • 16
  • 17
  • 18
  • 19
  • 20
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Ask your Seven xml ? here Sample .xml's including Audit Mode for DVD and other Install's

#341 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 22 January 2012 - 08:10 PM

Thanks once again mate, I would try it and let you know.


#342 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 February 2012 - 04:11 AM

Problem:

**** Customer experience improvement program is still enabled despite having

<component name="Microsoft-Windows-SQMApi" processorArchitecture="x86" 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>






in my unattended file.

Help! What else do I need to disable it? Documentation doesn't mention anything in addition to this simple setting.

This post has been edited by TheWalrus: 06 February 2012 - 04:11 AM


#343 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 February 2012 - 05:42 AM

Have you set this value on setting pass specialize ?

However:

Quote

This setting has no effect on Server Core installations of Windows Server 2008.


And I can read also another value:

Quote

XML Example

The following XML output shows how to enable Windows CEIP.

<CEIPEnabled>true</CEIPEnabled>



Maybe you can also try the value: false ?


This post has been edited by myselfidem: 06 February 2012 - 05:50 AM


#344 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 February 2012 - 06:23 AM

I was following http://technet.micro.../cc766045(WS.10).aspx

Quite weird is the fact that it's allegedly disabled by default. I really have no idea what's the cause here.



#345 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 February 2012 - 06:29 AM

Yes...Weird...And we can also read here:

Microsoft-Windows-SQMAPI

<CEIPEnabled>true</CEIPEnabled>


Maybe that can help you :
Allow Microsoft to collect information about how I use Lync

Look at this link also:
Windows Customer Experience Improvement Program

Maybre you can use this reg file:

Disable_CEIP.reg
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\Windows]
"CEIPEnable"=dword:00000000





This post has been edited by myselfidem: 06 February 2012 - 06:51 AM


#346 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 February 2012 - 06:57 AM

Installation failed when I tried using anything but numerical values. Grr.

#347 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 February 2012 - 07:00 AM

I will try...

#348 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 February 2012 - 07:11 AM

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



#349 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 February 2012 - 09:36 AM

We can also read useful infos here:

The Microsoft Customer Experience Improvement Program

Quote

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

This post has been edited by myselfidem: 06 February 2012 - 09:37 AM


#350 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 07 February 2012 - 10:12 AM

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:
Posted Image

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


#351 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 February 2012 - 04:31 AM

View Postnice_guy75, on 07 February 2012 - 10:12 AM, said:

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>

This post has been edited by maxXPsoft: 08 February 2012 - 04:31 AM


#352 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 08 February 2012 - 04:58 AM

View PostmaxXPsoft, on 08 February 2012 - 04:31 AM, said:

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.

#353 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,726
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 09 February 2012 - 09:10 AM

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) ?

#354 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 09 February 2012 - 09:21 AM

View PostTripredacus, on 09 February 2012 - 09:10 AM, said:

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.

#355 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 February 2012 - 06:38 PM

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

#356 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 13 February 2012 - 07:09 PM

View PostmaxXPsoft, on 09 February 2012 - 06:38 PM, said:

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?

#357 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 February 2012 - 03:31 AM

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

#358 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 February 2012 - 09:24 AM

View Postnice_guy75, on 13 February 2012 - 07:09 PM, said:

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

This post has been edited by myselfidem: 14 February 2012 - 09:32 AM


#359 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 15 February 2012 - 12:08 PM

View Postmyselfidem, on 14 February 2012 - 09:24 AM, said:

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.


View Postmyselfidem, on 14 February 2012 - 09:24 AM, said:

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.

#360 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 February 2012 - 03:36 PM

View Postnice_guy75, on 13 February 2012 - 07:09 PM, said:

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?



Share this topic:


  • 25 Pages +
  • « First
  • 16
  • 17
  • 18
  • 19
  • 20
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

4 User(s) are reading this topic
0 members, 4 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy