Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Installation > Somebody can help me to understand where the matter is?

Reply
Thread Tools Display Modes

Somebody can help me to understand where the matter is?

 
 
Andrew2
Guest
Posts: n/a

 
      08-27-2007
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.t xt /S</
Path>
<Description>OpenIOffice</Description>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<cpifflineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-
com:cpi" />
</unattend>

Thanks
Andrea

 
Reply With Quote
 
 
 
 
AJR
Guest
Posts: n/a

 
      08-28-2007
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" <> wrote in message
news: ups.com...
>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.t xt /S</
> Path>
> <Description>OpenIOffice</Description>
> </RunSynchronousCommand>
> </RunSynchronous>
> </component>
> </settings>
> <cpifflineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-
> com:cpi" />
> </unattend>
>
> Thanks
> Andrea
>



 
Reply With Quote
 
Andrew2
Guest
Posts: n/a

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

Thanks
Andrea

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A saved game in Freecell. I can't get rid of it no matter what . TomRA Windows Vista Games 0 02-06-2008 10:41 PM
Please lend me an ear and hepl me with this annoying matter. Roc is Stumped ? Windows Vista Mail 6 10-10-2007 06:07 AM
Indexer matter Mario Boulay Windows Vista Performance 1 07-05-2007 05:48 PM
No matter what installation fails Wheeler Windows Vista Installation 5 04-01-2007 05:46 PM
ITS A MATTER OF NATIONAL SECURITY George W. Windows Vista General Discussion 2 11-15-2006 09:54 PM



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 47 48 49 50 51 52 53 54 55 56 57 58 59