Jump to content

George King

Member
  • Posts

    395
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by George King

  1. @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
  2. @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
  3. @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"
  4. @AstroSkipper Can you explain me more bug you are talking about?
  5. @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"
  6. 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
  7. @Jakob99 If you integrated them into boot.wim you were able to see your eMMC in setup?
  8. 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?
  9. @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
  10. @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
  11. Wait and see. For example XP2ESD took 15 months before releasing 1.6 few days back.
  12. @semp I’m 100% OK with sharing my testing image. But do that only in PM to do not violate forum rules
  13. Mentioned symptoms shouldn't be on v1.6 there were like 15 months of development from 1.5.6. Really new and better tool
  14. This new release have these symptoms on your side?
  15. You can also try this tool to make it easy https://www.ntlite.com/community/index.php?threads/tool-windows-setup-aio-builder-for-7-10-with-install-wim-install-esd.1667/
  16. Download project from GitHub and these files to get latest discussed sources with added missing exports for latest 6.0 and 6.1 kernels targets and new functions for porting Generic SD/MMC driver from Windows 8.0 build 8056 EDIT: Drivers collection included in XP2ESD v1.6 already contains compiled ntoskrn8.sys with these sources. I still haven't tried new SD/MMC driver on real HW. Probably will see in few days when I reformat my Windows 7 Dell laptop that have SD card reader that match Generic HWID. LatestChanges.7z
  17. @GD 2W10 You can try to build image using XP2ESD v1.6 https://forums.mydigitallife.net/threads/tool-xp2esd-create-modern-windows-xp-installer-v1-6.82935/
  18. According to mentioned tutorial I don't think you need it, but I haven't tried it yet.
  19. To save some time, here can be downloaded mentioned extension https://o.rthost.win/boc-uxp/?sort=date&order=desc
  20. Yes, I did it using similar way. I found where is "problem" in my repack. After first launch you need to click on each yellow triangle and enable that plugin. After that can be language pack changed without issues But if you don't do that, there are no yellow triangles on second start and you need to remove that plugin and add it again manually from %ProgramFiles%\Mypal\chrome\extensions, then enable it and change language and restart Mypal. Now you have localized Mypal I will probably split LPs to extra installer with detection of default system language and install only needed LP. Plus I have scanned registry to make it as default browser too Will see this night about these improvements. Thanks, it's really simple repack with WinRAR. This one will be part of XP2ESD v1.6 release in few days
  21. Yes, no touch needed, but I found XPIs must be placed in both folders browser\extensions + chrome\extensions, otherwise nothing happends. So If anybody want, here is updated silent SFX installer. Contains all 24 languages in which were XP released + Adblock. Mypal is installed to %ProgramFiles%\Mypal + Desktop and Start Menu shortcuts are created. For future updating, just open EXE with WinRAR and update all files from newer Mypal release. This installer is must have for my XP2ESD project where will be included. Now I need to find out how to enable language pack to switch language, seems like nothing happends after click on "Enable" https://www.mediafire.com/file/opvx7nwirymkofz/Mypal-all.exe/file
  22. I finally managed it. Instead browser\extensions it must be Chrome\extensions. Then Mypal see plugins as installed without user touch
×
×
  • Create New...