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
  10. Nobody.. I found out that after the reboot (installing updates) Setup continues and the RunSynchronousCommand in pass="specialize" will be executed at the end. After running the commands the computer reboots again and will login. I need a way to run a custom script @ the beginning of pass 4 specialize. Right after the first reboot.
  11. If u have this " and this -m" in your xml then it won't work.
  12. Here ya go. Copying user profile
  13. The firstSynchronous Command \ Pass 4 specialize. The second Synchronous Command to Pass 4 specialize according 'firegeier' Now we create an AutoLogon for the Administrator account in audit mode. So we add Windows-Shell-Setup \ AutoLogon component to auditSystem pass: Put this in Pass 6 auditUser: The last command must be: Installing applications
  14. Hey guys, After years of using Windows XP and keeping vista on the bookshelf. I'm trying Windows 7 Making an unattended Windows 7 DVD. My question is the following. When running the setup, after the fase where the updates are installed. (installing updates) The computer does do a reboot. After the reboot setup continues. Is it possible after the first reboot to run a script. Before the setup i have this in winpeshl.ini [LaunchApp] AppPath=%Systemdrive%\Scripts\Pre-Setup.exe I want this to continue after the first reboot. Hope someone can find me a solution. Unattended Vista/Windows 7 is very different than XP But I'm a quick learner. Greetz
  15. Maybe you can make an AutoiT script en run that in winnt.sif [GuiUnattended] DetachedProgram="%SYSTEMROOT%\SYSTEM32\ASK-KEY.EXE"
  16. @ Arie If you read the title. Its RunonceEx by inf not cmd. But thanks for the reply.
  17. Hey Guys, I need some expertice. I've read some topics about runonceex inf install, but my problem still exists. This is my inf file: [Version] Signature="$Windows NT$" [SourceDisksNames] 1 = %cdname%,%cdtagfile%,,\I386 [DefaultInstall] AddReg=RunOnceEx.Addreg [RunOnceEx.AddReg] HKLM,"%RunOnceEx%\",Title,0,"(CDROM Drive: %1%)" HKLM,"%RunOnceEx%\",Flags,0x00010001,20 [Strings] cdname = "Windows XP Professional CD-ROM" productname = "Windows XP Professional" cdtagfile = "\win51ip" My problem is when the inf is executed by cmdlines it works but the driveletter for my cdrom is the path where the inf is executed. "D:\$OEM$" I tried: 1 = %cdname%,%cdtagfile%,,\I386 1 = %cdname%,%cdtagfile%,,"" Even changed the variable %1% to %1 or %01% but it doesn't work. I have my additional software in the I386 directory named SOFTWARE. I like a clean TOC What am I doing Wrong.
  18. How many space available on HD? I found this on the net? Maybe it will help.
  19. Yeah. He's back again.
  20. I hope this project is not dead. I like the micro version. In the mean time is there somebody who can share the "NeroLite7590SDK" file. I want to make my own micro version. I tried google but the only link i see is http://dsm-live.com/nerolite/NeroLite7590SDK.7z and that one is dead. thx
  21. @Plamdi I use this method and I've got no problems intergrating IE7. I must say I'm installing IE7 with runonceex. not at t-13 The only problem I have is with HTA files. Before IE7 its opened with the right size now its full screen
×
×
  • Create New...