Autounattend.xml needs to log in automatically...

We use FOG to image.  We would like to automate the FIRST TIME LOG on steps.  Would like the new user to power on computer and it boots straight to desktop.  We don't want to see the "Set up Windows" windows at all.
We use sysprep /oobe /reboot I need several things to happen once the computer reboots.  If there is a thread that helps me please post the link. 
I don't want to input anything.  I would like all these things done automatically:  Set my computer name to match the serial number, turn on local admin account (password already setup via GPO, just not enabled since sysprep disables local admin
account), join the domain, login as domain admin (admin_robert).
Don't want to use MDT, want to do all within editing the XML file or WSIM.
I dont know how to upload my xml file.

Hi robertb18_99,
What is your current situation?
Here is the list the main requirements:
1. Automatically login without inputting anything
2. Set the computer name to match the serial number
3. Turn on local admin account
4. Join domain and login as domain admin
The research results are list as follow:
1. We are able to use the XML file created by WSIM to achieve the function that automatically login without inputting anything:
• PE answer file configuration need to be set to automatically the process like setting drives. Please refer to the following article.
http://msdn.microsoft.com/en-us/library/dd349348(v=ws.10).aspx
• UI language configuration need to be set in OOBE to automatically this process. Please refer to the following article.
http://technet.microsoft.com/en-us/library/dd744547(v=ws.10).aspx
2. I can’t find a solution to set the computer name to match serial number, but we could set it to match MAC address.
For more information, please refer to the following demo and article.
http://technet.microsoft.com/en-us/library/cc771624.aspx
<settings pass="specialize">
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS">
<ComputerName>%MachineName%</ComputerName>
<RegisteredOrganization>XXXXX</RegisteredOrganization>
</component>
3. Please refer to the demo blow to turn on the local admin account. 
• In the RunSynchronousCommand of specialize , we need to set the Order to 1 and add command net user administrator /active:yes in Path
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Deployment" processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>net user administrator /active:yes</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
4. The following demo about joining domain and log in as  domain admin in OOBE and specialize.
• We need to set AutoLogon and add domain name and domain admin account in oobeSystme.
• About the Credentials in specialize , we will need to domain, account and the password.
<settings pass="oobeSystem">
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS">
<AutoLogon>
<Password>
<Value>SgB6AGsAMQAyADMANAA1AEAAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<Domain>testdomain.com</Domain>
<Enabled>true</Enabled>
<LogonCount>5</LogonCount>
<Username>domain_admin</Username>
</AutoLogon>
<OOBE>
<NetworkLocation>Work</NetworkLocation>
<HideEULAPage>true</HideEULAPage>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
</component>
<settings pass="specialize">
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-UnattendedJoin"
processorArchitecture="amd64"publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<Identification>
<Credentials>
<Domain>testdomain.com</Domain>
<Password>Password</Password>
<Username>domain_admin</Username>
</Credentials>
<JoinDomain>testdomain.com</JoinDomain>
</Identification>
</component>
Best regards,
Fangzhou CHEN

Similar Messages

  • Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in. Thanks

    Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in.

    You don't. Email comes in either by push or when you invoke the email app. Ther is no password except when you first set up the account. If your iPad is not being used as your personal device and you need to shield emails from other users, then don't use the email app.  Instead, use web mail if available from your provider.

  • 9926 do not read AutoUnattend.xml from USB Key

    I had used a USB Key with an Autounattend.xml answer file from Windows Vista, Windows 7, Windows 8 until Windows 10 version 9979 without no problem.
    9926 do not read at all AutoUnattend.XML.
    I am interestind to know if somobody else had tried to deploy 9926 with an AutoUnattend.xml file ?

    Thank you for your answer.
    Here is my setupact.log and AutoUnattend.xml who work OK with all other versions of Windows 10 and Windows 8.1
    AutoUnattend.xml are not read by en_windows_10_enterprise_technical_preview_9926_x64_dvd_6244735 !
    X:\Windows\Setupact.log:
    2015-02-17 20:08:22, Info                  UI     Determining whether we should run ConX or legacy setup
    2015-02-17 20:08:22, Info                  UI     Running WinPE. Continue to run legacy setup
    2015-02-17 20:08:22, Info                  UI     Determining if we are in WDS/Unattend mode
    2015-02-17 20:08:22, Info                  UI     No need to hide autorun
    2015-02-17 20:08:22, Info       [0x0a000a] UI     Autorun:Autorun core successfully  initialized!!!
    2015-02-17 20:08:22, Info       [0x0a000b] UI     Autorun:Autorun UI successfully  initialized!!!
    2015-02-17 20:08:22, Info                  UI     AppWindow has layout style 0
    2015-02-17 20:08:22, Info                  UI     NavWindow has layout style 0
    2015-02-17 20:08:22, Warning    [0x0a0180] UI     Failed to change the UI language to en-US.
    2015-02-17 20:08:22, Info                  UI     CLocales::v_EnumLocalesProc - DownlevelGetLocaleInfoEx failed for locale ar-EG. Error: [1009]
    2015-02-17 20:08:22, Info                  UI     CLocales::v_EnumLocalesProc - DownlevelGetLocaleInfoEx failed for locale dz-BT. Error: [1009]
    2015-02-17 20:08:22, Info       [0x0a011c] UI     WizardDialogPost::SetActive
    AutoUnattend.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing></servicing>
        <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">
                <InputLocale>fr-CH</InputLocale>
                <SystemLocale>fr-CH</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>fr-CH</UserLocale>
                <SetupUILanguage>
                    <UILanguage>fr-FR</UILanguage>
                </SetupUILanguage>
            </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">
                <DiskConfiguration>
                    <WillShowUI>OnError</WillShowUI>
                    <Disk wcm:action="add">
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Order>1</Order>
                                <Type>Primary</Type>
                                <Extend>true</Extend>
                            </CreatePartition>
                        </CreatePartitions>
                        <ModifyPartitions>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Format>NTFS</Format>
                                <Label>Local Disk</Label>
                                <Letter>C</Letter>
                                <Order>1</Order>
                                <PartitionID>1</PartitionID>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <WillWipeDisk>true</WillWipeDisk>
                        <DiskID>0</DiskID>
                    </Disk>
                </DiskConfiguration>
                <UserData>
                    <AcceptEula>true</AcceptEula>
                    <FullName>Student</FullName>
                    <Organization>Cours</Organization>
                    <ProductKey>
                        <WillShowUI>OnError</WillShowUI>
                        <Key></Key>
                    </ProductKey>
                </UserData>
                <UseConfigurationSet>true</UseConfigurationSet>
                <ImageInstall>
                    <OSImage>
                        <InstallFrom>
                            <MetaData wcm:action="add">
                                <Key>/IMAGE/INDEX</Key>
                                <Value>1</Value>
                            </MetaData>
                        </InstallFrom>
                        <InstallToAvailablePartition>true</InstallToAvailablePartition>
                        <WillShowUI>OnError</WillShowUI>
                    </OSImage>
                </ImageInstall>
            </component>
            <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>fr-CH</InputLocale>
                <SystemLocale>fr-CH</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>fr-CH</UserLocale>
            </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">
                <DiskConfiguration>
                    <Disk wcm:action="add">
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Extend>true</Extend>
                                <Order>1</Order>
                                <Type>Primary</Type>
                            </CreatePartition>
                        </CreatePartitions>
                        <ModifyPartitions>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Format>NTFS</Format>
                                <Label>LocalDisk</Label>
                                <Letter>C</Letter>
                                <Order>1</Order>
                                <PartitionID>1</PartitionID>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <DiskID>0</DiskID>
                        <WillWipeDisk>true</WillWipeDisk>
                    </Disk>
                </DiskConfiguration>
                <ImageInstall>
                    <OSImage>
                        <InstallToAvailablePartition>true</InstallToAvailablePartition>
                        <WillShowUI>OnError</WillShowUI>
                    </OSImage>
                </ImageInstall>
                <UserData>
                    <ProductKey>
                        <WillShowUI>Always</WillShowUI>
                    </ProductKey>
                    <AcceptEula>true</AcceptEula>
                    <FullName>Student</FullName>
                    <Organization>Cours</Organization>
                </UserData>
                <UseConfigurationSet>true</UseConfigurationSet>
            </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">
                        <Path>c:\windows\regedit.exe /S c:\WinApps\modifreg\modifreg.reg</Path>
                        <Order>1</Order>
                        <Description>ModifReg.reg</Description>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Path>c:\windows\system32\PNPUtil.exe -a c:\Drivers\HP3600\*.inf</Path>
                        <Order>2</Order>
                        <Description>HP3600</Description>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>3</Order>
                        <Path>c:\windows\system32\PNPUtil.exe -a c:\Drivers\INTEL\*.inf</Path>
                        <Description>DriversIntel</Description>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>4</Order>
                        <Description>NVIDIA210Silent</Description>
                        <Path>c:\windows\system32\PNPUtil.exe -a c:\Drivers\GeForce210\*.inf</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>5</Order>
                        <Path>net user Administrateur /active:yes</Path>
                        <Description>net user Administrateur /active:yes</Description>
                    </RunSynchronousCommand>
                </RunSynchronous>
            </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>UABhACQAJAB3ADAAcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                        <PlainText>false</PlainText>
                    </Password>
                    <LogonCount>1</LogonCount>
                    <Username>Administrateur</Username>
                    <Enabled>true</Enabled>
                </AutoLogon>
                <ComputerName>*</ComputerName>
                <CopyProfile>true</CopyProfile>
            </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">
                <StartPages>
                    <StartPage wcm:action="add">
                        <StartPageKey>google</StartPageKey>
                        <StartPageUrl>http://www.google.ch</StartPageUrl>
                    </StartPage>
                </StartPages>
                <Home_Page>http://www.google.ch</Home_Page>
                <TrustedSites>http://www.google.ch</TrustedSites>
                <DisableFirstRunWizard>true</DisableFirstRunWizard>
                <AllowedSites>http://www.google.ch;http://www.microsoft.com</AllowedSites>
            </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">
                <FavoritesList>
                    <FavoriteItem wcm:action="add">
                        <FavTitle>Microsoft</FavTitle>
                        <FavURL>http://www.microsoft.com</FavURL>
                        <FavID>1</FavID>
                    </FavoriteItem>
                    <FavoriteItem wcm:action="add">
                        <FavID>2</FavID>
                        <FavURL>http://social.technet.microsoft.com/Forums/fr-FR/home</FavURL>
                        <FavTitle>social.technet.microsoft.com/Forums</FavTitle>
                    </FavoriteItem>
                    <FavoriteItem wcm:action="add">
                        <FavID>3</FavID>
                        <FavURL>http://www.microsoftvirtualacademy.com/training-courses/new-windows-server-2012-r2-jump-start?o=3303#?fbid=SHBa4Q0ku0f</FavURL>
                        <FavTitle>MicrosoftAcademy</FavTitle>
                    </FavoriteItem>
                    <FavoriteItem wcm:action="add">
                        <FavURL>http://borntolearn.mslearn.net/mct/general/w/errorlog/default.aspx#fbid=iAFmlsKo_3S</FavURL>
                        <FavTitle>MSLearnErrorLog</FavTitle>
                        <FavID>5</FavID>
                    </FavoriteItem>
                    <FavoriteItem wcm:action="add">
                        <FavID>4</FavID>
                        <FavURL>http://borntolearn.mslearn.net/mct/windowsserver/w/wiki/default.aspx#fbid=iAFmlsKo_3S</FavURL>
                        <FavTitle>MSLearnWiKi</FavTitle>
                    </FavoriteItem>
                    <FavoriteItem wcm:action="add">
                        <FavID>6</FavID>
                        <FavTitle>Companion-MOC</FavTitle>
                        <FavURL>http://www.microsoft.com/learning/en-us/companion-moc.aspx </FavURL>
                    </FavoriteItem>
                    <FavoriteItem wcm:action="add">
                        <FavURL>http://technet.microsoft.com/en-us/library/dn250019.aspx</FavURL>
                        <FavTitle>NewinWindowsServer2012R2</FavTitle>
                        <FavID>7</FavID>
                    </FavoriteItem>
                </FavoritesList>
                <Home_Page>http://www.google.ch</Home_Page>
                <TrustedSites>http://www.microsoft.com;http://www.bluewin.ch</TrustedSites>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <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>
                    <Enabled>true</Enabled>
                    <LogonCount>5</LogonCount>
                    <Username>LocalAdmin</Username>
                    <Password>
                        <Value>UABhACQAJAB3ADAAcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                        <PlainText>false</PlainText>
                    </Password>
                </AutoLogon>
                <Display>
                    <ColorDepth>32</ColorDepth>
                    <DPI>96</DPI>
                    <HorizontalResolution>1024</HorizontalResolution>
                    <RefreshRate>60</RefreshRate>
                    <VerticalResolution>768</VerticalResolution>
                </Display>
                <FirstLogonCommands>
                    <SynchronousCommand wcm:action="add">
                        <CommandLine>C:\Windows\Setup\Scripts\FirstLogon.vbs</CommandLine>
                        <Description>FirstLogon</Description>
                        <Order>1</Order>
                    </SynchronousCommand>
                    <SynchronousCommand wcm:action="add">
                        <CommandLine>C:\Windows\SETUP\SCRIPTS\RunOnceE.bat</CommandLine>
                        <Description>RunOnceE.bat</Description>
                        <Order>4</Order>
                    </SynchronousCommand>
                    <SynchronousCommand wcm:action="add">
                        <CommandLine>C:\Windows\SETUP\SCRIPTS\CopyDel.bat</CommandLine>
                        <Description>CopyDel</Description>
                        <Order>5</Order>
                    </SynchronousCommand>
                    <SynchronousCommand wcm:action="add">
                        <Order>2</Order>
                        <Description>Office</Description>
                        <CommandLine>C:\Windows\ConfigSetRoot\Winapps\Office\setup.exe</CommandLine>
                    </SynchronousCommand>
                    <SynchronousCommand wcm:action="add">
                        <Order>3</Order>
                        <CommandLine>PowerShell Set-ExecutionPolicy remotesigned -force</CommandLine>
                        <Description>RemoteSigned</Description>
                    </SynchronousCommand>
                    <SynchronousCommand wcm:action="add">
                        <Order>6</Order>
                        <CommandLine>net user administrator /active:yes</CommandLine>
                        <Description>net user administrator /active:yes</Description>
                    </SynchronousCommand>
                </FirstLogonCommands>
                <OOBE>
                    <NetworkLocation>Work</NetworkLocation>
                    <HideEULAPage>true</HideEULAPage>
                    <ProtectYourPC>1</ProtectYourPC>
                </OOBE>
                <UserAccounts>
                    <AdministratorPassword>
                        <Value>UABhACQAJAB3ADAAcgBkAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
                        <PlainText>false</PlainText>
                    </AdministratorPassword>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>UABhACQAJAB3ADAAcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                                <PlainText>false</PlainText>
                            </Password>
                            <Name>LocalAdmin</Name>
                            <Group>Administrators</Group>
                            <DisplayName>LocalAdmin</DisplayName>
                            <Description>LocalAdmin</Description>
                        </LocalAccount>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>UABhACQAJAB3ADAAcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                                <PlainText>false</PlainText>
                            </Password>
                            <DisplayName>Administrator</DisplayName>
                            <Description>Administrator</Description>
                            <Group>Administrators</Group>
                            <Name>Administrator</Name>
                        </LocalAccount>
                    </LocalAccounts>
                </UserAccounts>
                <TimeZone>W. Europe Standard Time</TimeZone>
                <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
            </component>
        </settings>
        <settings pass="auditSystem">
            <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>UABhACQAJAB3ADAAcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                        <PlainText>false</PlainText>
                    </Password>
                    <Enabled>true</Enabled>
                    <LogonCount>1</LogonCount>
                    <Username>Administrateur</Username>
                </AutoLogon>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="catalog:d:/win81/sources/install_windows 8.1 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

  • 9926 do not read AutoUnattend.xml on USB key

    From Vista to Windows 10 9879 I used AutoUnattend.xml on USB key to deploy.
    9926 do not read my AutoUnattend.xml who worked great with the previous versions.
    I try to modify my AutoUnattend.xml but Windows System Image manager do not want to generate the catalog and give me the message: Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical
    Reference' in Windows ADK User's Guide.
    Clic here to open the log file:
    16:26 : This application requires version 6.3.9600.16384 of the Windows ADK.
    Install this version to correct the problem
    16:29 : 
    16:29 : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in the Windows ADK User's Guide.
    16:29 : 
    16:29 : System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xc1420117)
    Server stack trace: 
       at Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PostCreateCatalog()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.CatalogCreatorImpl.CreateCatalog(OfflineImageInfo offlineImageInfo)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.ICatalogCreator.CreateCatalog(OfflineImageInfo offlineImageInfo)
       at Microsoft.ComponentStudio.CatalogGenerator.CreateCat(ProgressDialog pd, Object o)
    I do not know what to try to make a unattended install of 9926.
    Thank you for your help.

    Hi,
    Generally speaking, WinPE would generate a setupact.log which contains if the setup process look up AutoUnattend.xml file when installing system.
    Please check it.
    Roger Lu
    TechNet Community Support

  • AutoUnattend.xml is not completing

    So I'm running into a problem with my AutoUnattend.xml. I needed to update my image, so I started from scratch after applying all necessary updates. It was taking far too long to update workstations after installing from the old image.
    The problem I'm running into is that the Unattend.xml will run through the installation no problem, but it isn't creating the user, naming the PC, or running my post install script. Once the installation is completed, I'm presented with a "create user"
    screen that goes hand in hand with the PC name. From there it goes through choosing update schedule, time zone, etc. Below you will find my autounattend.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <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">
    <DiskConfiguration>
    <WillShowUI>OnError</WillShowUI>
    <Disk wcm:action="add">
    <CreatePartitions>
    <CreatePartition wcm:action="add">
    <Extend>true</Extend>
    <Order>1</Order>
    <Type>Primary</Type>
    </CreatePartition>
    </CreatePartitions>
    <ModifyPartitions>
    <ModifyPartition wcm:action="add">
    <Active>true</Active>
    <Format>NTFS</Format>
    <Label>Windows</Label>
    <Letter>C</Letter>
    <Order>1</Order>
    <PartitionID>1</PartitionID>
    </ModifyPartition>
    </ModifyPartitions>
    <DiskID>0</DiskID>
    <WillWipeDisk>true</WillWipeDisk>
    </Disk>
    </DiskConfiguration>
    <EnableFirewall>false</EnableFirewall>
    <EnableNetwork>true</EnableNetwork>
    <Restart>Restart</Restart>
    <UseConfigurationSet>false</UseConfigurationSet>
    <LogPath>%WINDIR%\panther</LogPath>
    <ImageInstall>
    <OSImage>
    <InstallTo>
    <DiskID>0</DiskID>
    <PartitionID>1</PartitionID>
    </InstallTo>
    </OSImage>
    </ImageInstall>
    <UserData>
    <AcceptEula>true</AcceptEula>
    <FullName>IT Group</FullName>
    <Organization>REMOVED</Organization>
    </UserData>
    </component>
    <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>English-US</UILanguage>
    </SetupUILanguage>
    <InputLocale>en-us</InputLocale>
    <SystemLocale>en-us</SystemLocale>
    <UILanguage>en-us</UILanguage>
    <UserLocale>en-us</UserLocale>
    </component>
    <component name="Microsoft-Windows-PnpCustomizationsWinPE" 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:action="add" wcm:keyValue="Path 1">
    <Path>D:\DRIVERS</Path>
    </PathAndCredentials>
    <PathAndCredentials wcm:action="add" wcm:keyValue="Path 2">
    <Path>E:\DRIVERS</Path>
    </PathAndCredentials>
    <PathAndCredentials wcm:action="add" wcm:keyValue="Path 3">
    <Path>F:\DRIVERS</Path>
    </PathAndCredentials>
    </DriverPaths>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <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">
    <LogonCommands>
    <AsynchronousCommand wcm:action="add">
    <CommandLine>\\GLYSERVER\Share\AutoScripts\PCSetup.bat</CommandLine>
    <Description>Run Auto Install Script</Description>
    <Order>1</Order>
    <RequiresUserInput>false</RequiresUserInput>
    </AsynchronousCommand>
    </LogonCommands>
    <UserAccounts>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>QQB6AGQAZwBmAHAAMgAwADAAMQBQAGEAcwBzAHcAbwByAGQA</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>TempUser</Description>
    <DisplayName>TempUser</DisplayName>
    <Group>Administrators</Group>
    <Name>TempUser</Name>
    </LocalAccount>
    </LocalAccounts>
    <DomainAccounts>
    <DomainAccountList wcm:action="add">
    <Domain>REMOVED.COM</Domain>
    <DomainAccount wcm:action="add">
    <Group>Administrators</Group>
    <Name>REMOVED</Name>
    </DomainAccount>
    </DomainAccountList>
    </DomainAccounts>
    </UserAccounts>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    <SkipMachineOOBE>true</SkipMachineOOBE>
    <SkipUserOOBE>true</SkipUserOOBE>
    </OOBE>
    <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
    <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
    <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
    <RegisteredOrganization>REMOVED</RegisteredOrganization>
    <RegisteredOwner>IT Group</RegisteredOwner>
    <ShowWindowsLive>false</ShowWindowsLive>
    <StartPanelOff>false</StartPanelOff>
    <TimeZone>Mountain Standard Time</TimeZone>
    </component>
    </settings>
    <settings pass="specialize">
    <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>
    <Credentials>
    <Domain>REMOVED</Domain>
    <Password>REMOVED</Password>
    <Username>REMOVED</Username>
    </Credentials>
    <JoinDomain>REMOVED.COM</JoinDomain>
    <MachineObjectOU>OU=PCTEMP, DC=FPINSURANCE, DC=COM</MachineObjectOU>
    </Identification>
    </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="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>QQB6AGQAZwBmAHAAMgAwADAAMQBQAGEAcwBzAHcAbwByAGQA</Value>
    <PlainText>false</PlainText>
    </Password>
    <Domain>REMOVED.COM</Domain>
    <Enabled>true</Enabled>
    <LogonCount>1</LogonCount>
    <Username>fpinsurance\issuetrak</Username>
    </AutoLogon>
    <WindowsFeatures>
    <ShowInternetExplorer>true</ShowInternetExplorer>
    <ShowMediaCenter>false</ShowMediaCenter>
    <ShowWindowsMail>false</ShowWindowsMail>
    <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
    </WindowsFeatures>
    <ComputerName></ComputerName>
    <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
    </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">
    <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
    <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
    <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
    </component>
    <component name="Security-Malware-Windows-Defender" 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">
    <DisableAntiSpyware>true</DisableAntiSpyware>
    </component>
    </settings>
    <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>false</EnableLUA>
    </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:c:/win7%203020%20installation/install.wim#Windows 7 Professional Custom" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    I created a new install.wim and applied this unattended.xml to it.  It does get farther (creates user) but now will not put the computer on the domain.  Once I manually put it on the domain it runs the post action scripts like it's supposed to.
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="windowsPE">
            <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">
                <DiskConfiguration>
                    <WillShowUI>OnError</WillShowUI>
                    <Disk wcm:action="add">
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Extend>true</Extend>
                                <Order>1</Order>
                                <Type>Primary</Type>
                            </CreatePartition>
                        </CreatePartitions>
                        <ModifyPartitions>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Format>NTFS</Format>
                                <Label>Windows</Label>
                                <Letter>C</Letter>
                                <Order>1</Order>
                                <PartitionID>1</PartitionID>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <DiskID>0</DiskID>
                        <WillWipeDisk>true</WillWipeDisk>
                    </Disk>
                </DiskConfiguration>
                <EnableFirewall>false</EnableFirewall>
                <EnableNetwork>true</EnableNetwork>
                <Restart>Restart</Restart>
                <UseConfigurationSet>false</UseConfigurationSet>
                <LogPath>%WINDIR%\panther</LogPath>
                <ImageInstall>
                    <OSImage>
                        <InstallTo>
                            <DiskID>0</DiskID>
                            <PartitionID>1</PartitionID>
                        </InstallTo>
                    </OSImage>
                </ImageInstall>
                <UserData>
                    <AcceptEula>true</AcceptEula>
                    <FullName>IT Group</FullName>
                    <Organization>Flood and Peterson Insurance Inc.</Organization>
                </UserData>
            </component>
            <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>English-US</UILanguage>
                </SetupUILanguage>
                <InputLocale>en-us</InputLocale>
                <UILanguage>en-us</UILanguage>
                <UILanguageFallback>en-us</UILanguageFallback>
                <UserLocale>en-us</UserLocale>
                <SystemLocale>en-us</SystemLocale>
            </component>
            <component name="Microsoft-Windows-PnpCustomizationsWinPE" 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:action="add" wcm:keyValue="Path 1">
                        <Path>D:\DRIVERS</Path>
                    </PathAndCredentials>
                    <PathAndCredentials wcm:action="add" wcm:keyValue="Path 2">
                        <Path>E:\DRIVERS</Path>
                    </PathAndCredentials>
                    <PathAndCredentials wcm:action="add" wcm:keyValue="Path 3">
                        <Path>F:\DRIVERS</Path>
                    </PathAndCredentials>
                </DriverPaths>
            </component>
        </settings>
        <settings pass="specialize">
            <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>
                    <Credentials>
                        <Domain>FPINSURANCE</Domain>
                        <Password>IssueTrak</Password>
                        <Username>Azdgfp2001</Username>
                    </Credentials>
                    <JoinDomain>FPINSURANCE.COM</JoinDomain>
                    <MachineObjectOU>OU=PCTEMP, DC=FPINSURANCE, DC=COM</MachineObjectOU>
                </Identification>
            </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="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>QQB6AGQAZwBmAHAAMgAwADAAMQBQAGEAcwBzAHcAbwByAGQA</Value>
                        <PlainText>false</PlainText>
                    </Password>
                    <Domain>FPINSURANCE.COM</Domain>
                    <Enabled>true</Enabled>
                    <LogonCount>1</LogonCount>
                    <Username>fpinsurance\issuetrak</Username>
                </AutoLogon>
                <WindowsFeatures>
                    <ShowInternetExplorer>true</ShowInternetExplorer>
                    <ShowMediaCenter>false</ShowMediaCenter>
                    <ShowWindowsMail>false</ShowWindowsMail>
                    <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
                </WindowsFeatures>
                <ComputerName>*</ComputerName>
                <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
                <CopyProfile>false</CopyProfile>
                <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
                <DoNotCleanTaskBar>false</DoNotCleanTaskBar>
                <ProductKey>TBT29-P8KYK-8HV37-KK8WT-WK766</ProductKey>
                <RegisteredOrganization>Flood and Peterson Insurance, Inc.</RegisteredOrganization>
                <RegisteredOwner>IT Group</RegisteredOwner>
                <ShowWindowsLive>false</ShowWindowsLive>
                <StartPanelOff>false</StartPanelOff>
                <TimeZone>Mountain Standard Time</TimeZone>
            </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">
                <DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
                <PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
                <PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
            </component>
            <component name="Security-Malware-Windows-Defender" 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">
                <DisableAntiSpyware>true</DisableAntiSpyware>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <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">
                <LogonCommands>
                    <AsynchronousCommand wcm:action="add">
                        <CommandLine>\\GLYSERVER\Share\AutoScripts\PCSetupx64.bat</CommandLine>
                        <Description>Run Auto Install Script</Description>
                        <Order>1</Order>
                        <RequiresUserInput>false</RequiresUserInput>
                    </AsynchronousCommand>
                </LogonCommands>
                <UserAccounts>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>QQB6AGQAZwBmAHAAMgAwADAAMQBQAGEAcwBzAHcAbwByAGQA</Value>
                                <PlainText>false</PlainText>
                            </Password>
                            <Description>TempUser</Description>
                            <DisplayName>TempUser</DisplayName>
                            <Group>Administrators</Group>
                            <Name>TempUser</Name>
                        </LocalAccount>
                    </LocalAccounts>
                    <DomainAccounts>
                        <DomainAccountList wcm:action="add">
                            <Domain>FPINSURANCE.COM</Domain>
                            <DomainAccount wcm:action="add">
                                <Group>Administrators</Group>
                                <Name>IssueTrak</Name>
                            </DomainAccount>
                        </DomainAccountList>
                    </DomainAccounts>
                </UserAccounts>
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                    <NetworkLocation>Work</NetworkLocation>
                    <ProtectYourPC>1</ProtectYourPC>
                    <SkipMachineOOBE>true</SkipMachineOOBE>
                    <SkipUserOOBE>true</SkipUserOOBE>
                </OOBE>
                <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
                <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
                <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
                <RegisteredOrganization>Flood and Peterson Insurance, Inc.</RegisteredOrganization>
                <RegisteredOwner>IT Group</RegisteredOwner>
                <ShowWindowsLive>false</ShowWindowsLive>
                <StartPanelOff>false</StartPanelOff>
                <TimeZone>Mountain Standard Time</TimeZone>
            </component>
        </settings>
        <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>false</EnableLUA>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:c:/users/jeremiahb/unattended/win7%203020/install.wim#Windows 7 Professional" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

  • Sapinst needs to log you off in order to reliably continue the installation

    Hi,
    When I was doing ECC6 installation on windows, just after choosing the installation mode (Typical, Custom) sapinst prompts for user logoff. Below is the some error message
    "sapinst needs to log you off in order to reliably continue the installation" then after I choose ok automatically user got logged off and I logged in again and the installation continued as usually.
    But my qustion is why it is happened. Please let me know the reason for this.
    Thanks in advance.

    Hi,
    Yes...Sunil is correct.
    SAPinst uncars many files into the installation directory and for then to take effect we need to log off and on.
    Regards,
    Nirmal.K

  • AutoUnattend.xml - activation issue

    Greetings,
    I am in the process of building an image via the Windows AIK, using those tools, to accumulate drivers etc. that is needed in that package.
    My issue arises when I inject the product key into AutoUnattend.xml using Windows SIM. Where is the proper place to put it? I have heard everything from: windowsPE, specialize, auditSystem. Whenever I do some testing, the installed client says it
    has to activate, but encounters an error almost immediately. The error code does not seem relevant, since I am quite sure that the issue is there because of AutoUnattend.xml. 
    Does anyone have any idea, where it is best practice to put it? 
    (It's a Windows 8.1 Enterprise MAK product key. KMS is not an option)
    Thank you in advance.

    Hi,
    What's the specific error when system activation failed? As far as I know, Windows AIK contains Unattended Windows Setup Reference help file which you can refer to.
    For the unattended answer file contains an product key problem, following thread might be helpful with your problem.
    http://social.technet.microsoft.com/Forums/windows/en-US/1817a482-1021-41b6-9cf8-06fb5323677a/the-unattended-answer-file-contains-an-invalid-product-key?forum=w7itproinstall
    Roger Lu
    TechNet Community Support
    Thank you! This looks like it is what I wanted :)

  • Autounattend.xml not launching from USB stick

    Hi All,
    I am currently tearing my hair out over this autounattend.xml which I am using as a part of image deployment for company I am working for.  I am currently deploying an image via a USB media and my autounattend.xml is currently in the root of my USB
    HDD.
    The windows image I am deploying is for Windows 7 x64 Professional, but whatever I do I am not able to automate this install. my .wim file is called install.wim (I kept it the same as the original which I deleted from source folder), new catalogue file called
    install_install.clg has been created via WSIM and replaced the Microsoft original .clg files which were in the source folder.  
    So, the USB launches the install but does not automate it, I am guessing because its either not seeing/reading the xml file in the root or the settings in the .xml file are incorrect I am including my .xml file info below, any help would be greatly appreciated.
    P.S. I am using Microsoft's generic windows activation key specifically for this purpose.
    <?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>en-US</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">
                <DiskConfiguration>
                    <WillShowUI>OnError</WillShowUI>
                    <Disk wcm:action="add">
                        <CreatePartitions>
                            <CreatePartition wcm:action="add">
                                <Order>2</Order>
                                <Size>20480</Size>
                                <Type>Primary</Type>
                            </CreatePartition>
                            <CreatePartition wcm:action="add">
                                <Order>1</Order>
                                <Size>153600</Size>
                                <Type>Primary</Type>
                            </CreatePartition>
                        </CreatePartitions>
                        <ModifyPartitions>
                            <ModifyPartition wcm:action="add">
                                <Active>false</Active>
                                <Extend>false</Extend>
                                <Format>NTFS</Format>
                                <Label>Recovery</Label>
                                <Letter>D</Letter>
                                <Order>2</Order>
                                <PartitionID>3</PartitionID>
                            </ModifyPartition>
                            <ModifyPartition wcm:action="add">
                                <Active>true</Active>
                                <Extend>false</Extend>
                                <Format>NTFS</Format>
                                <Label>OS</Label>
                                <Letter>C</Letter>
                                <Order>1</Order>
                                <PartitionID>2</PartitionID>
                            </ModifyPartition>
                        </ModifyPartitions>
                        <DiskID>0</DiskID>
                        <WillWipeDisk>true</WillWipeDisk>
                    </Disk>
                </DiskConfiguration>
                <ImageInstall>
                    <OSImage>
                        <InstallFrom>
                            <Path></Path>
                            <MetaData wcm:action="add">
                                <Key>/IMAGE/NAME</Key>
                                <Value>install</Value>
                            </MetaData>
                        </InstallFrom>
                        <InstallTo>
                            <DiskID>0</DiskID>
                            <PartitionID>2</PartitionID>
                        </InstallTo>
                        <InstallToAvailablePartition>false</InstallToAvailablePartition>
                        <WillShowUI>OnError</WillShowUI>
                    </OSImage>
                </ImageInstall>
                <UseConfigurationSet>true</UseConfigurationSet>
                <UserData>
                    <ProductKey>
                        <Key>FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</Key>
                        <WillShowUI>OnError</WillShowUI>
                    </ProductKey>
                    <AcceptEula>true</AcceptEula>
                    <FullName>Integranet</FullName>
                    <Organization>Healthdirect Australia</Organization>
                </UserData>
            </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">
                <CompanyName>Healthdirect Australia</CompanyName>
                <Home_Page>www.google.com.au</Home_Page>
            </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">
                <OEMInformation>
                    <HelpCustomized>false</HelpCustomized>
                    <Manufacturer>Toshiba</Manufacturer>
                    <Model>Portege R930</Model>
                </OEMInformation>
                <ComputerName>NHCWS</ComputerName>
                <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
                <DoNotCleanTaskBar>false</DoNotCleanTaskBar>
                <ProductKey>FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</ProductKey>
                <RegisteredOrganization>Healthdirect Australia</RegisteredOrganization>
                <RegisteredOwner>Healthdirect Australia</RegisteredOwner>
                <ShowWindowsLive>false</ShowWindowsLive>
                <TimeZone>AUS Eastern Standard Time</TimeZone>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <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">
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                    <NetworkLocation>Work</NetworkLocation>
                    <ProtectYourPC>3</ProtectYourPC>
                </OOBE>
                <UserAccounts>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>MQBuAHQAMwBnAHIAYQBOADMAdAAwADEAUABhAHMAcwB3AG8AcgBkAA==</Value>
                                <PlainText>false</PlainText>
                            </Password>
                            <Description>Local Administrator</Description>
                            <DisplayName>Integranet</DisplayName>
                            <Group>Administrators</Group>
                            <Name>Integranet</Name>
                        </LocalAccount>
                    </LocalAccounts>
                </UserAccounts>
                <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
                <RegisteredOrganization>Healthdirect Australia</RegisteredOrganization>
                <RegisteredOwner>Healthdirect Australia</RegisteredOwner>
                <ShowWindowsLive>false</ShowWindowsLive>
                <StartPanelOff>false</StartPanelOff>
                <TimeZone>AUS Eastern Standard Time</TimeZone>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:c:/users/slavko.filipovich/desktop/windows%20image%20project/toshiba%20z930/toshiba%20z930%20windows%207%20x64%20(current)/sources/install.wim#install" xmlns:cpi="urn:schemas-microsoft-com:cpi"
    />
    </unattend>

    Hi,
    After the deployment, If an answer file is not specified, Windows Setup implicitly searches for an answer file in several different locations. The locations include a previously cached answer
    file, an answer file at the root of a drive, and other locations.
    As it is said in this article:
    http://technet.microsoft.com/en-us/library/cc749415(v=ws.10).aspx
    In your case, you use a usb hard disk, this will be recognized as a drive of the system, not an external device. I suggest to put the unattend.xml file at a flash driver at the root of the device.
    Regards
    Wade Liu
    TechNet Community Support

  • Why do I need to log in now?

    I have an iMac and a MacBook. For the longest time, on both, if I had to boot, I'd automatically go to the Finder page.
    Recently, that's changed for the iMac only. If I boot or restart, I end up at +the Log In page.+ After logging in, I can go to he Finder page. Why can't I boot to the Finder page on both? (I have no need to log in.)
    Thanks!

    The ISP changed its security, changed to PPOE.

  • My Netscape home page won't log in automatically anymore

    Under Panther, my Netscape homepage would automatically log in for me every time meaning my page would come up immediately (except after I cleared cookies, but re-logging in would make it do it automatically again).
    Now with Tiger, it never logs in automatically, and obviously my password is stored somewhere, because when I hit "log in", my page loads up without me needing to enter my user and password info. I don't like having to go through this extra step every time.
    Any solutions?
    Mac Mini 1.42   Mac OS X (10.4.3)   512 MB RAM

    Okay now

  • Will RMAN backup all the needed files for me automatically ?

    I have execued the following command:RMAN>CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14 DAYS;
    I want to know: Will RMAN backup all the needed files for me automatically every 14 days and delete the metadata of the files older than 14 days automatically?---------No.158

    Short answer is No.
    What's the definition of all needed files ? datafiles, control files, archive logs and/or online redo? and perhaps spfiles?
    RMAN>CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14 DAYS;This is RMAN configure command, it won't do any backup by itself. You need to issue backup command to backup files needed.
    You also need to delete obsolete files. The files will become obsolete after 14days but they will not remove themselves automatically.

  • I need the Log Report for the Data which i am uploading from SAP R/3.

    Hi All,
    I am BI 7.0 Platform with Support Patch 20.
    I need the Log Report for the Data which i am uploading from SAP R/3.
    I extract the DATA from R/3 into BI 7.0 DSO where I am mapping the GL Accounts with the FS Item.   In the Transformation i have return a routine on the FS Item InfObject . I am checking the Gl code into Z table for the FS Item .
    I capture the FS item from the Z table then update this FS item to Infobject FS item.
    Now i  need to stop the Data upload if i do not find the GL code in the Z table, and generate report for all GL code for which the FS item is not maintained in the Z table.
    Please suggest.
    Regards
    nilesh

    Hi.
    Add a field that you will use to identify if the GL account of the record was found in the Z table or not. Fx, create ZFOUND with length 1 and no text.
    In your routine, when you do the lookup, populate ZFOUND with X when you found a match (sy-subrc = 0) and leave it blank if you don't find a match. Now create a report filtering on ZFOUND = <blank> and output the GL accounts. Those will be the ones not existing in the Z table, but coming in from your transactions.
    Regards
    Jacob

  • The server was unable to load the SSL provider library needed to log in

    Hello All,
    When I am trying to login to my default SQL 2008R2 SP2 instance in windows 2003 server via ssms, I am getting the below error
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (.Net SqlClient Data Provider)
    When I looked into the error log and i could see lot of these messages.
    The server was unable to load the SSL provider library needed to log in; the connection has been closed. SSL is used to encrypt either the login sequence or all communications, depending on how the administrator has configured the server. See Books
    Online for information on this error message: 14 Not enough storage is available to complete this operation.
    Force protocol encryption is set to off.
    I am not sure what is the underlying problem. server's total RAM is 4 Gb and max_server_memory is set to 2 GB. CPU utilization is very normal at the time of issue.
    I restarted the SQL service and i am able to connect to the instance, but the issue is repeating and i need to find a permanent fix.
    Thanks

    I could also see the below in error log some time before i get the above alert 
    Error: 701, Severity: 17, State: 123.
    There is insufficient system memory in resource pool 'internal' to run this query
    then after sometime flurry of alerts 
    The server was unable to load the SSL provider library
    needed to log in; the connection has been closed. SSL is used to encrypt either the login sequence or all communications, depending on how the administrator has configured the server. See Books Online for information on this error message: 14 Not enough storage
    is available to complete this operation.
    Thanks

  • I have lost my phone and want to use the find my iphone app to delete all the info on my phone. How can i do this on another persons iphone? do i need to log out of their icloud account and then sign in under mine?

    I have lost my iphone 4s and want to use find my iphone app on my boyfriends iphone 3s to delete the info on my now lost phone. Do i need to log out of his icloud inorder to log into mine to do this on his phone?

    You need to use the Find My iPhone app (in the itunes store - free).  When invoking it on a device, you enter the ID password of the account the lost device is connected to.  You can also use a computer's browser and log into icloud.com.

  • I have changed my Apple ID name and I want to change it on iCloud, however I am not able to delete the previous account because I need to turn off the Find my iPhone - and for that I need to log in with the old name and that is not working. Help anyone?

    I have changed my Apple ID name and I want to change it on iCloud, however I am not able to delete the previous account because I need to turn off the Find my iPhone - and for that I need to log in with the old name and that is not working. Help anyone?

    Hey tulgan,
    This link will provide information on what to do after you change your Apple ID:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

Maybe you are looking for

  • Satellite Pro S300 - HDD in caddy is not recognized by BIOS

    I have replaced the original HDD and installed a new SSD which works fine. Installed the W7Pro and all updates. I do not use my CD-Writer so I replaced the CD-drive and installed a caddy with my old HDD to have more diskspace. When I boot my laptop I

  • Why do some web pages not display correctly in Firefox?

    When I go to certain websites the text formatting in Firefox comes out to where hyperlinks and lines of text are displayed on top of one another but the same site is formatted properly when I load it in Internet Explorer.

  • | Nokia E-Mail 3.09.0 |

    Recently i  updated my Nokia E-mail to version 3.09 on my E-72. Aftr the update iam not getting the Email Notification on my HOme screen.... Except this prblem the new version of Email is working so well..HTML support is very useful for regular E-mai

  • Saved PDF presets

    Hello Adobe enthusiasts, When I'm saving as a PDF I am giving the option to manufacture my own sized PDF by going to Print > Adobe PDF > Setup > Preferences > Edit. The trouble is I've created so many now that it's starting to look a mess. How do I g

  • Cisco Phone Resets

    We have remote users which connect through vpn . Their Cisco 7942 Phones reset themselfs atleat twice in a day. I am attaching some phones logs it showing me tcp timeout. It only happens to vpn user everything works fine on Lan.