|
|
#1 | |
|
Guest
Posts: n/a
|
Quote:
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Jul 2004
Posts: 36
|
Hi, have you tried to hit "F5" when in Explorer ? Maybe all is needed is just a refresh.
KenA |
|
|
|
|
|
#3 | |
|
Guest
Posts: n/a
|
Quote:
it looks like there is something wrong with my icons. does anyone know if the icons need to be in some exact format (size, colors)? |
|
|
|
|
#5 | |
|
Guest
Posts: n/a
|
Quote:
something more technical on embeding icons in applications would be helpful. now i'm digging through msdn.com but can't find anything useful. |
|
|
|
|
#6 |
|
Major Dude
Join Date: Jan 2005
Location: Oregon Coast
Posts: 737
|
Little off topic:
I'm not sure where you got the link "Originally posted by Comperio" message in your original post, but near as I can tell, I've not been involved at all in this discussion. (???) Back to your issue: Before pulling your hair out with troubleshooting NSIS, it may be worthwhile to take a step back and make sure that you can assign the icon properly in Windows by manually editing your file types. (You don't say what version of Windows, but assuming Windows XP, you can to to TOOLS and FOLDER OPTIONS, click on the FILE TYPES tab to get a list of all known extension. Simply pick the extension you need to edit and click on the 'advanced' button. From there, you can change the icon.) You could also create a manual shortcut from within Explorer and assign the icon there. If the icons work properly in Windows, then you know there is nothing wrong with your EXE's icons. Also: this plugin may help refresh explorer after changing the icon in your installer. And a few links from MS: http://support.microsoft.com/kb/q132668/ http://msdn.microsoft.com/library/de...winxpicons.asp and finally an interesting forum article from MSDN: http://forums.microsoft.com/MSDN/Sho...70920&SiteID=1 |
|
|
|
|
|
#7 |
|
Guest
Posts: n/a
|
I'm having the same problem.. I've searched the internet for a long time, but I didn't find a solution until now... I hope this thread is going to enlight my 'problem'.
|
|
|
|
#8 |
|
Junior Member
Join Date: Feb 2006
Posts: 1
|
I'm having the same kind of problem. On one computer the icon apears correctly, and on another I've got the default windows exe icon. After having done several trials and check everything, it seams that it does this as soon as the intall file is bigger than 200 Mb like (i.e. with the same install script, the icons appears when the install file is not too big). Don't know if it comes from windows (probably) or from NSIS.
|
|
|
|
|
|
#9 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
halutotale, the two problems aren't related. Your problem is a known issue. Windows sometimes skips icons of files that large. Search the forum for more information on this.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#10 |
|
Guest
Posts: n/a
|
I'm having the same problem...
/me on win xp 64 |
|
|
|
#11 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
To get around the problem described in the first post, use this code after creating the association:
code: NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|