Jump to content

LordWarlock

Member
  • Posts

    68
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by LordWarlock

  1. Updated ULZ file for Czech Office 2003 with SP3. office_2003_x86_csy.zip
  2. Multi-core/processor systems use ntkrnlmp.exe instead of ntoskrnl.exe
  3. Why not stick with the same commands and script files as with ResHacker? They work great. Although I would welcome some additional commands for renaming resources and changing their language without modification of their content (not useful for XPize, but it would be nice for translators). Also, the patcher should accept both, raw resources (like .bmp, .ico, .cur) and compiled resource (.res) files, like ResHacker does. The commands used by ResHacker are: -add ExeFile, SaveAsFile, ResourceFile, [ResType],[ResName],[ResLang] - adds new resources -addskip ExeFile, SaveAsFile, ResourceFile, [ResType],[ResName],[ResLang] - adds new resources, but skips existing -addoverwrite ExeFile, SaveAsFile, ResourceFile, [ResType],[ResName],[ResLang] - adds resources, overwrites existing -modify ExeFile, SaveAsFile, ResourceFile, [ResType],[ResName],[ResLang] - modifies existing resources, doesn't add any new -extract ExeFile, ResourceFile, [ResType],[ResName],[ResLang] - extracts specified resources as .rc script + raw binary files or as a .res file -delete ExeFile, SaveAsFile, [ResType],[ResName],[ResLang] - deletes specified resources Parameters in square brackets are optional, but the commas cannot be omitted. As I said, -rename and -setlng commands would be nice to have. The script file format is also simple: [FILENAMES] Exe=ExeFile SaveAs=SaveAsFile Log=LogFile [COMMANDS] -add ResourceFile, [ResType],[ResName],[ResLang] -addskip ResourceFile, [ResType],[ResName],[ResLang] -addoverwrite ResourceFile, [ResType],[ResName],[ResLang] -addoverwrite ResourceFile, [ResType],[ResName],[ResLang] -modify ResourceFile, [ResType],[ResName],[ResLang] -extract ResourceFile, [ResType],[ResName],[ResLang] -delete [ResType],[ResName],[ResLang]
  4. Could someone modify Czech xp-ul, in current list there is English version of KB925876, but a Czech version is already available from Microsoft, this is the modified part: <update id="KB925876" category="9" publishdate="2006-11-28" article="http://support.microsoft.com/?kbid=925876"> <!--http://www.microsoft.com/downloads/details.aspx?FamilyID=26f11f0c-0d18-4306-abcf-d4f18c8f5df9&displaylang=cs--> <title>Připojení ke vzdálené ploše (Klient Terminálové služby 6.0) pro systém Windows XP (KB925876)</title> <description>Tuto verzi Připojení ke vzdálené ploše (Klient Terminálové služby 6.0) lze nainstalovat do klientských počítačů se systémem Windows XP Service Pack 2.</description> <filename>WindowsXP-KB925876-x86-CSY.exe</filename> <url>http://download.microsoft.com/download/2/e/0/2e0f4236-2208-4f2d-8fcc-4e4c6730388e/WindowsXP-KB925876-x86-CSY.exe</url> </update>
  5. Did you edit the registry to make the DHCP start? I can't start it with the dependency there, but if I remove it, it works for me too.
  6. Perhaps because there isn't only English version of WMP/Windows?
  7. LordWarlock

    Burn XP ISO

    Just to be sure, did you burn THE ISO FILE or the CONTENT OF the ISO file?
  8. Well, not true, I used the textmode method even though I don't have RAID, and everything is working flawlessly. Btw. those new "Vista" drivers got rid of the famous ID 51 bug (Detected error during paging operation) for me.
  9. Actualy, it supports more colors, I tested images with 16bit colord depth and it works. The only limitation is, that it doesn't support real transparency, only binary transparency (everything in RGB:255,0,255 is fully transparent).
  10. ad 1) unpacked, decrypted (PeCompact is no problem, unpacked in 10 sec) ad 2) install and look for yourself Done, but still think my solutin is better than yours.
  11. This is weird. Had you tried to uninstall it properly, before you used the system restore. The setup does not replace the default logonui.exe, it only creates and patches a copy of it and changes one registry entry. If your default logon was not restored, save this as a .reg file and import it to registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "UIHost"="logonUI.exe"
  12. Yes the reg file should be created dependent on where windows is instaled but I think I will change it and use %systemroot% and I will add uninstall shortcut too. It should be quiet simple to integrate it to XPize, it uses the same patching method.
  13. It simply patches default logonui.exe (not directly, it creates a copy - look in %windir%\resources\logonui).
  14. I created small setup, which will install xpized logon screens (blue, green and silver). This setup is language independent, so the instaled logons will be in the same language as your system. When uninstaled, it will restore default xp logon. You can swithch colors and restore default logon using created Start menu shortcuts, or you could download Logon Loader. Download: removed (as requested by Seven Alive)
  15. I have the same problem and it's not because of the visual style. I tried several different visual styles/fonts/font sizes, and the dialog looks always the same.
  16. @XPero There would be no need to do translations if you patched the logon screen the same way you do with other files. It would be sufficient to make a copy of system logonui.exe (which is localized) and patch only the BMPs and UIFILE. The String Table should stay the same - that means localized. This is the ResHacker script for this: [FILENAMES] Exe = "Backup\logonui.exe" SaveAs = "NewFiles\logonuix.exe" Log = "Logs\logonui.exe.log" [COMMANDS] -modify "Resources\logonui.exe\UIFILE.xml", UIFILE, 1000, -modify "Resources\logonui.exe\100.bmp", BITMAP, 100, -modify "Resources\logonui.exe\102.bmp", BITMAP, 102, -modify "Resources\logonui.exe\103.bmp", BITMAP, 103, -modify "Resources\logonui.exe\104.bmp", BITMAP, 104, -modify "Resources\logonui.exe\105.bmp", BITMAP, 105, -modify "Resources\logonui.exe\106.bmp", BITMAP, 106, -modify "Resources\logonui.exe\107.bmp", BITMAP, 107, -modify "Resources\logonui.exe\108.bmp", BITMAP, 108, -modify "Resources\logonui.exe\109.bmp", BITMAP, 109, -modify "Resources\logonui.exe\110.bmp", BITMAP, 110, -modify "Resources\logonui.exe\111.bmp", BITMAP, 111, -modify "Resources\logonui.exe\112.bmp", BITMAP, 112, -modify "Resources\logonui.exe\113.bmp", BITMAP, 113, -modify "Resources\logonui.exe\114.bmp", BITMAP, 114, -modify "Resources\logonui.exe\119.bmp", BITMAP, 119, -modify "Resources\logonui.exe\121.bmp", BITMAP, 121, -modify "Resources\logonui.exe\122.bmp", BITMAP, 122, -modify "Resources\logonui.exe\123.bmp", BITMAP, 123, -modify "Resources\logonui.exe\124.bmp", BITMAP, 124, -modify "Resources\logonui.exe\125.bmp", BITMAP, 125, -modify "Resources\logonui.exe\126.bmp", BITMAP, 126, -modify "Resources\logonui.exe\127.bmp", BITMAP, 127,
×
×
  • Create New...