Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ask your Seven xml ? here

Featured Replies

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

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.

There is an error inside your Autounattend.xml: Check the ligne 39: <MetaData wcm:action="add">

Could you attach your new Autounattend.xml file!

Edited by myselfidem

There is an error inside your Autounattend.xml: Check the ligne 39: <MetaData wcm:action="add">

Could you attach your new Autounattend.xml file!

sure mate, here is my latest xml.

Autounattend.xml

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

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.

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

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

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.

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

  • Author

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

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

  • Author

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

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.