Jump to content

The Glimmerman

Member
  • Posts

    144
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by The Glimmerman

  1. Well myselfidem, I followed the walktrough. And I have it working like the 2 first pics in my first post. Working so far. But when I add my autounattend.xml reload mysetup. I dont get my classic setup window like this But I get this Whats wrong. Autounattend.xml
  2. Oke, I'm going to follow the Walkthrough: Add Multilingual Support to Windows Setup. I did not integrate the winpe setup and client stuff. Is this needed. Because vlite or RT 7lite only speak over the languagepack and not the winpe language packs. Did u intergrate them? I have a english W7 x64 with modded dll's and is working. I'm going to integrate the dutch language packs. I will let you know how it worked out. Thx myselfidem. greetz glim
  3. Myselfidem you are a great help. I appreciate that. But your last suggestion didn't work. I modded all the files you named and still not working. I keep getting the vista/seven style white window with selecting my language. (source 516) Maybe I should not install the dutch LP in boot.wim only in install.wim. The LP in boot.wim is for the setup only. right? But then how does setup know that it could choose between english and dutch languages. Still work in progress
  4. Thanks myselfidem I've downloaded and integrate the new LP. And same problem. I noticed something else. Without the autounattend.xml the windows are in 'classic' style. see pictures With an xml its vista/seven style. (This is source 516 in spwizimg.dll) So the problem is not the lp it self. I'm editing the source 516 now as we speak. But my black background color and black text does not match. So now Í have to figure out how to change the text color. Still looking for an answer.
  5. fighting with windows 7 unattended. Does not compute :P

  6. Okey, I have a wierd problem and I hope that someone can help me out. I have a windows 7 x64 EN version. Slipstreamed the Dutch language pack. I altered in boot.wim index 2 the spwizimg.dll file (source 517 and 518) and changed setup.bmp and winpe.bmp So I have windows setup with a custom background. See Image. The First setup screen (Select language) has also my custom background. Also the second where I can change my keyboardlayout and change language. (see images above) When I add my Autounattend.xml with this in it I see this. I thought it was with the dutch language files, but there is no spwizimg.dll or spwizimg.dll.mui for that languagepack. So what must I do to get this to work. Hope That someone can help me out. Thx Glim My autounattend.xml <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <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"> <ComplianceCheck> <DisplayReport>OnError</DisplayReport> </ComplianceCheck> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>Never</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Value>4</Value> <Key>/IMAGE/INDEX</Key> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UpgradeData> <Upgrade>false</Upgrade> <WillShowUI>Never</WillShowUI> </UpgradeData> <UserData> <AcceptEula>true</AcceptEula> <FullName>The Glimmerman</FullName> <Organization>Damage Inc.</Organization> </UserData> <EnableFirewall>true</EnableFirewall> <EnableNetwork>true</EnableNetwork> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <BlockPopups>yes</BlockPopups> <CompanyName>Damage Inc.</CompanyName> <DisableAccelerators>true</DisableAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <FavoritesDelete>true</FavoritesDelete> <IntranetCompatibilityMode>false</IntranetCompatibilityMode> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> </component> <component name="Microsoft-Windows-SystemRestore-Main" 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"> <DisableSR>1</DisableSR> </component> <component name="Security-Malware-Windows-Defender" 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"> <DisableAntiSpyware>true</DisableAntiSpyware> </component> <component name="Microsoft-Windows-UnattendedJoin" 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"> <Identification> <JoinWorkgroup>NIKITA</JoinWorkgroup> </Identification> </component> <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"> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> <WindowsFeatures> <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer> <ShowMediaCenter>false</ShowMediaCenter> </WindowsFeatures> <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <RegisteredOrganization>Damage Inc.</RegisteredOrganization> <RegisteredOwner>The Glimmerman</RegisteredOwner> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>W. Europe Standard Time</TimeZone> <ProductKey>BUYO-RIGI-NALS-OFTW-ARE</ProductKey> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Sidebar" 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"> <Gadget1>%PROGRAMFILES%\Windows Sidebar\Gadgets\RebootRouter.Gadget</Gadget1> </component> <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"> <OEMInformation> <Model>XNi9070d 18,4" Laptop</Model> <Manufacturer>XXODD</Manufacturer> </OEMInformation> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>2</ProtectYourPC> </OOBE> <Themes> <ThemeName>Windows 7</ThemeName> <ScreenSaver>Ribbons.scr</ScreenSaver> <DesktopBackground>%SystemRoot%\web\wallpaper\Windows\img0.jpg</DesktopBackground> <DefaultThemesOff>false</DefaultThemesOff> <BrandIcon>c:\Windows\Resources\Themes\Windows7.png</BrandIcon> </Themes> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> <WindowsFeatures> <ShowMediaCenter>false</ShowMediaCenter> <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer> </WindowsFeatures> <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <RegisteredOrganization>Damage Inc.</RegisteredOrganization> <RegisteredOwner>The Glimmerman</RegisteredOwner> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>W. Europe Standard Time</TimeZone> <UserAccounts> <AdministratorPassword> <Value>MySecret</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> </component> </settings> <cpi:offlineImage cpi:source="wim:f:/7work/dvd/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  7. Restore Favorites HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\ShellFolder change value of "Attributes" DWORD to a0900100 Libraries-Restore Default Settings.reg
  8. I'm having troubles integrating drivers. I can add languagepacks disable features and remove features. All tests are ok in vmware. But when i'm integrating drivers I'm getting a bsod. Sometimes when adding a couple drivers it works, but when adding more I get a bsod. The drivers [Drivers] F:\7WORK\DRIVERS\nv_whql.inf_amd64_neutral_5a3a693bb0828011\nv_whql.inf=-$-$-$ NVIDIA_SetA_Devices,NTamd64.6.0,NTamd64.6.1 F:\7WORK\DRIVERS\XODD XNi9070D Drivers\07TouchPad\WinWDF\x64\synpd.inf=Mouse$08/14/2009$ 14.0.0.3$ SynMfg, NTamd64 ; (Standard types) F:\7WORK\DRIVERS\XODD XNi9070D Drivers\08WLAN\AWNE104H\91_92_SE_Driver\Win7X64\net8192se.inf=-$-$-$ Realtek,NTamd64.6.1 F:\7WORK\DRIVERS\XODD XNi9070D Drivers\01Chipset\W64\Ethernet\nvfd6x64.inf=-$-$-$ Nvidia,NTamd64.6.0,NTamd64.6.1$$2 F:\7WORK\DRIVERS\XODD XNi9070D Drivers\01Chipset\W64\SMU\smuc64.inf=System$ 06/29/2009$5.1.2600.0171 ;Changelist 4263372$NV,NTamd64$$2 F:\7WORK\DRIVERS\XODD XNi9070D Drivers\01Chipset\W64\IDE\WinVista64\sata_ide\nvstor64.inf=HDC$06/30/2009$11.1.0.30$NVIDIA, ntamd64.6.0, ntamd64.6.1 F:\7WORK\DRIVERS\XODD XNi9070D Drivers\01Chipset\W64\IDE\WinVista64\sataraid\nvrd64.inf=SCSIAdapter$06/30/2009$11.1.0.30$NVIDIA, ntamd64.6.0, ntamd64.6.1 Firts I thought it was the nvidia driver. So i did not integrate this one, and tested with wlan driver and mouse driver only. Test ok After that added the audio driver. And wham BSOD. Leaving out the audio driver and add lan driver. Wham BSOD. I tried everything. I have a xxodd laptop and finding updated drivers is a pain in the a... Even when I download a custom win7(x64) dvd with integrated driverpacks it also gives me a bsod. Last question: After selecting the drivers should i select them in which wim they should be installed or is 7lite doing this automaticly. Thx in advance, The Glim Lastsession1.inf
  9. @beatmaster Nice background. Can you tell me where I can download that background. I want to use it for my windows DVD. Thx Glim
×
×
  • Create New...