Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista installation & setup

Vista - Somebody can help me to understand where the matter is?

Reply
 
Old 08-27-2007   #1 (permalink)
Andrew2


 
 

Somebody can help me to understand where the matter is?

I downloaded the MS Windows AIK to generate the autounattend.xml file.
I was able to start the setup of Vista and complete the installation,
to install the software I would like to deploy within my dvd, but not
to start the OS.
Just after the latest reboot, when the last app is installed, the OS
on the next reboot show me a dialog that informs the impossibility to
complete the installation process. Pressing ok return a reboot and
again the message.

Below there is the file I generate. Some help?

In particular

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-NetFx3-OC-
Package" version="6.0.6000.16386" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-
HomePremiumEdition" version="6.0.6000.16386"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="" />
</package>
</servicing>
<settings pass="auditSystem">
<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>pc1</Name>
</AuditComputerName>
</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">
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Extend>true</Extend>
<Order>1</Order>
<Type>Primary</Type>
<Size>5000</Size>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>HD</Label>
<Letter>C</Letter>
<Order>1</Order>
<Extend>true</Extend>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
<Display>
<HorizontalResolution>800</HorizontalResolution>
<VerticalResolution>600</VerticalResolution>
</Display>
<DynamicUpdate>
<Enable>true</Enable>
</DynamicUpdate>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows Vista HOMEPREMIUM</Value>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</
InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
<Key>MMWDQ-HD3KF-3HYPY-QPQHC-KV362</Key>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>Nome</FullName>
<Organization>Organizzazione</Organization>
</UserData>
</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>it-IT</UILanguage>
</SetupUILanguage>
</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">
<OEMInformation>
<Manufacturer>Web-MA Soluzioni Informatiche</
Manufacturer>
<SupportURL>http://www.web-ma.com</SupportURL>
</OEMInformation>
<RegisteredOwner>Organizzazione</RegisteredOwner>
<RegisteredOrganization>Nome</RegisteredOrganization>
<TimeZone>Romance Standard Time</TimeZone>
<ShowWindowsLive>false</ShowWindowsLive>
<DisableAutoDaylightTimeSet>false</
DisableAutoDaylightTimeSet>
</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>
<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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Credentials />
<Path>cmd /c &quot;FOR %i IN (C D E F G H I J K L
N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Applications SETX
AppsRoot %i: -m&quot;</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>2</Order>
<Credentials />
<Path>%WINDIR%\system32\sysprep\sysprep.exe /
quiet /audit</Path>
</RunSynchronousCommand>
</RunSynchronous>
</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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>Romance Standard Time</TimeZone>
<DisableAutoDaylightTimeSet>false</
DisableAutoDaylightTimeSet>
<RegisteredOwner>Nome</RegisteredOwner>
<RegisteredOrganization>Organizzazione</
RegisteredOrganization>
</component>
<component name="Microsoft-Windows-International-Core"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS" xmlns:wcm="http://
schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
<InputLocale></InputLocale>
<SystemLocale>it-IT</SystemLocale>
<UILanguage>it-IT</UILanguage>
<UILanguageFallback></UILanguageFallback>
<UserLocale>it-IT</UserLocale>
</component>
</settings>
<settings pass="auditUser">
<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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>10</Order>
<Path>cmd /c REGEDIT /S %AppsRoot%\Applications
\Regtweaks.reg</Path>
<Description>Registry Tweaks</Description>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>20</Order>
<Path>cmd /c %AppsRoot%\Applications\FoxItReader
\foxit.cmd</Path>
<Description>FoxIt Reader</Description>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>30</Order>
<Path>%AppsRoot%\Applications\jre-1_5_0_09.exe /S /
v/qb!</Path>
<Description>Java Virtual Machine</Description>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>40</Order>
<Path>%AppsRoot%\Applications\Firefox\setup.exe -
ms</Path>
<Description>FireFox</Description>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>50</Order>
<Path>%AppsRoot%\Applications\vlc-0.8.6b-
win32.exe /S</Path>
<Description>VLC Media Player</Description>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>60</Order>
<Path>%AppsRoot%\install\Applications\OpenOffice
\setup.exe -r:%systemdrive%\Applications\OpenOffice\response.txt /S</
Path>
<Description>OpenIOffice</Description>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<cpifflineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-
com:cpi" />
</unattend>

Thanks
Andrea


My System SpecsSystem Spec
Old 08-28-2007   #2 (permalink)
AJR


 
 

Re: Somebody can help me to understand where the matter is?

A quick shot here - the problem may be that you are trying to load several
OpenGL programs - WAIK's primary function is to provide assistance with
"Enterprise" deployment - under the circumstances I doubt Microsoft would
provide OpenGL compatibility.

Consider Vista deployment initially without those programs to tule them out
as a problem factor..

"Andrew2" <andrea.moro.webma@xxxxxx> wrote in message
news:1188241163.827746.223480@xxxxxx
Quote:

>I downloaded the MS Windows AIK to generate the autounattend.xml file.
> I was able to start the setup of Vista and complete the installation,
> to install the software I would like to deploy within my dvd, but not
> to start the OS.
> Just after the latest reboot, when the last app is installed, the OS
> on the next reboot show me a dialog that informs the impossibility to
> complete the installation process. Pressing ok return a reboot and
> again the message.
>
> Below there is the file I generate. Some help?
>
> In particular
>
> <?xml version="1.0" encoding="utf-8"?>
> <unattend xmlns="urn:schemas-microsoft-com:unattend">
> <servicing>
> <package action="configure">
> <assemblyIdentity name="Microsoft-Windows-NetFx3-OC-
> Package" version="6.0.6000.16386" processorArchitecture="x86"
> publicKeyToken="31bf3856ad364e35" language="" />
> </package>
> <package action="configure">
> <assemblyIdentity name="Microsoft-Windows-
> HomePremiumEdition" version="6.0.6000.16386"
> processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
> language="" />
> </package>
> </servicing>
> <settings pass="auditSystem">
> <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>pc1</Name>
> </AuditComputerName>
> </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">
> <DiskConfiguration>
> <WillShowUI>OnError</WillShowUI>
> <Disk wcm:action="add">
> <CreatePartitions>
> <CreatePartition wcm:action="add">
> <Extend>true</Extend>
> <Order>1</Order>
> <Type>Primary</Type>
> <Size>5000</Size>
> </CreatePartition>
> </CreatePartitions>
> <ModifyPartitions>
> <ModifyPartition wcm:action="add">
> <Active>true</Active>
> <Format>NTFS</Format>
> <Label>HD</Label>
> <Letter>C</Letter>
> <Order>1</Order>
> <Extend>true</Extend>
> <PartitionID>1</PartitionID>
> </ModifyPartition>
> </ModifyPartitions>
> <DiskID>0</DiskID>
> <WillWipeDisk>true</WillWipeDisk>
> </Disk>
> </DiskConfiguration>
> <Display>
> <HorizontalResolution>800</HorizontalResolution>
> <VerticalResolution>600</VerticalResolution>
> </Display>
> <DynamicUpdate>
> <Enable>true</Enable>
> </DynamicUpdate>
> <ImageInstall>
> <OSImage>
> <InstallFrom>
> <MetaData wcm:action="add">
> <Key>/IMAGE/NAME</Key>
> <Value>Windows Vista HOMEPREMIUM</Value>
> </MetaData>
> </InstallFrom>
> <InstallToAvailablePartition>false</
> InstallToAvailablePartition>
> <WillShowUI>OnError</WillShowUI>
> </OSImage>
> </ImageInstall>
> <UserData>
> <ProductKey>
> <WillShowUI>OnError</WillShowUI>
> <Key>MMWDQ-HD3KF-3HYPY-QPQHC-KV362</Key>
> </ProductKey>
> <AcceptEula>true</AcceptEula>
> <FullName>Nome</FullName>
> <Organization>Organizzazione</Organization>
> </UserData>
> </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>it-IT</UILanguage>
> </SetupUILanguage>
> </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">
> <OEMInformation>
> <Manufacturer>Web-MA Soluzioni Informatiche</
> Manufacturer>
> <SupportURL>http://www.web-ma.com</SupportURL>
> </OEMInformation>
> <RegisteredOwner>Organizzazione</RegisteredOwner>
> <RegisteredOrganization>Nome</RegisteredOrganization>
> <TimeZone>Romance Standard Time</TimeZone>
> <ShowWindowsLive>false</ShowWindowsLive>
> <DisableAutoDaylightTimeSet>false</
> DisableAutoDaylightTimeSet>
> </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>
> <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">
> <RunSynchronous>
> <RunSynchronousCommand wcm:action="add">
> <Order>1</Order>
> <Credentials />
> <Path>cmd /c &quot;FOR %i IN (C D E F G H I J K L
> N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Applications SETX
> AppsRoot %i: -m&quot;</Path>
> </RunSynchronousCommand>
> <RunSynchronousCommand wcm:action="add">
> <Order>2</Order>
> <Credentials />
> <Path>%WINDIR%\system32\sysprep\sysprep.exe /
> quiet /audit</Path>
> </RunSynchronousCommand>
> </RunSynchronous>
> </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">
> <OOBE>
> <HideEULAPage>true</HideEULAPage>
> <ProtectYourPC>3</ProtectYourPC>
> </OOBE>
> <ShowWindowsLive>false</ShowWindowsLive>
> <TimeZone>Romance Standard Time</TimeZone>
> <DisableAutoDaylightTimeSet>false</
> DisableAutoDaylightTimeSet>
> <RegisteredOwner>Nome</RegisteredOwner>
> <RegisteredOrganization>Organizzazione</
> RegisteredOrganization>
> </component>
> <component name="Microsoft-Windows-International-Core"
> processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
> language="neutral" versionScope="nonSxS" xmlns:wcm="http://
> schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://
> www.w3.org/2001/XMLSchema-instance">
> <InputLocale></InputLocale>
> <SystemLocale>it-IT</SystemLocale>
> <UILanguage>it-IT</UILanguage>
> <UILanguageFallback></UILanguageFallback>
> <UserLocale>it-IT</UserLocale>
> </component>
> </settings>
> <settings pass="auditUser">
> <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">
> <RunSynchronous>
> <RunSynchronousCommand wcm:action="add">
> <Order>10</Order>
> <Path>cmd /c REGEDIT /S %AppsRoot%\Applications
> \Regtweaks.reg</Path>
> <Description>Registry Tweaks</Description>
> </RunSynchronousCommand>
> <RunSynchronousCommand wcm:action="add">
> <Order>20</Order>
> <Path>cmd /c %AppsRoot%\Applications\FoxItReader
> \foxit.cmd</Path>
> <Description>FoxIt Reader</Description>
> </RunSynchronousCommand>
> <RunSynchronousCommand wcm:action="add">
> <Order>30</Order>
> <Path>%AppsRoot%\Applications\jre-1_5_0_09.exe /S /
> v/qb!</Path>
> <Description>Java Virtual Machine</Description>
> </RunSynchronousCommand>
> <RunSynchronousCommand wcm:action="add">
> <Order>40</Order>
> <Path>%AppsRoot%\Applications\Firefox\setup.exe -
> ms</Path>
> <Description>FireFox</Description>
> </RunSynchronousCommand>
> <RunSynchronousCommand wcm:action="add">
> <Order>50</Order>
> <Path>%AppsRoot%\Applications\vlc-0.8.6b-
> win32.exe /S</Path>
> <Description>VLC Media Player</Description>
> </RunSynchronousCommand>
> <RunSynchronousCommand wcm:action="add">
> <Order>60</Order>
> <Path>%AppsRoot%\install\Applications\OpenOffice
> \setup.exe -r:%systemdrive%\Applications\OpenOffice\response.txt /S</
> Path>
> <Description>OpenIOffice</Description>
> </RunSynchronousCommand>
> </RunSynchronous>
> </component>
> </settings>
> <cpifflineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-
> com:cpi" />
> </unattend>
>
> Thanks
> Andrea
>

My System SpecsSystem Spec
Old 08-30-2007   #3 (permalink)
Andrew2


 
 

Re: Somebody can help me to understand where the matter is?

I'll have a try removing all the software installation lines, but it
would be tricky it that is the problems.

Thanks
Andrea

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
P8700 or T9400...which one, how much does it matter? Vista General
Does it matter what folder???? Gaming
Cant Install Vista SP1 No matter what it seems like Vista General
Indexer matter Vista performance & maintenance
No matter what installation fails Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46