MSFN Forum: Doubt about Audit and auto unattended? - MSFN Forum

Jump to content


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

Doubt about Audit and auto unattended? unattended does not continue after audit mode

#1 User is offline   shanssv 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 21-August 04

Posted 06 November 2012 - 02:34 PM

Hi,

I am making windows 8 auto unattended , after restart it boots into audit mode ..where i change my program data and user settings to different partition. after i restart into OOBE ..unattended is not working. Is that normal? or is there is anyway to continue unattended installation?. Please help me.

Thanks


#2 User is offline   Tripredacus 

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

Posted 06 November 2012 - 04:04 PM

In the future, if you posted your thread in the wrong section, ask a moderator to move it instead of creating a new thread.

When you are in Audit Mode, you have to close the Sysprep window, then run sysprep from the cmdline using the /unattend switch. Preferably, your XML file should not have any WinPE passes in it.

#3 User is offline   shanssv 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 21-August 04

Posted 07 November 2012 - 08:58 AM

hI

thanks for your reply. i put my unattened.xml in panther folder but i get this error (screen shot attached) and this is my xml. could you chk what is wrong?.

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<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">
<FolderLocations>
<ProfilesDirectory>E:\Users</ProfilesDirectory>
<ProgramData>E:\ProgramData</ProgramData>
</FolderLocations>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <InputLocale>0407:00000407</InputLocale>
            <SystemLocale>EN-US</SystemLocale>
            <UILanguage>EN-US</UILanguage>
            <UILanguageFallback>EN-US</UILanguageFallback>
            <UserLocale>EN-US</UserLocale>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                <NetworkLocation>Home</NetworkLocation>
                <HideLocalAccountScreen>true</HideLocalAccountScreen>
                <ProtectYourPC>3</ProtectYourPC>
            </OOBE>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>dwBpAHQAcAAyAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <DisplayName>Shan</DisplayName>
                        <Name>Shan</Name>
                        <Group>Administrators</Group>
                    </LocalAccount>
                </LocalAccounts>
                <AdministratorPassword>
                    <Value>cwBoAGEAbgBzAHMAdgBsAGkAdgBlADIAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
                    <PlainText>false</PlainText>
                </AdministratorPassword>
            </UserAccounts>            
        </component>
</settings>
<cpi:offlineImage cpi:source="wim:D:/sources/install.wim#Windows 8 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>



thanks

Attached File(s)


This post has been edited by Tripredacus: 07 November 2012 - 10:09 AM


#4 User is offline   Tripredacus 

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

Posted 07 November 2012 - 10:10 AM

You have Microsoft-Windows-Shell-Setup in there twice. Check your answer file in WSIM for any other possible issues.

#5 User is online   maxXPsoft 

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

Posted 07 November 2012 - 02:38 PM

Also
You do not put it in Panther folder as that name. That is the recording folder for the Installation and it saves a unattend.xml file in that location. Place it somewhere else like C:\ and run this command
sysprep.exe /oobe /reboot /unattend:C:\OOBEAudit.xml

#6 User is offline   shanssv 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 21-August 04

Posted 07 November 2012 - 03:41 PM

thanks for both reply's.. i have one more problem..

I am naming my pc ..but it is not applying the name which i specify. and i want to set my wallpaper so i put my wallpaper in $OEM$ and transferred to win...\web\wallpapers\windows\img100.jpg.. wallpaper was copied to the folder but it does not apply . any help?.

Thanks

Attached File(s)



#7 User is online   maxXPsoft 

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

Posted 08 November 2012 - 08:39 AM

Is this 64 bit or not you have both?
processorArchitecture="x86"
processorArchitecture="amd64"
Also have
processorArchitecture="wow64" which is wrong
set them all to one

also you have settings which are for Win 8 not Win 7
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>


try this file

Attached File(s)


This post has been edited by maxXPsoft: 08 November 2012 - 08:42 AM


#8 User is offline   shanssv 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 21-August 04

Posted 08 November 2012 - 09:22 AM

hi max.. thanks for your reply, it is for 64 bit win 8 pro ..i will try ur file and get back to u.. yes i used windows 7 SIM to build this answerfile.. thx

This post has been edited by shanssv: 08 November 2012 - 09:23 AM


#9 User is offline   shanssv 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 21-August 04

Posted 08 November 2012 - 10:20 AM

hi ..sorry it does not work ...i mean it does not change anything..no homepage or pc name or wallpaper...any idea?

#10 User is online   maxXPsoft 

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

Posted 08 November 2012 - 11:33 AM

I am not dead sure but <ComputerName> cannot have blank spaces in it

Quote

To customize the Windows default theme, you must include the settings: DesktopBackground and ThemeName.


really you don't need to add to xml but replace this file even if you do that with
DVD\sources\$OEM$\$$\Web\Wallpaper\Windows\img0.jpg that is default image loaded when desk loads
Attached File  img0.PNG (134.22K)
Number of downloads: 5

This post has been edited by maxXPsoft: 08 November 2012 - 08:58 PM


Share this topic:


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

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



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