Jump to content

bfc_xxx

Member
  • Posts

    156
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Greece

Everything posted by bfc_xxx

  1. Did you integrate all the updates from my list? Cause if you did, there are updates that must not be integrated which do give out a these error messages during Win7 install, these are KB2603229, KB2533552 and KB2506143! THANK YOU!!! VERY very very awesome work. Greatly appreciated thanks again!! I will add this to my notes so I don't integrate again in the future. I Always integrate! thanks! I had same problem. I removed those updates and it is fixed. Many thanx
  2. Do you make also unattended install of .NET Framework?
  3. Hi Mimo! I also tested the beta_J v3 and WU is totally happy. Thank you very much for your work. It's impressive.
  4. If you need the reg file to restore quicklaunch make a reg file and copy paste this:
  5. You wouldn't want that line here, read the description: This zone contains Web sites that could potentially damage your computer or data. I'd change that to reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4" /v "1806" /t REG_DWORD /d 3 /f (the default) or delete the line. GL Thank you. I fixed that now.
  6. This didnt work me: But this worked just fine:
  7. Can you convert this to a common registry file??? Or how do you import this to registry??
  8. Yes, it's really a bed news. Fortunately tommy's script has a really good state. Hopefully for the rest of all coming updates. And yes, I will maintain the filechecker and XP-list for the future... That's what was on my mind. The script is in good state and there are no big changes coming for windows xp (like new MP, DX or IE), so next updates propably will be integrated with the script. Anyway xp seems aged OS this would have happened. Less support from Microsoft and also less 3rd party tools. So next months I will make a final HFSLIP cd with as much updates as possible and start playing with another OS.
  9. Can you give an example? eg how to integrate latest NVIDIA and ATI drivers??
  10. Ok, if you decide to redistribute it, are you ready to help hundrends of users, answer their questions and develop the script to solve their problems??? And also if you change the license and permit the use to corporate enviroment are you ready to face the lawsuits from large companies in case something goes wrong?
  11. Yea its better to mount the image edition you want (home basic, professional etc). Use the dism commands i gave u in my first post.. Correct me if I am wrong but he has to expand (at least for nvidia) the drivers before using "your" dism commands.
  12. After you integrate the language in your source change this in AutoUnattend.xml: <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage>
  13. Thank you both for usefull information!!!
  14. I want to apply some tweaks in my unattended dvd but I cannot find what the registry entries must be. The tweaks I am looking are: 1)add run command in start menu 2)make the icons of the taskbar small 3)show more details when windows shutting down
  15. Thank you. It worked. Just a small correction: <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>false</PlainText> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> </Password> <Group>Administrators</Group> <DisplayName>maxXPsoft</DisplayName> <Name>maxXPsoft</Name> </LocalAccount> </LocalAccounts> </UserAccounts>
  16. I have created an autounattended xml and I want one user to be created without password and autologon. The problem is that the setup finishes and at logon screen says "wrong password" Can anyone see what am I doing wrong? <?xml version="1.0" encoding="utf-8"?> <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>el-gr</UILanguage> </SetupUILanguage> </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"> <UserData> <Organization>user</Organization> <FullName>user</FullName> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" 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"> <EnableLUA>false</EnableLUA> </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"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>4</LogonCount> <Username>user</Username> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <SkipMachineOOBE>true</SkipMachineOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>GTB Standard Time</TimeZone> <ComputerName>user-PC</ComputerName> </component> </settings> <settings pass="specialize"> <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> </unattend>
  17. Ooooh yes I understand, that's the manual way. I managed to change the setup screen language with some tool. I guess that when unattended file is used then the setup language is not important because it is supposed to be unattended and that's why is always at english. yea exactly its the manual way . Hm possible, im not sure or maybe its just a component in unattended that makes it skip language selection for setup. Hi Grabben. After some try and error I didnt manage to select the setup language but I managed to change the setup language from Autounattend.xml You can change in Autounattend.xml these lines and set whatever language you want: Then the setup will be in the language you want.
  18. Ooooh yes I understand, that's the manual way. I managed to change the setup screen language with some tool. I guess that when unattended file is used then the setup language is not important because it is supposed to be unattended and that's why is always at english.
  19. Can you explain what this exactly does? Also there is no fontmui for all languages. eg there is no winpe-fontsupport_el-gr.cab
  20. After many tests I found out that when I integrate a language but not make the install unattended I can have this screen: but when the Autounattend.xml is present that screen is not present. Can anyone tell me why this is happening?
  21. For educational purposes I want to change the language of the setup of Windows 7. I mean the whole installation to be in the selected language. This can be done when you select the language in the beggining of the setup like this: The only I succeed to do was this (but setup is in english): How this can be done?
  22. I want to add languages on a windows 7 dvd. I made some tests but everytime when setup starts I see this screen: but I want this so the setup will be also at the same language: is it possible?
  23. It's a correct behavior When using IE8, then IE8-WindowsXP-KB980182-x86-ELL is mandatory (Sec-Upd) and WindowsXP-KB980182-x86-ELL is optional to fix an error described here, and this is my solutionfor this fix. Thank you for the usefull information. I have one more question. I use the useless kb976002-v5 to keep the WU happy but at first logon there is the popup for choosing the web browser we want to use. Is there any registry key to skip that??
  24. I have in HF folder IE8-WindowsXP-KB980182-x86-ELL but hfslip says that also WindowsXP-KB980182-x86-ELL is missing. Is this normal? I think it should be the one or the other.
×
×
  • Create New...