Jump to content

Recommended Posts

Posted

Hi every one!

i try build an answer file Autounattend for DVD with WAIK!

I have only one operating sysetm

the selection of operating system not work (not hide automatiquetly)

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" 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>
</settings>
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" 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>fr-fr</UILanguage>
</SetupUILanguage>
<InputLocale>040c:0000040c</InputLocale>
<SystemLocale>fr-fr</SystemLocale>
<UILanguage>fr-fr</UILanguage>
<UILanguageFallback>fr-fr</UILanguageFallback>
<UserLocale>fr-fr</UserLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
</MetaData>
</InstallFrom>
</OSImage>
</ImageInstall>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/!labo/sp1/install.wim#Win 7 RTM Pro FR x64 [M7V]" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

the options of language and keyborad is hidden well!

for check on the version windows, i use two methode!

Methode I

dism /mount-wim /wimfile:E:\labo\install.wim /index:1 /mountdir:E:\labo\mount

dism /get-wiminfo /wimfile:E:\Labo\install.wim

dism /UnMount-wim /MountDir:E:\Labo\Mount /commit

Methode II

Imagex /Info C:\!Labo\SP1\Install.WIM

i have these informations :

index : 1

Nom : Win 7 RTM Pro FR x64 [M7V]

Description : Windows 7 PROFESSIONAL

i try use the key Index NAme or Description, but not work!

Thank you, in advance for your help!


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