WINAMP.COM | Forums > Developer Center > NSIS Discussion > Installer with no icon |
Last Thread
Next Thread
|
| Author |
|
|
CrushBug Member
Registered: May 2005 |
I am sorry, you are saying you don't want an icon and then you end the question with 'show the default icon'? Which is it? Do you want an icon or not? |
||
|
|
|
Animaether Major Dude
Registered: Jun 2001 |
I suspect he wants an icon, but he wants it to be the icon as seen for an executable that has no icon resource itself. |
||
|
|
|
CrushBug Member
Registered: May 2005 |
Ah, yeah, ok, if that is it, do what Animaether says |
||
|
|
|
Backland Senior Member
Registered: Sep 2006 |
Sorry, yes I meant the default windows icon for executables which Windows disaplays when there is none set in the actual exe. |
||
|
|
|
Animaether Major Dude
Registered: Jun 2001 |
not seeing any |
||
|
|
|
{_trueparuex^} Senior Member
Registered: Dec 2005 |
Not sure if it will work, but you could try to remove the icon from the installer with tool like Resource Hacker. Just add "CRCCheck off" in your script so you don't get CRC error when you run the installer. __________________ |
||
|
|
|
v-tal Junior Member
Registered: May 2002 |
Turning CRCCheck off is not good thing. |
||
|
|
|
Yathosho Forum King
Registered: Jan 2002 |
!packhdr with ResourceHacker should just work well, i'm using it to add a 2nd icon to the installer. i'm wondering though how windows treats an exe without icon. will it display that empty window icon? __________________ |
||
|
|
|
Animaether Major Dude
Registered: Jun 2001 |
yes, it displays the empty window icon, flat if it's small, the fancy angled+shaded one if it's big (XP anyway). |
||
|
|
|
{_trueparuex^} Senior Member
Registered: Dec 2005 |
Yes !packhdr is definitely the right way to go. __________________ |
||
|
|
|
Backland Senior Member
Registered: Sep 2006 |
Thanks for the help guys. |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
You just need to put that code into your script. __________________ |
||
|
|
|
Comm@nder21 Major Dude
Registered: Jul 2003 |
very nice and clean solution, i like it __________________ |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > Installer with no icon |
Forum Rules:
|