Old 10th January 2008, 14:51   #1
columb
Junior Member
 
Join Date: Jan 2008
Location: Exeter, UK
Posts: 2
Instaling and registering fonts - erros

Hi!

I need to install and register fonts while installing other app. Following WIKI howto etc I've created this:


PHP Code:

!include FontRegAdv.nsh
!include FontName.nsh
 
Section 
"Fonts"
  
  
SectionIn RO
  
  StrCpy $FONT_DIR $FONTS
  
  
!insertmacro RemoveTTF 'LINEDRAW.TTF'
  
!insertmacro InstallTTF 'LINEDRAW.TTF'

  
SendMessage ${HWND_BROADCAST} ${WM_FONTCHANGE0 0 /TIMEOUT=5000

SectionEnd 


Fonts still seems to be uninstalled and installed correctly, registerd etc (on XP) but what I'm getting is:


PHP Code:
2 warnings:
  
unknown variable/constant "{HWND_BROADCAST}" detectedignoring (\Install\test_font.nsi:564)
  
unknown variable/constant "{WM_FONTCHANGE}" detectedignoring (\Install\test_font.nsi:564


I've been looking on google, on MSDN etc without any joy.
Could someone point me to the right direction? What I'm doing wrong or what is wrong with NSIS? Has anything changed in this matter in latest build? (I mean SENDMESSAGE).

I'm using the newest version of NSIS 2.34(and I'm not too sure but probably version 2.31 was working fine! Can't really test it now)

Many thanks in advance!

Cheers
Chris
columb is offline   Reply With Quote
Old 10th January 2008, 15:52   #2
Red Wine
Forum King
 
Red Wine's Avatar
 
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
!include WinMessages.nsh to resolve the ${WM_FONTCHANGE} definition.

${HWND_BROADCAST} seems not defined within your script.

Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV
Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS
Red Wine is offline   Reply With Quote
Old 10th January 2008, 15:56   #3
columb
Junior Member
 
Join Date: Jan 2008
Location: Exeter, UK
Posts: 2
Thank you very much!

That was the solution...

How could I miss that I don't really know
Sorry for wasting your time.

Cheers
Chris
columb is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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