Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 14th November 2005, 10:28   #1
onad
Senior Member
 
onad's Avatar
 
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"
onad is offline   Reply With Quote
Old 14th November 2005, 18:07   #2
Anders
Moderator
 
Anders's Avatar
 
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
Anders is online now   Reply With Quote
Old 14th November 2005, 19:19   #3
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
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
kichik is offline   Reply With Quote
Old 14th November 2005, 20:41   #4
onad
Senior Member
 
onad's Avatar
 
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.
onad is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump