Jump to content

Recommended Posts

Posted (edited)

In Windows NT 4.0 and some 2000 beta builds, "setup is loading files", "setup is inspecting your computer's hardware configuration", etc... are localized to each language.img1.daumcdn.png.56aacf87d13dfe4e2eaa0a543f6fa017.png

img2.daumcdn.png.84cfbff4562464b7d3f2c58cd1c43c10.png

Translation: "Setup is inspecting your computer's hardware configuration" (above), "Setup is loading files (Windows 2000 Executive)" (below)

 

I opened SETUPLDR.BIN in notepad++, then found several localized strings. but it can't be modified on most resource editors, since it is not 32-bit file.

 

So How should we add localized strings to that file?

 

Edited by doldolekim

Posted (edited)
On 9/20/2024 at 5:48 PM, George King said:

You can HexEdit that file, just keep same length for your new strings. It must be same or shorter.

one CJK character occupies two bytes. So editing would be limited. If I want strings longer than original, then recompiling SETUPLDR from leaked source is only answer?

Edited by doldolekim
Posted
52 minutes ago, doldolekim said:

one CJK character occupies two bytes. So editing would be limited. If I want strings longer than original, then recompiling SETUPLDR from leaked source is only answer?

Probably yes, maybe you can find how to properly extract string from this BIN format and then mod it. For example, like Resource Hacker can add longer strings without any issues. I quess recompiling is only way to fully translate it at the moment.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...