Archive: error in macro mui_interface on macroline 61


error in macro mui_interface on macroline 61
Hello there!

I've just tried to compile an existing script using NSIS 2.11 that already worked with an former version (NSIS 2.08). Somehow the compiler ends up with the following error:

!insertmacro: MUI_PAGE_WELCOME
Error: File doesn't exist or is an invalid icon file
Error in macro MUI_INTERFACE on macroline 61
Error in macro MUI_PAGE_INIT on macroline 3
Error in macro MUI_PAGE_WELCOME on macroline 5
Error in script "C:\Source\Windows Clients\SMS-Manager\c-projects\win-client\Setup\SMS-Manager.nsi" on line 90 -- aborting creation process

I've also tried to comment out the ICON defines in the script as well as downgrading to 2.08. But it still keeps failing. Has anybody an idea what's going on here?

Any hint would be appreciated.

Thanks...
David


I've just encountered the same error a day ago. It was a frustrating hour until I've figured I was trying to build the installer from itsbackup location. :D Make sure the script and its resources are wehre you expect them to be.

Hope it helps.


k Thanks!

There was indeed a problem with the ressource paths. I've forgot that since the time also the drive letter has changed.

Cheers
//David