Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

System Image Manager --> Unknown setting attribute xmlns:wcm

microsoft.public.windows.vista.installation setup




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 12-04-2006
Alex Fischer
 

Posts: n/a
System Image Manager --> Unknown setting attribute xmlns:wcm
I've tried to build an answer file with Windows System Image Manager
(6.0.6000.16386). Every time I'm trying to manage DiskConfiguration I get an
error message as soon as I want to save the file:

Error saving Path\file.xml
Details: Line 41: Unknown setting attribute xmlns:wcm.

Can anybody help me? I've no clue to get this problem solved with WSIM. This
is the important (I guess so) part out of the file:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
processorArchitecture="x86">
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
<Key>mykey</Key>
</ProductKey>
<FullName>Koehler ITG</FullName>
<Organization>myORG</Organization>
<AcceptEula>true</AcceptEula>
</UserData>
<ImageInstall>
<OSImage>
<InstallTo>
<PartitionID>1</PartitionID>
<DiskID>0</DiskID>
</InstallTo>
<InstallToAvailablePartition>true</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<WindowsDeploymentServices>
<Login>
<Credentials>
<Domain>mydomain</Domain>
<Password>mypassord</Password>
<Username>myuser</Username>
</Credentials>
</Login>
<ImageSelection>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<EnableFirewall>false</EnableFirewall>
<DiskConfiguration>
<Disk wcm:action="add"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Type>Primary</Type>
<Order>1</Order>
<Size>25000</Size>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Type>Extended</Type>
<Extend>true</Extend>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>3</Order>
<Type>Logical</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<WillWipeDisk>true</WillWipeDisk>
<DiskID>0</DiskID>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>Vista-OS</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
</Disk>
<WillShowUI>OnError</WillShowUI>
</DiskConfiguration>
</component>
<component name="Microsoft-Windows-International-Core-WinPE"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
processorArchitecture="x86">
<SetupUILanguage>
<WillShowUI>OnError</WillShowUI>
<UILanguage>de-DE</UILanguage>
</SetupUILanguage>
<UILanguage>de-DE</UILanguage>
</component>
</settings>


---------------------------
Thanks for any idea !

Alex


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-04-2006
Halldor Hrafn Jonsson
 

Posts: n/a
Re: System Image Manager --> Unknown setting attribute xmlns:wcm
Hello.

Instead of:

<Disk wcm:action="add"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<CreatePartitions>

Try:

<Disk wcm:action="add">
<CreatePartitions>

If this doesn´t work then let us know.

Best regards,

Halldor Hrafn Jonsson
MCP 2811033

"Alex Fischer" <alex.fischer@koehler.com> wrote in message
news:Osqnsf6FHHA.536@TK2MSFTNGP02.phx.gbl...
> I've tried to build an answer file with Windows System Image Manager
> (6.0.6000.16386). Every time I'm trying to manage DiskConfiguration I get
> an error message as soon as I want to save the file:
>
> Error saving Path\file.xml
> Details: Line 41: Unknown setting attribute xmlns:wcm.
>
> Can anybody help me? I've no clue to get this problem solved with WSIM.
> This is the important (I guess so) part out of the file:
>
> <?xml version="1.0" encoding="utf-8"?>
> <unattend xmlns="urn:schemas-microsoft-com:unattend">
> <settings pass="windowsPE">
> <component name="Microsoft-Windows-Setup"
> publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
> processorArchitecture="x86">
> <UserData>
> <ProductKey>
> <WillShowUI>OnError</WillShowUI>
> <Key>mykey</Key>
> </ProductKey>
> <FullName>Koehler ITG</FullName>
> <Organization>myORG</Organization>
> <AcceptEula>true</AcceptEula>
> </UserData>
> <ImageInstall>
> <OSImage>
> <InstallTo>
> <PartitionID>1</PartitionID>
> <DiskID>0</DiskID>
> </InstallTo>
>
> <InstallToAvailablePartition>true</InstallToAvailablePartition>
> <WillShowUI>OnError</WillShowUI>
> </OSImage>
> </ImageInstall>
> <WindowsDeploymentServices>
> <Login>
> <Credentials>
> <Domain>mydomain</Domain>
> <Password>mypassord</Password>
> <Username>myuser</Username>
> </Credentials>
> </Login>
> <ImageSelection>
> <InstallTo>
> <DiskID>0</DiskID>
> <PartitionID>1</PartitionID>
> </InstallTo>
> </ImageSelection>
> </WindowsDeploymentServices>
> <EnableFirewall>false</EnableFirewall>
> <DiskConfiguration>
> <Disk wcm:action="add"
> xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
> <CreatePartitions>
> <CreatePartition wcm:action="add">
> <Type>Primary</Type>
> <Order>1</Order>
> <Size>25000</Size>
> </CreatePartition>
> <CreatePartition wcm:action="add">
> <Order>2</Order>
> <Type>Extended</Type>
> <Extend>true</Extend>
> </CreatePartition>
> <CreatePartition wcm:action="add">
> <Order>3</Order>
> <Type>Logical</Type>
> <Extend>true</Extend>
> </CreatePartition>
> </CreatePartitions>
> <WillWipeDisk>true</WillWipeDisk>
> <DiskID>0</DiskID>
> <ModifyPartitions>
> <ModifyPartition wcm:action="add">
> <Active>true</Active>
> <Extend>false</Extend>
> <Format>NTFS</Format>
> <Label>Vista-OS</Label>
> <Letter>C</Letter>
> <Order>1</Order>
> <PartitionID>1</PartitionID>
> </ModifyPartition>
> </ModifyPartitions>
> </Disk>
> <WillShowUI>OnError</WillShowUI>
> </DiskConfiguration>
> </component>
> <component name="Microsoft-Windows-International-Core-WinPE"
> publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
> processorArchitecture="x86">
> <SetupUILanguage>
> <WillShowUI>OnError</WillShowUI>
> <UILanguage>de-DE</UILanguage>
> </SetupUILanguage>
> <UILanguage>de-DE</UILanguage>
> </component>
> </settings>
>
>
> ---------------------------
> Thanks for any idea !
>
> Alex
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-05-2006
Alex Fischer
 

Posts: n/a
Re: System Image Manager --> Unknown setting attribute xmlns:wcm
No, that doesn't work, too!

If I remove the argument from the self-generated XML-File I get an error
message while trying to import it in the System Image Manager:

Error opening ...pathtofile...\file.xml
Detail: 'wcm' is an undeclared namespace. Line 41, position 23


Even if that has worked (it has not) how should I avoid that Windows System
Image Manager wouldn't insert this error again and again. It seems that
there's a problem with WSIM, isn't it!

Alex

"Halldor Hrafn Jonsson" <halldor@tolvutek.is> wrote in message
news:A996B7AD-EC7D-467B-9B47-89D9AF1AA8E7@microsoft.com...
> Hello.
>
> Instead of:
>
> <Disk wcm:action="add"
> xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
> <CreatePartitions>
>
> Try:
>
> <Disk wcm:action="add">
> <CreatePartitions>
>
> If this doesn´t work then let us know.
>
> Best regards,
>
> Halldor Hrafn Jonsson
> MCP 2811033
>
> "Alex Fischer" <alex.fischer@koehler.com> wrote in message
> news:Osqnsf6FHHA.536@TK2MSFTNGP02.phx.gbl...
>> I've tried to build an answer file with Windows System Image Manager
>> (6.0.6000.16386). Every time I'm trying to manage DiskConfiguration I get
>> an error message as soon as I want to save the file:
>>
>> Error saving Path\file.xml
>> Details: Line 41: Unknown setting attribute xmlns:wcm.
>>
>> Can anybody help me? I've no clue to get this problem solved with WSIM.
>> This is the important (I guess so) part out of the file:
>>
>> <?xml version="1.0" encoding="utf-8"?>
>> <unattend xmlns="urn:schemas-microsoft-com:unattend">
>> <settings pass="windowsPE">
>> <component name="Microsoft-Windows-Setup"
>> publicKeyToken="31bf3856ad364e35" language="neutral"
>> versionScope="nonSxS" processorArchitecture="x86">
>> <UserData>
>> <ProductKey>
>> <WillShowUI>OnError</WillShowUI>
>> <Key>mykey</Key>
>> </ProductKey>
>> <FullName>Koehler ITG</FullName>
>> <Organization>myORG</Organization>
>> <AcceptEula>true</AcceptEula>
>> </UserData>
>> <ImageInstall>
>> <OSImage>
>> <InstallTo>
>> <PartitionID>1</PartitionID>
>> <DiskID>0</DiskID>
>> </InstallTo>
>>
>> <InstallToAvailablePartition>true</InstallToAvailablePartition>
>> <WillShowUI>OnError</WillShowUI>
>> </OSImage>
>> </ImageInstall>
>> <WindowsDeploymentServices>
>> <Login>
>> <Credentials>
>> <Domain>mydomain</Domain>
>> <Password>mypassord</Password>
>> <Username>myuser</Username>
>> </Credentials>
>> </Login>
>> <ImageSelection>
>> <InstallTo>
>> <DiskID>0</DiskID>
>> <PartitionID>1</PartitionID>
>> </InstallTo>
>> </ImageSelection>
>> </WindowsDeploymentServices>
>> <EnableFirewall>false</EnableFirewall>
>> <DiskConfiguration>
>> <Disk wcm:action="add"
>> xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
>> <CreatePartitions>
>> <CreatePartition wcm:action="add">
>> <Type>Primary</Type>
>> <Order>1</Order>
>> <Size>25000</Size>
>> </CreatePartition>
>> <CreatePartition wcm:action="add">
>> <Order>2</Order>
>> <Type>Extended</Type>
>> <Extend>true</Extend>
>> </CreatePartition>
>> <CreatePartition wcm:action="add">
>> <Order>3</Order>
>> <Type>Logical</Type>
>> <Extend>true</Extend>
>> </CreatePartition>
>> </CreatePartitions>
>> <WillWipeDisk>true</WillWipeDisk>
>> <DiskID>0</DiskID>
>> <ModifyPartitions>
>> <ModifyPartition wcm:action="add">
>> <Active>true</Active>
>> <Extend>false</Extend>
>> <Format>NTFS</Format>
>> <Label>Vista-OS</Label>
>> <Letter>C</Letter>
>> <Order>1</Order>
>> <PartitionID>1</PartitionID>
>> </ModifyPartition>
>> </ModifyPartitions>
>> </Disk>
>> <WillShowUI>OnError</WillShowUI>
>> </DiskConfiguration>
>> </component>
>> <component name="Microsoft-Windows-International-Core-WinPE"
>> publicKeyToken="31bf3856ad364e35" language="neutral"
>> versionScope="nonSxS" processorArchitecture="x86">
>> <SetupUILanguage>
>> <WillShowUI>OnError</WillShowUI>
>> <UILanguage>de-DE</UILanguage>
>> </SetupUILanguage>
>> <UILanguage>de-DE</UILanguage>
>> </component>
>> </settings>
>>
>>
>> ---------------------------
>> Thanks for any idea !
>>
>> Alex
>>

>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-05-2006
Halldor Hrafn Jonsson
 

Posts: n/a
Re: System Image Manager --> Unknown setting attribute xmlns:wcm
Hi.

Try creating a brand new un-edited answer file and after each modification
of the file run the "Validate Answer File" from the Tools menu and when you
get an error you should be able to see what caused it and prevent it.

If this doesn´t work then I would suggest re-installing WSIM. Also I would
recommend you clicking the Help - Image Manager Help and searching for
"walkthrough: build a simple".

Best regards,

Halldor Hrafn Jonsson
MCP 2811033


"Alex Fischer" <alex.fischer@koehler.com> wrote in message
news:OBcqJ4DGHHA.1080@TK2MSFTNGP05.phx.gbl...
> No, that doesn't work, too!
>
> If I remove the argument from the self-generated XML-File I get an error
> message while trying to import it in the System Image Manager:
>
> Error opening ...pathtofile...\file.xml
> Detail: 'wcm' is an undeclared namespace. Line 41, position 23
>
>
> Even if that has worked (it has not) how should I avoid that Windows
> System Image Manager wouldn't insert this error again and again. It seems
> that there's a problem with WSIM, isn't it!
>
> Alex
>
> "Halldor Hrafn Jonsson" <halldor@tolvutek.is> wrote in message
> news:A996B7AD-EC7D-467B-9B47-89D9AF1AA8E7@microsoft.com...
>> Hello.
>>
>> Instead of:
>>
>> <Disk wcm:action="add"
>> xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
>> <CreatePartitions>
>>
>> Try:
>>
>> <Disk wcm:action="add">
>> <CreatePartitions>
>>
>> If this doesn´t work then let us know.
>>
>> Best regards,
>>
>> Halldor Hrafn Jonsson
>> MCP 2811033
>>
>> "Alex Fischer" <alex.fischer@koehler.com> wrote in message
>> news:Osqnsf6FHHA.536@TK2MSFTNGP02.phx.gbl...
>>> I've tried to build an answer file with Windows System Image Manager
>>> (6.0.6000.16386). Every time I'm trying to manage DiskConfiguration I
>>> get an error message as soon as I want to save the file:
>>>
>>> Error saving Path\file.xml
>>> Details: Line 41: Unknown setting attribute xmlns:wcm.
>>>
>>> Can anybody help me? I've no clue to get this problem solved with WSIM.
>>> This is the important (I guess so) part out of the file:
>>>
>>> <?xml version="1.0" encoding="utf-8"?>
>>> <unattend xmlns="urn:schemas-microsoft-com:unattend">
>>> <settings pass="windowsPE">
>>> <component name="Microsoft-Windows-Setup"
>>> publicKeyToken="31bf3856ad364e35" language="neutral"
>>> versionScope="nonSxS" processorArchitecture="x86">
>>> <UserData>
>>> <ProductKey>
>>> <WillShowUI>OnError</WillShowUI>
>>> <Key>mykey</Key>
>>> </ProductKey>
>>> <FullName>Koehler ITG</FullName>
>>> <Organization>myORG</Organization>
>>> <AcceptEula>true</AcceptEula>
>>> </UserData>
>>> <ImageInstall>
>>> <OSImage>
>>> <InstallTo>
>>> <PartitionID>1</PartitionID>
>>> <DiskID>0</DiskID>
>>> </InstallTo>
>>>
>>> <InstallToAvailablePartition>true</InstallToAvailablePartition>
>>> <WillShowUI>OnError</WillShowUI>
>>> </OSImage>
>>> </ImageInstall>
>>> <WindowsDeploymentServices>
>>> <Login>
>>> <Credentials>
>>> <Domain>mydomain</Domain>
>>> <Password>mypassord</Password>
>>> <Username>myuser</Username>
>>> </Credentials>
>>> </Login>
>>> <ImageSelection>
>>> <InstallTo>
>>> <DiskID>0</DiskID>
>>> <PartitionID>1</PartitionID>
>>> </InstallTo>
>>> </ImageSelection>
>>> </WindowsDeploymentServices>
>>> <EnableFirewall>false</EnableFirewall>
>>> <DiskConfiguration>
>>> <Disk wcm:action="add"
>>> xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
>>> <CreatePartitions>
>>> <CreatePartition wcm:action="add">
>>> <Type>Primary</Type>
>>> <Order>1</Order>
>>> <Size>25000</Size>
>>> </CreatePartition>
>>> <CreatePartition wcm:action="add">
>>> <Order>2</Order>
>>> <Type>Extended</Type>
>>> <Extend>true</Extend>
>>> </CreatePartition>
>>> <CreatePartition wcm:action="add">
>>> <Order>3</Order>
>>> <Type>Logical</Type>
>>> <Extend>true</Extend>
>>> </CreatePartition>
>>> </CreatePartitions>
>>> <WillWipeDisk>true</WillWipeDisk>
>>> <DiskID>0</DiskID>
>>> <ModifyPartitions>
>>> <ModifyPartition wcm:action="add">
>>> <Active>true</Active>
>>> <Extend>false</Extend>
>>> <Format>NTFS</Format>
>>> <Label>Vista-OS</Label>
>>> <Letter>C</Letter>
>>> <Order>1</Order>
>>> <PartitionID>1</PartitionID>
>>> </ModifyPartition>
>>> </ModifyPartitions>
>>> </Disk>
>>> <WillShowUI>OnError</WillShowUI>
>>> </DiskConfiguration>
>>> </component>
>>> <component name="Microsoft-Windows-International-Core-WinPE"
>>> publicKeyToken="31bf3856ad364e35" language="neutral"
>>> versionScope="nonSxS" processorArchitecture="x86">
>>> <SetupUILanguage>
>>> <WillShowUI>OnError</WillShowUI>
>>> <UILanguage>de-DE</UILanguage>
>>> </SetupUILanguage>
>>> <UILanguage>de-DE</UILanguage>
>>> </component>
>>> </settings>
>>>
>>>
>>> ---------------------------
>>> Thanks for any idea !
>>>
>>> Alex
>>>

>>

>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-07-2006
Alex Fischer
 

Posts: n/a
Re: System Image Manager --> Unknown setting attribute xmlns:wcm
Found it !

You have to edit the XML file manually once a time. After this modification
further steps are completely accepted. That's more than curious and of
course not normal. All the people out there with the same level of xml know
how than me: have fun !!!

Probalby someone of the development team should take an eye on this (after
they stopped celebrating the vista launch ;-) ....)

Alex

"Halldor Hrafn Jonsson" <halldor@tolvutek.is> wrote in message
news:328C3A1D-5603-4518-A75E-19AD99B58799@microsoft.com...
> Hi.
>
> Try creating a brand new un-edited answer file and after each modification
> of the file run the "Validate Answer File" from the Tools menu and when
> you get an error you should be able to see what caused it and prevent it.
>
> If this doesn´t work then I would suggest re-installing WSIM. Also I would
> recommend you clicking the Help - Image Manager Help and searching for
> "walkthrough: build a simple".
>
> Best regards,
>
> Halldor Hrafn Jonsson
> MCP 2811033
>
>
> "Alex Fischer" <alex.fischer@koehler.com> wrote in message
> news:OBcqJ4DGHHA.1080@TK2MSFTNGP05.phx.gbl...
>> No, that doesn't work, too!
>>
>> If I remove the argument from the self-generated XML-File I get an error
>> message while trying to import it in the System Image Manager:
>>
>> Error opening ...pathtofile...\file.xml
>> Detail: 'wcm' is an undeclared namespace. Line 41, position 23
>>
>>
>> Even if that has worked (it has not) how should I avoid that Windows
>> System Image Manager wouldn't insert this error again and again. It seems
>> that there's a problem with WSIM, isn't it!
>>
>> Alex
>>
>> "Halldor Hrafn Jonsson" <halldor@tolvutek.is> wrote in message
>> news:A996B7AD-EC7D-467B-9B47-89D9AF1AA8E7@microsoft.com...
>>> Hello.
>>>
>>> Instead of:
>>>
>>> <Disk wcm:action="add"
>>> xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
>>> <CreatePartitions>
>>>
>>> Try:
>>>
>>> <Disk wcm:action="add">
>>> <CreatePartitions>
>>>
>>> If this doesn´t work then let us know.
>>>
>>> Best regards,
>>>
>>> Halldor Hrafn Jonsson
>>> MCP 2811033
>>>
>>> "Alex Fischer" <alex.fischer@koehler.com> wrote in message
>>> news:Osqnsf6FHHA.536@TK2MSFTNGP02.phx.gbl...
>>>> I've tried to build an answer file with Windows System Image Manager
>>>> (6.0.6000.16386). Every time I'm trying to manage DiskConfiguration I
>>>> get an error message as soon as I want to save the file:
>>>>
>>>> Error saving Path\file.xml
>>>> Details: Line 41: Unknown setting attribute xmlns:wcm.
>>>>
>>>> Can anybody help me? I've no clue to get this problem solved with WSIM.
>>>> This is the important (I guess so) part out of the file:
>>>>
>>>> <?xml version="1.0" encoding="utf-8"?>
>>>> <unattend xmlns="urn:schemas-microsoft-com:unattend">
>>>> <settings pass="windowsPE">
>>>> <component name="Microsoft-Windows-Setup"
>>>> publicKeyToken="31bf3856ad364e35" language="neutral"
>>>> versionScope="nonSxS" processorArchitecture="x86">
>>>> <UserData>
>>>> <ProductKey>
>>>> <WillShowUI>OnError</WillShowUI>
>>>> <Key>mykey</Key>
>>>> </ProductKey>
>>>> <FullName>Koehler ITG</FullName>
>>>> <Organization>myORG</Organization>
>>>> <AcceptEula>true</AcceptEula>
>>>> </UserData>
>>>> <ImageInstall>
>>>> <OSImage>
>>>> <InstallTo>
>>>> <PartitionID>1</PartitionID>
>>>> <DiskID>0</DiskID>
>>>> </InstallTo>
>>>>
>>>> <InstallToAvailablePartition>true</InstallToAvailablePartition>
>>>> <WillShowUI>OnError</WillShowUI>
>>>> </OSImage>
>>>> </ImageInstall>
>>>> <WindowsDeploymentServices>
>>>> <Login>
>>>> <Credentials>
>>>> <Domain>mydomain</Domain>
>>>> <Password>mypassord</Password>
>>>> <Username>myuser</Username>
>>>> </Credentials>
>>>> </Login>
>>>> <ImageSelection>
>>>> <InstallTo>
>>>> <DiskID>0</DiskID>
>>>> <PartitionID>1</PartitionID>
>>>> </InstallTo>
>>>> </ImageSelection>
>>>> </WindowsDeploymentServices>
>>>> <EnableFirewall>false</EnableFirewall>
>>>> <DiskConfiguration>
>>>> <Disk wcm:action="add"
>>>> xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
>>>> <CreatePartitions>
>>>> <CreatePartition wcm:action="add">
>>>> <Type>Primary</Type>
>>>> <Order>1</Order>
>>>> <Size>25000</Size>
>>>> </CreatePartition>
>>>> <CreatePartition wcm:action="add">
>>>> <Order>2</Order>
>>>> <Type>Extended</Type>
>>>> <Extend>true</Extend>
>>>> </CreatePartition>
>>>> <CreatePartition wcm:action="add">
>>>> <Order>3</Order>
>>>> <Type>Logical</Type>
>>>> <Extend>true</Extend>
>>>> </CreatePartition>
>>>> </CreatePartitions>
>>>> <WillWipeDisk>true</WillWipeDisk>
>>>> <DiskID>0</DiskID>
>>>> <ModifyPartitions>
>>>> <ModifyPartition wcm:action="add">
>>>> <Active>true</Active>
>>>> <Extend>false</Extend>
>>>> <Format>NTFS</Format>
>>>> <Label>Vista-OS</Label>
>>>> <Letter>C</Letter>
>>>> <Order>1</Order>
>>>> <PartitionID>1</PartitionID>
>>>> </ModifyPartition>
>>>> </ModifyPartitions>
>>>> </Disk>
>>>> <WillShowUI>OnError</WillShowUI>
>>>> </DiskConfiguration>
>>>> </component>
>>>> <component name="Microsoft-Windows-International-Core-WinPE"
>>>> publicKeyToken="31bf3856ad364e35" language="neutral"
>>>> versionScope="nonSxS" processorArchitecture="x86">
>>>> <SetupUILanguage>
>>>> <WillShowUI>OnError</WillShowUI>
>>>> <UILanguage>de-DE</UILanguage>
>>>> </SetupUILanguage>
>>>> <UILanguage>de-DE</UILanguage>
>>>> </component>
>>>> </settings>
>>>>
>>>>
>>>> ---------------------------
>>>> Thanks for any idea !
>>>>
>>>> Alex
>>>>
>>>

>>
>>

>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

vB 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
System Image Backup selects ALL volumes =?Utf-8?B?UnV1ZCBCaWp2YW5r?= microsoft.public.windows.vista.general 1 02-28-2007 21:00
Unknown Devices in Device Manager =?Utf-8?B?R3VpZG8=?= microsoft.public.windows.vista hardware devices 4 02-21-2007 18:05
Unknown Devices in Device Manager =?Utf-8?B?TWljaGFlbA==?= microsoft.public.windows.vista hardware devices 3 01-06-2007 02:13
Unknown symbol in Dev Manager prdfy microsoft.public.windows.vista hardware devices 1 12-24-2006 17:09
Re: Unknown Device in Device Manager (both x86 and x64) DCR microsoft.public.windows.vista hardware devices 0 12-21-2006 19:32




All times are GMT +1. The time now is 05:41.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119