Jump to content

garetjax76

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by garetjax76

  1. Hi! I had the same problem with a danish version. And solved by doing so: Find line 74, that looks like: $resource = DllCall("user32.dll", "long", "LoadString", "long", $xpsp2resLib[0], "long", 16201, "str", "", "long", 256). Change 16201 to 16150. The two text-string is alike in the English version, but different in the Danish version. Best Regards, Martin. 16150 also works with Italian XP, so I think this is the right string to be used. If you're trying this on a non-English XP, I suggest to try first 16150. If it still doesn't work, you should download and install Resource Explorer, open xpsp2res.dll and search around the strings 1000-1014 for the caption of the wizard dialog box in your language (in the right panel). The number of the string is the number to be used instead of 16201.
×
×
  • Create New...