Page 1 of 1

Installer Error

PostPosted: Sat Dec 11, 2010 7:15 am
by ReiCow
Hey Guys,

When I try to build the installer in NSIS, I get the following error:

...
!insertmacro: MUI_LANGUAGE
!insertmacro: end of MUI_LANGUAGE
!insertmacro: LANGFILE_INCLUDE
!undef: "LangFileString"
!define: "LangFileString"="!insertmacro LANGFILE_SETSTRING"
!define: "LANGFILE_SETNAMES"=""
!include: "svn\smplayer\setup\translations\english.nsh"
Error: Label declaration not valid outside of function/section
!include: error in script: "svn\smplayer\setup\translations\english.nsh" on line 1
Error in macro LANGFILE_INCLUDE on macroline 11
Error in script "C:\cygwin\usr\local\src\install_testing\smplayer\smplayer\trunk\setup\smplayer-installer.nsi" on line 223 -- aborting creation process


I've tried this with various versions of smplayer checkouts, and I continue to get the same error. Does anyone have any ideas? (The pasted error is with the latest svn image.)

Thanks,
ReiCow

Re: Installer Error

PostPosted: Sat Dec 11, 2010 11:13 pm
by ReiCow
I fixed the problem. My Unsis wasn't properly installed.