Klemc
Member
- Joined
- May 4, 2020
- Messages
- 5
Hello, i'm a French from France,
two days ago i started to learn how to unattend an installation of Windows 10, so even is i finished to slipstream "stack and cumulative update" correctly easyly (DISM cmd's), while i try to install ".ISO" with VirtualBox, there is always an error after setup finishes expanding his files.
I followed well good tutorials ! After four attempts (by removing packages listed in Unattended.xml to verify wich is causing that, and remaking an iso each time, or searching about "primarysourcefile" threads for FoundationPackage,, but none of this changes let me install without error(s)), also i found that WSIM ads a line with "cip" and it's about "source-file", errors i encountered were often about this, but even if i remove it (no sysprep in my unattend, only simple XML based), error occur :
I let you see what's all the stuff i was dreaming to make "Unattended", and it's not a big thing, only the first entry level compared if i had commands, drivers, apps, setup to install, so i won't adventure deeper in WinIO Unattend, PLZ if you find something wrong, i can't understand why always an error :
two days ago i started to learn how to unattend an installation of Windows 10, so even is i finished to slipstream "stack and cumulative update" correctly easyly (DISM cmd's), while i try to install ".ISO" with VirtualBox, there is always an error after setup finishes expanding his files.
I followed well good tutorials ! After four attempts (by removing packages listed in Unattended.xml to verify wich is causing that, and remaking an iso each time, or searching about "primarysourcefile" threads for FoundationPackage,, but none of this changes let me install without error(s)), also i found that WSIM ads a line with "cip" and it's about "source-file", errors i encountered were often about this, but even if i remove it (no sysprep in my unattend, only simple XML based), error occur :
I let you see what's all the stuff i was dreaming to make "Unattended", and it's not a big thing, only the first entry level compared if i had commands, drivers, apps, setup to install, so i won't adventure deeper in WinIO Unattend, PLZ if you find something wrong, i can't understand why always an error :
Code:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
<selection name="DirectPlay" state="true" />
<selection name="WindowsMediaPlayer" state="false" />
<selection name="NetFx3" state="true" />
<selection name="Printing-XPSServices-Features" state="false" />
<selection name="FaxServicesClientPackage" state="false" />
<selection name="Printing-Foundation-InternetPrinting-Client" state="false" />
<selection name="SearchEngine-Client-Package" state="false" />
<selection name="SmbDirect" state="false" />
<selection name="Windows-Defender-Default-Definitions" state="false" />
<selection name="WorkFolders-Client" state="false" />
<selection name="MSRDC-Infrastructure" state="false" />
<selection name="LegacyComponents" state="true" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Hello-Face-Migration-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Hello-Face-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Basic-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Handwriting-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-OCR-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-Speech-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-LanguageFeatures-TextToSpeech-fr-fr-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-MediaPlayer-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-QuickAssist-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-TabletPCMath-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
<package action="remove">
<assemblyIdentity name="OpenSSH-Client-Package" version="10.0.17763.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
</package>
</servicing>
<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>fr-FR</InputLocale>
<SystemLocale>fr-FR</SystemLocale>
<UILanguage>fr-FR</UILanguage>
<UILanguageFallback></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">
<UserData>
<ProductKey>
<Key>*****-*****-*****-*****-*****</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
<FullName>Klemc</FullName>
<AcceptEula>true</AcceptEula>
<Organization>KLM</Organization>
</UserData>
<EnableFirewall>false</EnableFirewall>
<EnableNetwork>false</EnableNetwork>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Embedded-BootExp" 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">
<HideBootStatusMessage>1</HideBootStatusMessage>
<HideBootStatusIndicator>0</HideBootStatusIndicator>
<HideBootLogo>1</HideBootLogo>
</component>
<component name="Microsoft-Windows-Embedded-EmbeddedLogon" 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">
<NoLockScreen>1</NoLockScreen>
<HideAutoLogonUI>1</HideAutoLogonUI>
<AnimationDisabled>1</AnimationDisabled>
<BrandingNeutral>1</BrandingNeutral>
</component>
<component name="Microsoft-Windows-RemoteAssistance-Exe" 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">
<fAllowFullControl>false</fAllowFullControl>
<fAllowToGetHelp>false</fAllowToGetHelp>
<fEnableChatControl>false</fEnableChatControl>
<MaxTicketExpiry>2</MaxTicketExpiry>
</component>
</settings>
</unattend>
Last edited by a moderator: