Jump to content

Ask your Seven xml ? here


Recommended Posts

I think I am getting closer, but now I get an error stating that a setting could not be applied for the oobeSystem x86_Microsoft-Windows-Shell-Setup_neutral section. Can anyone assist what might be incorrect ? Any help you provide would be appreciated.

<component name="Microsoft-Windows-Shell-Setup" 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">            <Display>                <ColorDepth>32</ColorDepth>                <HorizontalResolution>1024</HorizontalResolution>                <VerticalResolution>768</VerticalResolution>            </Display>            <RegisteredOrganization>none</RegisteredOrganization>            <RegisteredOwner>Jim Cease</RegisteredOwner>            <TimeZone>Eastern Standard Time</TimeZone>            <AutoLogon>                <Enabled>true</Enabled>                <LogonCount>9999</LogonCount>                <Username>Jim</Username>                <Password>                    <Value>laura1210</Value>                    <PlainText>false</PlainText>                </Password>            </AutoLogon>            <FirstLogonCommands>                <SynchronousCommand wcm:action="add">                    <Order>1</Order>                    <Description>Running FirstLog.cmd</Description>                    <CommandLine>cmd /C start /wait %systemdrive%\Install\FirstLog.cmd</CommandLine>                </SynchronousCommand>            </FirstLogonCommands>            <OEMInformation>                <Logo>%WINDIR%\System32\OEM\SystemLogo.bmp</Logo>                <Manufacturer>Jim</Manufacturer>                <Model>Jim's rad Core i7</Model>                <SupportHours>-</SupportHours>                <SupportPhone>-</SupportPhone>                <SupportURL>-</SupportURL>            </OEMInformation>            <OOBE>                <HideEULAPage>true</HideEULAPage>                <NetworkLocation>Home</NetworkLocation>                <ProtectYourPC>2</ProtectYourPC>                <SkipMachineOOBE>true</SkipMachineOOBE>                <SkipUserOOBE>true</SkipUserOOBE>            </OOBE>            <UserAccounts>                <AdministratorPassword>                    <Value>viper999</Value>                    <PlainText>false</PlainText>                </AdministratorPassword>                <LocalAccounts>                    <LocalAccount wcm:action="add">                        <Password>                            <Value>bABhAHUAcgBhADEAMgAxADAAUABhAHMAcwB3AG8AcgBkAA==</Value>                            <PlainText>false</PlainText>                        </Password>                        <Group>Administrators</Group>                        <DisplayName>Jim Cease</DisplayName>                        <Name>Jim</Name>                    </LocalAccount>                </LocalAccounts>            </UserAccounts>            <VisualEffects>                <FontSmoothing>ClearType</FontSmoothing>            </VisualEffects>            <ShowWindowsLive>false</ShowWindowsLive>            <StartPanelOff>false</StartPanelOff>        </component>

Link to comment
Share on other sites


I think I am getting closer, but now I get an error stating that a setting could not be applied for the oobeSystem x86_Microsoft-Windows-Shell-Setup_neutral section.

<SupportHours>-</SupportHours>

<SupportPhone>-</SupportPhone>

<SupportURL>-</SupportURL>

delete those to start, don't leave unanswered things in a MS xml :whistle: what MS?

make a copy.cmd on the usb/floppy. at anytime it crashes or seems hung up hit Shift+F10, cd to the usb and type copy.

That will grab all the logs and can then diagnose where it's hanging.

cd /d %~dp0
@ECHO OFF
robocopy %systemroot%\Panther /MIR %~dp0$Panther
robocopy %systemroot%\System32\sysprep /MIR %~dp0$sysprep
REM http://technet.microsoft.com/en-us/library/dd744535%28WS.10%29.aspx
robocopy %WINDIR%\Setup\State\State.ini /MIR %~dp0$State.ini
Exit

Link to comment
Share on other sites

@viper999

I try to give you some help.

Here is my AutoUnattend.xml. It's just an example!


<?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="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">
<SetupUILanguage>
<UILanguage>fr-FR</UILanguage>
</SetupUILanguage>
<InputLocale>100c:0000100c</InputLocale>
<SystemLocale>fr-CH</SystemLocale>
<UILanguage>fr-FR</UILanguage>
<UserLocale>fr-CH</UserLocale>
<UILanguageFallback>fr-FR</UILanguageFallback>
</component>
<component name="Microsoft-Windows-Setup" 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">
<Diagnostics>
<OptIn>false</OptIn>
</Diagnostics>
<DiskConfiguration>
<WillShowUI>Always</WillShowUI>
</DiskConfiguration>
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>1024</VerticalResolution>
</Display>
<DynamicUpdate>
<Enable>true</Enable>
<WillShowUI>OnError</WillShowUI>
</DynamicUpdate>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 ULTIMATE</Value>
</MetaData>
</InstallFrom>
</OSImage>
</ImageInstall>
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>myselfidem</FullName>
<Organization>Se7en_UA</Organization>
<ProductKey>
<Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
</UserData>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" 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">
<EnableLUA>false</EnableLUA>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-PnpSysprep" 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">
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-IE-InternetExplorer" 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">
<Home_Page>http://people.consolidated.net/veeger/</Home_Page>
<BlockPopups>no</BlockPopups>
<CompanyName>Se7en_UA</CompanyName>
<FavoritesOnTop>true</FavoritesOnTop>
<FilterLevel>High</FilterLevel>
<Help_Page>http://people.consolidated.net/veeger/</Help_Page>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableWelcomePage>true</DisableWelcomePage>
<PlaySound>false</PlaySound>
<ShowInformationBar>false</ShowInformationBar>
<UserAgent>UAtest</UserAgent>
<Window_Title_CN>Se7en_UA</Window_Title_CN>
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>Google</ScopeDisplayName>
<ScopeKey>Search1</ScopeKey>
<ScopeUrl>http://www.google.com/advanced_search?hl=en</ScopeUrl>
</Scope>
</SearchScopes>
</component>
<component name="Microsoft-Windows-RemoteAssistance-Exe" 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">
<fAllowFullControl>false</fAllowFullControl>
<fAllowToGetHelp>false</fAllowToGetHelp>
</component>
<component name="Microsoft-Windows-Security-SPP-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<ComputerName>Se7en</ComputerName>
<ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
<RegisteredOrganization>Se7en_UA</RegisteredOrganization>
<RegisteredOwner>myselfidem</RegisteredOwner>
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>1024</VerticalResolution>
</Display>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" 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">
<SystemLocale>fr-CH</SystemLocale>
<UILanguage>fr-FR</UILanguage>
<UserLocale>100c:0000100c</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>1024</VerticalResolution>
</Display>
<RegisteredOrganization>Se7en_UA</RegisteredOrganization>
<RegisteredOwner>myselfidem</RegisteredOwner>
<TimeZone>W. Europe Standard Time</TimeZone>
<AutoLogon>
<Enabled>true</Enabled>
<LogonCount>3</LogonCount>
<Username>myselfidem</Username>
<Password>
<Value>xxxxxx</Value>
<PlainText>true</PlainText>
</Password>
</AutoLogon>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<Description>Running FirstLog.cmd</Description>
<CommandLine>cmd /C start /wait %systemdrive%\Install\FirstLog.cmd</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
<OEMInformation>
<Logo>C:\Windows\System32\oemlogo.bmp</Logo>
<Manufacturer>Se7en_UA</Manufacturer>
<Model>Unattended Seven</Model>
</OEMInformation>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<PlainText>true</PlainText>
<Value>xxxxxx</Value>
</Password>
<Group>Administrators</Group>
<DisplayName>myselfidem</DisplayName>
<Name>myselfidem</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<VisualEffects>
<FontSmoothing>ClearType</FontSmoothing>
</VisualEffects>
</component>
</settings>
</unattend>

If you want delete <SupportHours></SpportHours>,etc.., you can. Just save the changes with the "Save" boton and after click OK.

If you click an other time "Save" in the next windows you get errors because the changes are gone. Click only OK.

After control your AutoUnattend.xml inside the folder Se7en_UA\uaDVD. You can see an "AutoUnattendOLD.xml" (if you have put your AutoUnatted.xml in the folder "Se7en_UA\My_Files") and your new one "AutoUnattend.xml".

You can see examples inside Se7en_UA\Tools for x86 and x64.

I hope that will help you.

Edited by myselfidem
Link to comment
Share on other sites

You have right, sorry, that was not a good example of AutoUnattend.xml!

I show you this AutoUnattend.xml as an example with the lines you don't want and deleeted.


<?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="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">
<SetupUILanguage>
<UILanguage>fr-FR</UILanguage>
</SetupUILanguage>
<InputLocale>100c:0000100c</InputLocale>
<SystemLocale>fr-CH</SystemLocale>
<UILanguage>fr-FR</UILanguage>
<UserLocale>fr-CH</UserLocale>
<UILanguageFallback>fr-FR</UILanguageFallback>
</component>
<component name="Microsoft-Windows-Setup" 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">
<Diagnostics>
<OptIn>false</OptIn>
</Diagnostics>
<DiskConfiguration>
<WillShowUI>Always</WillShowUI>
</DiskConfiguration>
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>1024</VerticalResolution>
</Display>
<DynamicUpdate>
<Enable>true</Enable>
<WillShowUI>OnError</WillShowUI>
</DynamicUpdate>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 ULTIMATE</Value>
</MetaData>
</InstallFrom>
</OSImage>
</ImageInstall>
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>myselfidem</FullName>
<Organization>Se7en_UA</Organization>
<ProductKey>
<Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
</UserData>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" 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">
<EnableLUA>false</EnableLUA>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-PnpSysprep" 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">
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-IE-InternetExplorer" 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">
<Home_Page>http://people.consolidated.net/veeger/</Home_Page>
<BlockPopups>no</BlockPopups>
<CompanyName>Se7en_UA</CompanyName>
<FavoritesOnTop>true</FavoritesOnTop>
<FilterLevel>High</FilterLevel>
<Help_Page>http://people.consolidated.net/veeger/</Help_Page>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableWelcomePage>true</DisableWelcomePage>
<PlaySound>false</PlaySound>
<ShowInformationBar>false</ShowInformationBar>
<UserAgent>UAtest</UserAgent>
<Window_Title_CN>Se7en_UA</Window_Title_CN>
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>Google</ScopeDisplayName>
<ScopeKey>Search1</ScopeKey>
<ScopeUrl>http://www.google.com/advanced_search?hl=en</ScopeUrl>
</Scope>
</SearchScopes>
</component>
<component name="Microsoft-Windows-RemoteAssistance-Exe" 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">
<fAllowFullControl>false</fAllowFullControl>
<fAllowToGetHelp>false</fAllowToGetHelp>
</component>
<component name="Microsoft-Windows-Security-SPP-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<ComputerName>Se7en</ComputerName>
<ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
<RegisteredOrganization>Se7en_UA</RegisteredOrganization>
<RegisteredOwner>myselfidem</RegisteredOwner>
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>1024</VerticalResolution>
</Display>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" 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">
<SystemLocale>fr-CH</SystemLocale>
<UILanguage>fr-FR</UILanguage>
<UserLocale>100c:0000100c</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>1024</VerticalResolution>
</Display>
<RegisteredOrganization>Se7en_UA</RegisteredOrganization>
<RegisteredOwner>myselfidem</RegisteredOwner>
<TimeZone>W. Europe Standard Time</TimeZone>
<AutoLogon>
<Enabled>true</Enabled>
<LogonCount>3</LogonCount>
<Username>myselfidem</Username>
<Password>
<Value>xxxxxx</Value>
<PlainText>true</PlainText>
</Password>
</AutoLogon>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<Description>Running FirstLog.cmd</Description>
<CommandLine>cmd /C start /wait %systemdrive%\Install\FirstLog.cmd</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
<OEMInformation>
<Logo>C:\Windows\System32\oemlogo.bmp</Logo>
<Manufacturer>Se7en_UA</Manufacturer>
<Model>Unattended Seven</Model>
</OEMInformation>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<PlainText>true</PlainText>
<Value>xxxxxx</Value>
</Password>
<Group>Administrators</Group>
<DisplayName></DisplayName>
<Name>myselfidem</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<VisualEffects>
<FontSmoothing>ClearType</FontSmoothing>
</VisualEffects>
</component>
</settings>
</unattend>

Add your personnal name, your key and your personnal options!

You can see in the first post, as Max says and just change Architecture.

Max gives you the solution at the first page of this topic.

<SupportPhone>BR549</SupportPhone>.

If you remove a line remove it completely. Don't leave the unneeded items. Wrong <SupportPhone></SupportPhone>

Regards.

Edited by myselfidem
Link to comment
Share on other sites

Can you attach your xml file as I can past it as it is formatted incorrectly ? Thanks in advance for your help.

Why are you not using Se7en_UA Autounattend.xml part to to do your Autounattend.xml.

Edited by urie
Link to comment
Share on other sites

Thanks I modified the enclosed file and it works great !!!. The only thing it asks is the windows version and which disk to install.

Yes, because you need to make your AutoUnattend.xml a new time with the first windows asking you what version you want.

Close and restart Se7en_UA.exe.

Make an other time your file with selected option (windows version) and before put your file AutoUnattend.xml inside the folder: Se7en_UA\My Files\

You must edit the fisrt window a new time, for the Windows version!

And use xml creator Se7en_UA, like as I tell you: click after changes "Save" and OK; and next window: OK.

Control your AutoUanttend.xml inside Se7en_UA\uaDVD\. If you want, you can deleete the AutoUnattend_OLD.xml.

Example: you must write: 5 - Ultimate (for Windows Ultimate)

That's mean, if you have an error, you need to do all the process and write at the first windows the choise for your version, because even if the file is good, the window asking your version appears during the unattended installation!

Regards.

Edited by myselfidem
Link to comment
Share on other sites

  • 4 weeks later...

How about a guide for using WSIM from the WAIK 2.0, for creating the unattend xml. If people can see how catalog components effect the answer file, and how to enable them in the answer file, if would make the understanding of what is going on during the install better.

I know there are easier ways to do this, but I personally think using the tool which comes with the kit would be the best, not having to run many different programs to get the results i.e vlite, and others.

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