Archive: UMUI installation problem


UMUI installation problem
Hi everyone,

I downloaded UMUI and I have been playing with it for a couple of days.

The interface seems quite intuitive and I have been able to run several basic scripts. However, every time I try to run the provided examples it does not compile (e.g. MultiLanguage.nsi). Triggering the same error:

"
.......
!insertmacro: MUI_LANGUAGE
!define: "UMUI_WELCOME_SUBTITLE" already defined!
!include: error in script: "C:\Program Files\NSIS\Contrib\UltraModernUI\Language files\French.nsh" on line 9
Error in macro MUI_LANGUAGE on macroline 6
Error in script "C:\Program Files\NSIS\Examples\UltraModernUI\MultiLanguage.nsi" on line 51 -- aborting creation process
"

I checked that UMUI.nsh file and is the macro below the one that creates the error.

!macro MUI_LANGUAGE LANGUAGE

!verbose push
!verbose ${MUI_VERBOSE}


!include "${NSISDIR}\Contrib\UltraModernUI\Language files\${LANGUAGE}.nsh"


!include "${NSISDIR}\Contrib\Modern UI\Language files\${LANGUAGE}.nsh"

!verbose pop

!macroend


Any ideas?

Additionally, I have started creating some pages and when I try to use the "
!define UMUI_SKIN "gray" command, it does not load the respective images.

It seems to me that both problems are interrelated. Some path is not correctly loaded or something like that.

Any help will be greatly appreciated.

Thanks,
Jaime


You may be having the same problem I experienced. Take a look at this:
http://forums.winamp.com/showthread.php?t=330280


Thanks; it got solved the problem.