Application: XN Resource Editor
Category: Utilities
Description: XN Resource Editor is a Open-Source utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems.
Download Pre-Release 4
[865KB download / 1.0MB installed]
(MD5: 3924c88c30d5ced2ef1b6d611943b0c2)
Release Notes:
Pre-Release 2 (2008-09-02): Fixed minor bugs, added new installer
Pre-Release 1 (2008-06-13): Initial release
I'm pretty sure that the license is wrong.
Insert original signature here with Greasemonkey Script.
the license is for the portable part right?
Please search before posting. ~Thanks
no...
Like FFP, the main app is the basic infrastructure after all.
Insert original signature here with Greasemonkey Script.
ill change it tom
Please search before posting. ~Thanks
I've just tested it for a few minutes with vista ultimate sp1, and it works well so far and leaves nothing obvious behind
Finally back on a Windows machine for a bit, so here's some small stuff I picked up on.
;Website
in the source to \XNResourceEditorPortable, as well as the !defineWEBSITE
.!define PORTABLEAPPNAME
to XN Resource Editor Portable, and the!define APPNAME
to XN Resource Editor.And that's it assuming you compressed and the icon is right.
Nice work... it's handy to have this portable.
take a look
Please search before posting. ~Thanks
ok
I've just tried Pre-release 2 with vista ultimate sp1. I haven't had any noticeable problems so far, and it leaves nothing obvious behind.
but shouldn't be the filename XN_Resource_Editor_Portable_3.0.0.1_PRERELEASE_2_en_us.paf.exe?
Who uses correct version numbers these days anyways?
I do. All my releases use correct version numbers
Nice work
Try and load firefox.exe and click on an icon group. Gives "Pixel Format Not Valid for Icons or Cursors." for me, continuously. :/
Also, it hasn't been updated since December, 2005, so I'd say it's not going to be fixed any time soon. In fact, due to the age, it may be better just to drop this
"If you're not part of the solution, you're part of the precipitate."
1: Is this a problem with the portable version or Then XN team?
2: It doesn't just show that on FF. It also does the same thing on many other programs.
This is due to Vista icons since, technically, they are not a valid ICO format in terms of the older spec (when XN Resource Editor was last updated). Registry Hacker shows an "Out Of System Resources" error in the same instance since it doesn't understand compressed 256px PNGs wedged into an ICO either (though it does then fail more gracefully and let you continue or export).
You could chalk it up to a known issue that only affects accessing icons in Vista format. Since it is open source in Delphi, maybe we can fix it.
Sometimes, the impossible can become possible, if you're awesome!
I was able to open songbird.exe which has Vista-size icons, so I don't know if that's entirely the problem.
"If you're not part of the solution, you're part of the precipitate."
Depending on how Songbird included it, they may have included it as a 256px icon in standard (BMP) format. It could just be the compressed PNGs that give both resource editors fits.
Sometimes, the impossible can become possible, if you're awesome!
Just thought you should know that you used the wrong word, 'Registry Hacker' should be 'Resource Hacker'.
Drop it?... December, 2005? oh
Hey, for me at least the download link doesn't work it brings me to http://patrickpatience.com/nascent-project/powerjuce/XN_Resource_Editor_...
on that page it says :
Not Found
Sorry, but you are looking for something that isn't here.
That's my bad from a previous incident. I believe powerjuce has a copy, but it anyone else has a copy please email it to me from the contact page on my site and I'll get 'er uploaded.
alright, sounds good!
Well, I have it at home. Patrick, if noone is faster than me, I'll send you a copy or link tomorrow.
That'd be swell!
I have a copy, I just never uploaded it as this project was sorta dropped, but anyway I will upload it tonite
Please search before posting. ~Thanks
Wow, but where is the changelog?
Yeah, Where is it?
There's a problem with the registry handling in this launcher.
The HKLM backup/restore section (lines 218 - 220 and 255 - 258) is being skipped if there's no local installation so, if you're logged in as admin, the key "HKEY_LOCAL_MACHINE\Software\Woozle" is left behind. You can generate this key for testing purposes by going to "Help/About..."
The two sections are currently...
In the above, line 220 (MoveKey HKLM) is referencing different keys anyway.
I have fixed it by changing them to...
Which seems to sort it out.
Thanks for the program. Hope I'm helping