Jump to content

Vista not fully unattended


nuja

Recommended Posts

hi,

im using vlite to do unattended vista, but i dont know if its normal with vlite or i didn't do something but my vista is not fully unattended i got those screen before the first log in:

http://img230.imageshack.us/img230/1089/se...dpicturezr4.png

and

http://img230.imageshack.us/img230/2334/au...fwindowswy7.png

and

http://img230.imageshack.us/img230/1407/ch...eanddatepz2.png

how can i do autosetting to make it full unattended ?

thank in advance

++

Link to comment
Share on other sites


Here is example how unattended setup should look. Pay attention on red lines.

picture22092007183840nt6.jpg

picture22092007183905di4.jpg

Cheers ;)

hi, thank u but, it doesn't skip the creation of user account, date and time setting ect...

if someone know how to skip all of that, thank in advance.

Link to comment
Share on other sites

In the first screenshot there is an option to "Skip user creation". Use that.

I already did that but it keeps showing that window :/ (is it because i use vista business edition ?)

Edited by nuja
Link to comment
Share on other sites

<?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>0000042c</InputLocale>
<UserLocale>fr-FR</UserLocale>
<UILanguage>fr-FR</UILanguage>
<SystemLocale>fr-FR</SystemLocale>
</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">
<UserData>
<ProductKey>
<Key>xxxxxx</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization>NujaINC</Organization>
<FullName>Nuja</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
</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">
<AutoLogon>
<Password>
<Value>royalb</Value>
</Password>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<TimeZone>Romance Standard Time</TimeZone>
<UserAccounts>
<AdministratorPassword>
<Value>royalb</Value>
</AdministratorPassword>
</UserAccounts>
</component>
</settings>
<settings pass="specialize">
<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>NujaComp</ComputerName>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-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>
</settings>
<cpi:offlineImage cpi:source="wim:F:/vista/sources/install.wim#Windows Vista (vLite) BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

can someone tell me what is wrong ?

Link to comment
Share on other sites

i having problems with auto-logon, i put in my administrator password and set auto logon to 50 (which is probably the problem) and when install finished it says cannot parse c:\windows\panther\unattended.xml and it is invalid, rebooted, displayed the error again, rebooted and keeps doing it.

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