|
|
#1 |
|
Senior Member
Join Date: Dec 2004
Location: Turkey
Posts: 447
|
Why do uninstaller and installer need same iconsize?
I would like to know what the philosopy is behind the idea that uninstaller and installer need same iconsize for a custom added icon.
IMHO this should be up to the script and installer writer which icons to include. "Just do it" |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,779
|
because the icon header is used by both installer and uninstaller (to save space) only the actual bits that make up the picture can be different
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
Actually, it's this way so there'll be no need to include a full blown resource editor in the installer but only in the compiler.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Dec 2004
Location: Turkey
Posts: 447
|
Yes, that part of a response I expected :-) , so it is not really a philosopy only than than that to have less code.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|