Jump to content

Ask your Seven xml ? here


Recommended Posts


After many tests. I see that it's needed to set (for x86 and amd64):

<ImageInstall>

<OSImage>

<WillShowUI>Always</WillShowUI>

1) Because on a 64 bits computer if this value is OnError, the Windows 7 x86 is installed automatically.

We need to choose between x86 or x64 bits versions. To do this, change this value like above for x86 and amd64 inside Autounattend.xml file.

2) Check if you have removed all catalogs files and ie.cfg file inside %DVD%\sources

3) Name your file: Autounattend.xml

4) <PlainText>true</PlainText> (or false: lowercase letter)

I've updated my post about to display the image installation user interface (UI):

Always: Specifies that the UI is always displayed.

Like this your Autounattend.xml file will be good!

Edited by myselfidem
Link to comment
Share on other sites

After many tests. I see that it's needed to set (for x86 and amd64):

<ImageInstall>

<OSImage>

<WillShowUI>Always</WillShowUI>

1) Because on a 64 bits computer if this value is OnError, the Windows 7 x86 is installed automatically.

We need to choose between x86 or x64 bits versions. To do this, change this value like above for x86 and amd64 inside Autounattend.xml file.

2) Check if you have removed all catalogs files and ie.cfg file inside %DVD%\sources

3) Name your file: Autounattend.xml

4) <PlainText>true</PlainText> (or false: lowercase letter)

I've updated my post about to display the image installation user interface (UI):

Always: Specifies that the UI is always displayed.

Like this your Autounattend.xml file will be good!

Hey mate I have tried to test my xml with wsim but I got this error:

1yryf.jpg

please help me in this as well.

Link to comment
Share on other sites

OK!

I give you your Autounattend.xml file working; with your values but added:

<ImageInstall>

<OSImage>

<WillShowUI>Always</WillShowUI>

Like explained above!

You can check with WSIM!

*Edit: post updated with a new Autounattend.xml and a new computer name whithout space!

Edited by myselfidem
Link to comment
Share on other sites

OK!

I give you your Autounattend.xml file working; with your values but added:

<ImageInstall>

<OSImage>

<WillShowUI>Always</WillShowUI>

Like explained above!

You can check with WSIM!

Wow thanks mate, you are really a life saver, I just tried your xml and its fine atleast in wsim, now I would test it with my multiboot OS and let you know.

Link to comment
Share on other sites

OK!

I give you your Autounattend.xml file working; with your values but added:

<ImageInstall>

<OSImage>

<WillShowUI>Always</WillShowUI>

Like explained above!

You can check with WSIM!

Hey mate I am getting the same error which I have mentioned here:

I have already checked you have already changed this "Microsoft-Windows-Security-Licensing-SLC-UX." to "Microsoft-Windows-Security-SPP-UX" in the xml which you have given to me.

Edited by nice_guy75
Link to comment
Share on other sites

OK! But it's not the same problem.

I've updated my post #126 above with a new Autounattend.xml (x86 and amd64) for you!

The trouble was that no empty space (gap) are supported for the computer_name, I renamed "Win7_Vaio". But you can change if you want, of course!

Thanks to tell if you have errors! I've tested with my settings and all is fine!

Edited by myselfidem
Link to comment
Share on other sites

OK! But it's not the same problem.

I've updated my post #126 above with a new Autounattend.xml (x86 and amd64) for you!

The trouble was that no empty space (gap) are supported for the computer_name, I renamed "Win7_Vaio". But you can change if you want, of course!

Thanks to tell if you have errors! I've tested with my settings and all is fine!

Ok thanks mate, I will try the new xml in installation and let you know who it goes.

Link to comment
Share on other sites

Hi all,

I've 2 quesions

1) It is possible to merge 2 command line in the same SynchronousCommand?

                <SynchronousCommand wcm:action="add"> 
<Order>2</Order>
<Description>Windows Malicious Software Removal Tool 3.18.4804.0</Description>
<CommandLine>cmd /C start /wait c:\Install\windows-kb890830-v3.18.exe /Q</CommandLine>
</SynchronousCommand>

<SynchronousCommand wcm:action="add">
<Order>3</Order>
<Description>Windows Malicious Software Removal Tool 3.18.4804.0 delta</Description>
<CommandLine>cmd /C start /wait c:\Install\windows-kb890830-v3.18-delta.exe /Q</CommandLine>
</SynchronousCommand>

to merge like

                <SynchronousCommand wcm:action="add"> 
<Order>2</Order>
<Description>Windows Malicious Software Removal Tool 3.18.4804.0</Description>
<CommandLine>cmd /C start /wait c:\Install\windows-kb890830-v3.18.exe /Q</CommandLine>
<CommandLine>cmd /C start /wait c:\Install\windows-kb890830-v3.18-delta.exe /Q</CommandLine>
</SynchronousCommand>

2) At Win7 installation start, It ask for the partition (in my case System, Primary Logical) where to install Windows (see here image bellow).

What the System partition (100MB) used for?

Can I ignore it?

How to parameter Autounattend.xml to ignore that System partition (100MB)?

Regards

post-11791-0-99920700-1304604126_thumb.j

Link to comment
Share on other sites

Don't think you can combine that but I haven't tried.

Might do this. max length is 1024 characters. Notice the | <CommandLine>cmd /C start /wait c:\Install\windows-kb890830-v3.18.exe /Q | start /wait c:\Install\windows-kb890830-v3.18-delta.exe /Q</CommandLine>

If you use Bitlocker you need the 100mb.

You can wipe out part2 and extend the 100mb out. I'm guessing part3 is a backup location?

Edited by maxXPsoft
Link to comment
Share on other sites

TNX maxXPsoft for yr help,

If I well understand the commandLine will looks like bellow. Isn't it?

                <SynchronousCommand wcm:action="add">  
<Order>2</Order>
<Description>Windows Malicious Software Removal Tool 3.18.4804.0</Description>
<CommandLine>cmd /C start /wait c:\Install\windows-kb890830-v3.18.exe /Q | start /wait c:\Install\windows-kb890830-v3.18-delta.exe /Q</CommandLine>
</SynchronousCommand>

Regarding the partitions, the part 3 (logical) is for my silent progs test.

Anyway I never used Bitlocker before and don't think using it once.

Then, to wipe part1 (system) do the following is correct?

<DiskConfiguration>

<Disk wcm:action="add">
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>

<!-- System partition -->
<CreatePartition wcm:action="add">
<Order>1</Order>
<Extend>false</Extend>
<Type>Primary</Type>
<Size></Size>
</CreatePartition>

</Disk>
<WillShowUI>OnError</WillShowUI>
</DiskConfiguration>

Regards

Edited by coucou
Link to comment
Share on other sites

You will have to test that I have never tried. I call a cmd file and run everything from it one at a time in Synchronous

covers 2 partitions. I think you want 2? If not extend 1 to end

Link to comment
Share on other sites

TNX again maxXPsoft,

I call a cmd file and run everything from it one at a time in Synchronous
May you please give an exapmle how looks yr cmd file in Synchronous?

Regards

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