Jump to content

George King

Member
  • Posts

    328
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by George King

  1. In various XP / 2003 languages are Documents and Settings / Program Files / Administrator / Start Menu translated. It's stupid, but you can safely use environment variables to overcome this issue And of course all coded paths must support spaces to avoid future problems
  2. @AstroSkipper Will let you know in few hours, I'm still out of my testing machine
  3. There already exist OpenVPN 2.5.4 for Windows XP https://winraid.level1techs.com/t/openvpn-v2-5-4-for-windows-xp-and-windows-server-2003-x86/39894 or https://sourceforge.net/projects/openvpn-for-windows-xp/
  4. If it can be 10 lines tutorial, then yes. There are bunch of needed steps that must be done. It´s up to you, download toolkit and play with that If you would like to create XP/2003 universal image based on modern installer. I’m not going to spend days to create tutorial for manual job If somebody tell me reason about downloading 4GB, sorry. It´s still smaller than downloading Windows 10 ISO. And of course to create XP2ESD image you need both 7 and 10 too (can be based on 10 only).
  5. You can do it without them, nothing is forced. Just simply inspect configurable options in config.ini.
  6. I means this Furthermore, some final test have to be performed to finish private testing. And then, very soon, the beta testing can be started.
  7. @Jakob99 Here is my next attempt, INFs are fixed and with all available translations that exist in Windows 8.0 RTM, whole INFs are 8.1 based. Hope it will succed now. sd+mmc_generic_driver.7z
  8. @Jakob99 I have probably found whats wrong. I performed some tests on INFs and seems like they are broken a bit. I will upload fixed files soon, when I confirm they passed my tests with INF parsing
  9. @Jakob99 What happends when you try to boot Windows 8.0 installer on your machine? Can you see your disk device? Also would be great if you can do same test with Windows 8.0 build 8056. EDIT: Windows 8.0 beta download links https://windowsbase.pl/w8beta.php
  10. @AstroSkipper I saw that in past. It was not bug in start /wait, but it was caused by used workaround in called app by using some kind of "SendKeys" commands. Of course, when you need to wait until is finished, another crazy workaround is possible. start /wait "XX" cmd /c start mypapp.exe And it can be also launched using invisible.vbs. Yes, it's crazy, but doable, until problematic code in called app is fixed And yes, there could be like another 1000 different reasons why you see it as "bug"
  11. @AstroSkipper It's not buggy you need to add Window Title. Example of correct order. You find like 10.000 lines of code in XP2ESD, you can take many code examples there start /wait "SDI" "%~dp0SDIO.exe" Using CMDOW is bad, it's flagged as virus from like 2006. Use native VBS instead to run application silently. Invisible.vbs (accepts parameters too) ' Run hidden cmd with arguments Dim Args() ReDim Args(WScript.Arguments.Count - 1) For i = 0 To WScript.Arguments.Count - 1 Args(i) = """" & WScript.Arguments(i) & """" Next CreateObject("WScript.Shell").Run Join(Args), 0, True And then use it this way %WinDir%\System32\wscript.exe //nologo "invisible.vbs" "%~dp0apps\Cleanup.exe"
  12. Why not follow this tutorial to add one missing function? There is example how to extend GDI32 with custom function as GDI42. https://www.codeproject.com/Articles/17863/Using-Pragmas-to-Create-a-Proxy-DLL
  13. @Jakob99 If you integrated them into boot.wim you were able to see your eMMC in setup?
  14. Have you added newly compiled ntoskrn8.sys from latest sources mentioned after that? Or have you tried these ported drivers from latest XP2ESD which already have it?
  15. @Jakob99 We finally managed to get working Windows 8.0 build 8056 Generic SD/MMC driver under XP. Here are same drivers for Windows 7 (ntoskrn8.sys is compiled as W7 target). EDIT: Broken files removed, see post bellow for updated files
  16. @GD 2W10 @Damnation Yes, many more ported drivers are in collection. Currently my latest attempt seems to be success and we have now Generic SD/MMC driver from Windows 8.0 beta 8056 for XP/Vista/7 according to @Andalu tests with latest kernel extender
  17. Wait and see. For example XP2ESD took 15 months before releasing 1.6 few days back.
  18. @semp I’m 100% OK with sharing my testing image. But do that only in PM to do not violate forum rules
  19. Mentioned symptoms shouldn't be on v1.6 there were like 15 months of development from 1.5.6. Really new and better tool
  20. This new release have these symptoms on your side?
×
×
  • Create New...