Jump to content

mnlk2

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

About mnlk2

mnlk2's Achievements

0

Reputation

  1. i think it's this line: <ComputerName>*</ComputerName>
  2. try to remove this line: <selection name="OpticalMediaDisc" state="false" /> and remove you unattend file at attachement, remove the key and repost the new one ^^
  3. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <FolderLocations> <ProfilesDirectory>E:\users</ProfilesDirectory> </FolderLocations> </component> </settings> <cpi:offlineImage cpi:source="catalog://server/wim/pro x86/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  4. if i've understood correctly, you want integrate update into a .wim ? if i'm right use this command: DISM.exe /Image:F:\7Work\mount /Add-Package /PackagePath:F:\7Work\update mount folder-> where your .wim is mounted update-> where is all your .msu or .cab with this command you can integrate all update / LP in 1 time
  5. it's registred in the .theme file open it with notepad and see the line 5: DisplayName=Aion that's in my custom aero.theme
  6. you can rename the origininal aero as aero_default et name your custom theme aero, when you 'll open personalize menu, aero will be displayed like an "installed" theme and your custome theme like the defaut "aero"theme, whis his own name look at screen :
  7. <CustomDefaultThemeFile>C:\Windows\Resources\Themes\xxxxxxxxx.theme</CustomDefaultThemeFile> is deprecated in win7 unnated, the only way i've foud is making my own theme (with wallpaper saved in windows\web\wallpaper), rename it aero and finally replace original aero.theme in install wim
  8. in Autounattend.xml try to remove all part containt your local account, and admin password (just for test if unattended install works) and try to change all entry like that: <InputLocale>0409:00000409</InputLocale> by <InputLocale>en-US</InputLocale> win7 allow it but i think the better way for install apps, is install W7 non unattended, at the first boot in OOBE pres ctrl+shift+F3 to enter in audit mode and install all your apps (!!! never close sysprep windows in audit mode!!!) you can safely reboot if it's needed. when all apps are installed go to "%windir%\panther\" check in unattented.xml at "setting pass" line and remove: wasPassProcessed="true" after the pass name. then kill "wmpnetwk" in taskmanager and sysprep /generalize /oobe /reboot (or stop) and capture image offline sorry for my very bad english
×
×
  • Create New...