Skip to content
⌘ NSIS Forum Archive

error in macro

4 posts

jcgonzales86#

error in macro

Hi, I tried to compile a script created with wizard but i get this error:

Error in macro MUI_INTERFACE on macroline 64
Error in macro MUI_PAGE_INIT on macroline 2
Error in macro MUI_PAGE_WELCOME on macroline 5

but I don't know how can I solve this problem.
I'm using hm nis edit 2.0.3

thanks....
zebedee#
What was the answer

The message further up wasn't something like 'Error while loading icon from "graphics\orange-install.ico": can't open file' was it?

That's what I have with these error lines, and I can't fix it as yet. Using 2.0.3
zebedee#
In my case it was an incomplete copy of the script execution environment; the file mentioned did not exist, not so much can't open as can't find. Because of the relative path I assumed that it was looking in the NSIS folders where the file originated, but it wasn't. Never mind.