Skip to content
⌘ NSIS Forum Archive

Change icon

9 posts

Gluck#

Change icon

Hi,

I would change the icon of a launcher.
The launcher is not mine, so I haven' the source code to recompile it again with the new icon.

Can I change the icon? I've tryed with many editors, but the operation always fails...

Thanks.
Anders#
Originally Posted by Gluck View Post
I would change the icon of a launcher.
The launcher is not mine, so I haven' the source code to recompile it again with the new icon.

Can I change the icon? I've tryed with many editors, but the operation always fails...
Maybe you could provide some more information. Is it a NSIS based launcher? A link to it?

You can't normally patch a NSIS installer without getting a CRC warning.
Gluck#
Thanks for the answer, and sorry if I'm late...

@Pawel: I've tryed Resorce Editor too, Is one of the many that doesn't works...
@Anders: It's an old download, and I don't remember the link.
But I have the file, so I'lltry to updoad it.

It's a launcher for Cent Browser. I would change the fantasy icon in it with the original one.
Gluck#
I had problems to upload file...
Anders#
If you change the icon in a NSIS installer then you must disable the CRC check by hex-editing the firstheader.
Anders#
Change

00 00 00 00 EF BE AD DE 4E 75 6C 6C 73 6F 66 74

to

04 00 00 00 EF BE AD DE 4E 75 6C 6C 73 6F 66 74

in a standard installer. A silent installer might need to go from 2 to 6 instead.