How i can edit the Windows XP setup screen?

0

1

I am making a custom Windows XP installer for education. I need to replace the "Windows Setup" string to another string, like "MediaCenter Setup".

enter image description here

progx98

Posted 2016-01-21T18:03:38.157

Reputation: 3

1What makes you think this is even possible? – Ramhound – 2016-01-21T18:07:53.733

Because it is possible to edit the file resources with Resource Hacker, i just dont know which file to edit to replace this string – progx98 – 2016-01-21T18:52:30.013

WINNTBBU.DL_ try looking through the .DLL i know this one in particular can change the background. So what you are looking for may be in there. you would just need to extract it with winrar and play around with it. – NetworkKingPin – 2016-02-01T06:39:07.913

No answers