MSFN Forum: WINDOWS folder not found - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

WINDOWS folder not found Rate Topic: -----

#1 User is offline   n00b 

  • Member
  • PipPip
  • Group: Members
  • Posts: 137
  • Joined: 18-January 04

Posted 12 February 2007 - 04:26 PM

Hello when I run my unattend setup for Vista it crashes and burns after copying files for 2 hours

something about WINDOWS folder not found

can anyone tell me what's wrong?

 
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
        <package action="configure" permanence="removable">
            <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" />
            <selection name="Chess" state="true" />
            <selection name="FreeCell" state="true" />
            <selection name="Hearts" state="true" />
            <selection name="SpiderSolitaire" state="true" />
            <selection name="Solitaire" state="true" />
            <selection name="Shanghai" state="true" />
            <selection name="PurblePlace" state="true" />
            <selection name="Minesweeper" state="true" />
            <selection name="Inkball" state="true" />
            <selection name="AxInstallService" state="true" />
            <selection name="CorporationHelpCustomization" state="true" />
            <selection name="InboxGames" state="true" />
            <selection name="OEMHelpCustomization" state="true" />
            <selection name="Printing-Foundation-Features" state="false" />
            <selection name="Printing-Foundation-InternetPrinting-Client" state="false" />
        </package>
    </servicing>
    <settings pass="specialize">
        <component name="Microsoft-Windows-SystemRestore-Main" 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">
            <DisableSR>1</DisableSR>
        </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>1400</HorizontalResolution>
                <RefreshRate>60</RefreshRate>
                <VerticalResolution>1050</VerticalResolution>
            </Display>
            <OEMInformation>
                <HelpCustomized>true</HelpCustomized>
                <Logo>C:\WINDOWS\SYSTEM32\OEMLOGO.BMP</Logo>
                <Manufacturer>Dell Computer Corporation</Manufacturer>
                <Model>Latitude D610</Model>
                <SupportHours>24 hours</SupportHours>
                <SupportPhone>1-800-456-3355</SupportPhone>
                <SupportURL>http://support.dell.com</SupportURL>
            </OEMInformation>
            <WindowsFeatures>
                <ShowInternetExplorer>true</ShowInternetExplorer>
                <ShowMediaCenter>true</ShowMediaCenter>
                <ShowWindowsMail>true</ShowWindowsMail>
                <ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer>
            </WindowsFeatures>
            <AutoLogon>
                <Enabled>true</Enabled>
                <LogonCount>1</LogonCount>
                <Username>Administrator</Username>
            </AutoLogon>
            <CopyProfile>true</CopyProfile>
            <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled>
            <ComputerName>DDH6BZ71</ComputerName>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <RegisteredOrganization>HOMENETWORK Domain</RegisteredOrganization>
            <RegisteredOwner>Dell Latitude D610</RegisteredOwner>
            <ShowWindowsLive>true</ShowWindowsLive>
            <TimeZone>US Eastern Standard Time</TimeZone>
        </component>
    </settings>
    <settings pass="generalize">
        <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">
            <OEMInformation>
                <HelpCustomized>true</HelpCustomized>
                <Logo>C:\WINDOWS\SYSTEM32\OEMLOGO.BMP</Logo>
                <Manufacturer>Dell Computer Corporation</Manufacturer>
                <Model>Latitude D610</Model>
                <SupportHours>24 hours</SupportHours>
                <SupportURL>http://support.dell.com/</SupportURL>
                <SupportPhone>1-800-456-3355</SupportPhone>
            </OEMInformation>
            <RegisteredOrganization>HOMENETWORK Domain</RegisteredOrganization>
            <RegisteredOwner>Dell Latitude D610</RegisteredOwner>
            <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
        </component>
    </settings>
    <settings pass="oobeSystem">
        <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>1400</HorizontalResolution>
                <RefreshRate>60</RefreshRate>
                <VerticalResolution>1050</VerticalResolution>
            </Display>
            <OEMInformation>
                <HelpCustomized>true</HelpCustomized>
                <Logo>C:\WINDOWS\SYSTEM32\OEMLOGO.BMP</Logo>
                <Manufacturer>Dell</Manufacturer>
                <Model>Latitude D610</Model>
                <SupportHours>24 hours</SupportHours>
                <SupportPhone>1-800-456-3355</SupportPhone>
                <SupportURL>http://support.dell.com</SupportURL>
            </OEMInformation>
            <VisualEffects>
                <FontSmoothing>ClearType</FontSmoothing>
            </VisualEffects>
            <WindowsFeatures>
                <ShowInternetExplorer>true</ShowInternetExplorer>
                <ShowMediaCenter>true</ShowMediaCenter>
                <ShowWindowsMail>true</ShowWindowsMail>
                <ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer>
            </WindowsFeatures>
            <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <RegisteredOrganization>HOMENETWORK Domain</RegisteredOrganization>
            <ShowWindowsLive>true</ShowWindowsLive>
            <TimeZone>US Eastern Standard Time</TimeZone>
            <RegisteredOwner>Dell Latitude D610</RegisteredOwner>
            <AutoLogon>
                <Enabled>true</Enabled>
                <LogonCount>1</LogonCount>
                <Username>Administrator</Username>
            </AutoLogon>
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <CommandLine>C:\INSTALL\NICDIAG\SETUP.EXE /s /v&quot;/qb REBOOT=REALLYSUPPRESS&quot;</CommandLine>
                    <Description>Broadcom NIC Diagnostics</Description>
                </SynchronousCommand>
            </FirstLogonCommands>
        </component>
    </settings>
    <settings pass="windowsPE">
        <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">
            <UserData>
                <ProductKey>
                    <WillShowUI>OnError</WillShowUI>
                </ProductKey>
                <AcceptEula>true</AcceptEula>
                <FullName>Dell Latitude D610</FullName>
                <Organization>HOMENETWORK Domain</Organization>
            </UserData>
            <UseConfigurationSet>true</UseConfigurationSet>
        </component>
    </settings>
    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
            <DriverPaths>
                <PathAndCredentials wcm:action="add" wcm:keyValue="AUDIO">
                    <Path>C:\DRIVERS\AUDIO\ONBOARD</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="MODEM">
                    <Path>C:\DRIVERS\MODEM\ONBOARD</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="MOUSE">
                    <Path>C:\DRIVERS\MOUSE</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="NETWORK">
                    <Path>C:\DRIVERS\NETWORK\ONBOARD</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="SYSTEM_A">
                    <Path>C:\DRIVERS\SYSTEM\ADDON</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="SYSTEM_O">
                    <Path>C:\DRIVERS\SYSTEM\ONBOARD</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="VIDEO">
                    <Path>C:\DRIVERS\VIDEO\ONBOARD</Path>
                </PathAndCredentials>
            </DriverPaths>
        </component>
    </settings>
    <settings pass="auditSystem">
        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
            <DriverPaths>
                <PathAndCredentials wcm:action="add" wcm:keyValue="AUDIO">
                    <Path>C:\DRIVERS\AUDIO\ONBOARD</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="MODEM">
                    <Path>C:\DRIVERS\MODEM\ONBOARD</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="MOUSE">
                    <Path>C:\DRIVERS\MOUSE</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="NETWORK">
                    <Path>C:\DRIVERS\NETWORK\ONBOARD</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="SYSTEM_A">
                    <Path>C:\DRIVERS\SYSTEM\ADDON</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="SYSTEM_O">
                    <Path>C:\DRIVERS\SYSTEM\ONBOARD</Path>
                </PathAndCredentials>
                <PathAndCredentials wcm:action="add" wcm:keyValue="VIDEO">
                    <Path>C:\DRIVERS\VIDEO\ONBOARD</Path>
                </PathAndCredentials>
            </DriverPaths>
        </component>
        <component name="Microsoft-Windows-Deployment" 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">
            <AuditComputerName>
                <Name>DDH6BZ71</Name>
            </AuditComputerName>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim://yourmom/install.wim#Windows Vista ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
 



#2 User is offline   Jools86 

  • Group: Members
  • Posts: 1
  • Joined: 06-August 08

Posted 06 August 2008 - 08:59 AM

Hi,

I noticed you have configured <Windows Features>

<Windows Features> do not work in the UNATTEND.XML files, if you try and add them ,they automatically crash the VISTA Installation!

Just remove them using SIM and they should be OK

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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