Jump to content

Autounattend.xml


major_ata
 Share

Recommended Posts

oem bilgilerini otomatik tanıyıp logosunu atan ve sertifikasını keyini otomatik yapan MultiBrand_OEM's klasörü
Autounattend.xml dosyası ile bir türlü çalıştıramamıştım bende xml dosyasını bir müddet kullanmadım

söylemek istediğim aynı dertten muzdarip olan kişiler varsa yani tam katılımsız kurulumda bir türlü MultiBrand_OEM's devreye girmiyorsa
bu konudaki xml dosyalarını kullanabilirler

x86 x64 bit tüm sürümlere göre ayarladım.. içeriği kendinize göre değiştirebilirsiniz
ayrıca kurulumdan sonra o sinir bozucu izn verilsinmi (EnableLUA) olayınıda xml dosyasından pasif ettim






full installation [color="#8B0000"]Autounattend.xml[/color]

kurulacak sürüm seçildikten sonra masaüstüne kadar otomatik kurar
x86 x64 tüm sürümlerde çalışmaktadır
[spoiler][xml]<?xml version="1.0" encoding="utf-8"?>
<!--This answer file generated by RT Seven Lite-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" 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>tr-TR</UILanguage>
</SetupUILanguage>
<InputLocale>041f:0000041f</InputLocale>
<UserLocale>tr-TR</UserLocale>
<UILanguage>tr-TR</UILanguage>
<SystemLocale>tr-TR</SystemLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" 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/NAME</Key>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization>ATA-GROUP</Organization>
<FullName>ATA</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>

<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<Description>ATA</Description>
<DisplayName>ATA</DisplayName>
<Group>Administrators</Group>
<Name>ATA</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>


<OEMInformation>
<HelpCustomized>false</HelpCustomized>
<Manufacturer>Autounattend full setup</Manufacturer>
<Model>windows 7 P®©fessional™</Model>
<SupportHours>7gun 24 saat</SupportHours>
<SupportPhone>0537 501 16 42</SupportPhone>
<SupportURL>http://www.tnctr.com</SupportURL>
<Logo>C:\Windows\OEM\Logo.bmp</Logo>
</OEMInformation>

<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<TimeZone>Pacific Standard Time</TimeZone>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>ATA-PC</ComputerName>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" 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="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableLUA>false</EnableLUA>
</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>tr-TR</UILanguage>
</SetupUILanguage>
<InputLocale>041f:0000041f</InputLocale>
<UserLocale>tr-TR</UserLocale>
<UILanguage>tr-TR</UILanguage>
<SystemLocale>tr-TR</SystemLocale>
</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/NAME</Key>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization>ATA-GROUP</Organization>
<FullName>ATA</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>

<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<Description>ATA</Description>
<DisplayName>ATA</DisplayName>
<Group>Administrators</Group>
<Name>ATA</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>

<OEMInformation>
<HelpCustomized>false</HelpCustomized>
<Manufacturer>Autounattend full setup</Manufacturer>
<Model>windows 7 P®©fessional™</Model>
<SupportHours>7gun 24 saat</SupportHours>
<SupportPhone>0537 501 16 42</SupportPhone>
<SupportURL>http://www.tnctr.com</SupportURL>
<Logo>C:\Windows\OEM\Logo.bmp</Logo>
</OEMInformation>

<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<TimeZone>Pacific Standard Time</TimeZone>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-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">
<ComputerName>ATA-PC</ComputerName>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-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="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableLUA>false</EnableLUA>
</component>
</settings>


</unattend>[/xml][/spoiler]




useroobe installation [color="#8B0000"]Autounattend.xml[/color]

kurulacak sürüm seçildikten sonra kullanıcı adı bölümüne kadar otomatik kurar
kullanıcı ismi girdiğiniz zaman masa üstüne kadar otomatik kurar

NOT: eğer kurulum sonrasında oem logo ve bilgileri tanıyıp otomatik atayan [color="#8B0000"]MultiBrand_OEM's[/color] klasörünü eklemeyi düşünüyorsanız
bu unattend.xml dosyasını kullanınız..
(x86 x64 tüm sürümlerde çalışmaktadır)
[spoiler][xml]<?xml version="1.0" encoding="utf-8"?>
<!--This answer file generated by RT Seven Lite-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" 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>tr-TR</UILanguage>
</SetupUILanguage>
<InputLocale>041f:0000041f</InputLocale>
<UserLocale>tr-TR</UserLocale>
<UILanguage>tr-TR</UILanguage>
<SystemLocale>tr-TR</SystemLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" 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/NAME</Key>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization>ATA-GROUP</Organization>
<FullName>ATA</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserAccounts>
<LocalAccounts />
</UserAccounts>
<OOBE>
<NetworkLocation>Home</NetworkLocation>
<HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
<SkipMachineOOBE>false</SkipMachineOOBE>
<SkipUserOOBE>false</SkipUserOOBE>
</OOBE>

<OEMInformation>
<HelpCustomized>false</HelpCustomized>
<Manufacturer>Autounattend oembrand</Manufacturer>
<Model>windows 7 P®©fessional™</Model>
<SupportHours>7gun 24 saat</SupportHours>
<SupportPhone>0537 501 16 42</SupportPhone>
<SupportURL>http://www.tnctr.com</SupportURL>
<Logo>C:\Windows\OEM\Logo.bmp</Logo>
</OEMInformation>

<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<TimeZone>Pacific Standard Time</TimeZone>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>ATA-PC</ComputerName>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" 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="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableLUA>false</EnableLUA>
</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>tr-TR</UILanguage>
</SetupUILanguage>
<InputLocale>041f:0000041f</InputLocale>
<UserLocale>tr-TR</UserLocale>
<UILanguage>tr-TR</UILanguage>
<SystemLocale>tr-TR</SystemLocale>
</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/NAME</Key>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization>ATA-GROUP</Organization>
<FullName>ATA</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-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">
<UserAccounts>
<LocalAccounts />
</UserAccounts>
<OOBE>
<NetworkLocation>Home</NetworkLocation>
<HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
<SkipMachineOOBE>false</SkipMachineOOBE>
<SkipUserOOBE>false</SkipUserOOBE>
</OOBE>

<OEMInformation>
<HelpCustomized>false</HelpCustomized>
<Manufacturer>Autounattend oembrand</Manufacturer>
<Model>windows 7 P®©fessional™</Model>
<SupportHours>7gun 24 saat</SupportHours>
<SupportPhone>0537 501 16 42</SupportPhone>
<SupportURL>http://www.tnctr.com</SupportURL>
<Logo>C:\Windows\OEM\Logo.bmp</Logo>
</OEMInformation>

<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<TimeZone>Pacific Standard Time</TimeZone>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-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">
<ComputerName>ATA-PC</ComputerName>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-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="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<EnableLUA>false</EnableLUA>
</component>
</settings>


</unattend>[/xml][/spoiler] Edited by major_ata
Link to comment
Share on other sites

3. bir xml dosyası üzerinde çalışıyorum ama yapamadım henüz

sistemdeki tüm sürümler varken xml dosyasında göstermiş olduğum (örnek ultimate) sürümü otomatik olarak kurmaya geçiyor
lakin disk biçimlendirme işlemini ben yapmak zorunda kalıyorum
yapmak istediğim şey seçili sürümü geçtikten sonra 1. diskin (2. varsa eğer) 1. partitionunu biçimlendirip sistemi oraya kurması
yani kısaca ilk etapta bir tuşa basın seçeneğinden sonra masa üstüne kadar tüm işlemleri kendi yapması

uğraştığıma bakmayın .. bu konuda blgisi olanlardan yardım beklerim

Link to comment
Share on other sites

  • 2 hafta sonra ...

[size="3"][b][font="Verdana"]selam Arkadaşlar sizden bişey isteyebilir miyim?
yukardaki autounattend dosyasını kullandım kurulum sırasında hata aldım.
benim istediğim gibi bir autounattend dosyası oluşturabilir misiniz rica etsem?
Kurulum başlar başlamaz disk seçme yeri açılcak.
Klavye dil ayarları vs. atlayacak oraları göreyecek.
Kullanıcı Adını Kendi Girecek.
Kullanıcı adı girildikten sonra başka bişey istemeyecek.
Bunu Yapabilecek Arkadaş Yardımcı olabilir mi? Teşekkürler Şimdiden.[/font][/b][/size]

Edited by Hasan.Kara
Link to comment
Share on other sites

Hasan.Kara senin istediğinin aynısı zaten
2. olan useroobe installation Autounattend.xml dosyası
ayrıca ne gibi bir hata aldın merak ediyorum
çünkü ben bu ikisini kullanıyorum hata da almadım daha


not: win 7 içindir xp'de çalışmaz

Edited by major_ata
Link to comment
Share on other sites

[size="4"][size="4"][b][color="#000000"][size="2"][font="Garamond"]2.sini kullandıgım zaman böyle bir hata aldım.[/size]

[img]http://www.tnctr.com/uploads/imgs/pre_1321786865__ekran_alnts.png[/img][/font][/size][/color][/b][/size]

Edited by Hasan.Kara
Link to comment
Share on other sites

biraz önce tekrar denedim sorun yok
ya kopyalarken hatalı kopyaladın
yada xml dosyasına extra birşey ekliyorsun...
neyse her ihtimale karşı upload ettim sorunsuz çalışıyor

sorunun düzelip düzelmediğini bildirirsen sevinirim

http://www.multiupload.com/252NJ12QYO

Edited by major_ata
Link to comment
Share on other sites

[quote name='major_ata' date='20 November 2011 - 17:24 ' timestamp='1321802688' post='1115001']
biraz önce tekrar denedim sorun yok
ya kopyalarken hatalı kopyaladın
yada xml dosyasına extra birşey ekliyorsun...
neyse her ihtimale karşı upload ettim sorunsuz çalışıyor

sorunun düzelip düzelmediğini bildirirsen sevinirim

http://www.multiupload.com/252NJ12QYO
[/quote]
Sorunu Düzelttim Teşekkürler.

Link to comment
Share on other sites

  • 1 ay sonra...
  • 2 years yıl...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...