Forum: NSIS Discussion
22nd October 2007, 10:46
|
|
Replies: 13
Views: 5,653
|
Forum: NSIS Discussion
22nd October 2007, 08:56
|
|
Replies: 13
Views: 5,653
Hi Anders,
Thx for the link you provided. I...
Hi Anders,
Thx for the link you provided. I already played around with FontReg.nsh awhile ago, but couldn't get it to work back then. Now I can, so my font problem is solved !
It works perfect...
|
Forum: NSIS Discussion
19th October 2007, 16:51
|
|
Replies: 13
Views: 5,653
Hi Wizou,
You're right !!! I used the dos...
Hi Wizou,
You're right !!! I used the dos box to scan for my font and it was there ! Process Monitor already showed me that the font was copied correctly to the fonts folder.
So I changed my...
|
Forum: NSIS Discussion
19th October 2007, 15:24
|
|
Replies: 13
Views: 5,653
|
Forum: NSIS Discussion
19th October 2007, 14:54
|
|
Replies: 13
Views: 5,653
|
Forum: NSIS Discussion
19th October 2007, 14:15
|
|
Replies: 13
Views: 5,653
It fails to copy the font in the $FONTS...
It fails to copy the font in the $FONTS directory. The funny thing is that it does register the font. So my program runs normal shortly after installation, but not anymore after you restart the...
|
Forum: NSIS Discussion
19th October 2007, 10:50
|
|
Replies: 13
Views: 5,653
installing fonts on Vista
Hi all,
I'm having problems installing a font in de $FONTS directory of Windows Vista.
I use this code which works great on Windows XP
To copy the font :
SetOutPath $FONTS
File...
|