Skip to content
⌘ NSIS Forum Archive

error

6 posts

SGI#

error

I have the following error:
!define: "MUI_ICON" already defined!
Error in script "C:\myinstallerfinal.nsi" on line 82 -- aborting creation process..
I tried to insert a ; before the icons and I have the error on the the other line "reservefile" and keep going with the errors.
The file used to been working in the NSIS downloaded on the date 09/30/03.

I downloaded I new version today 10/08/03 and nothing work anymore.
Joost Verburg#
As you can read in the sticky topic, all interface settings should be before the page macros.

If you have any problems with the reservefile macros check the Modern UI Readme for the available macros.
SGI#edited
Another error this time with the header immage....Already defined

THIS IS THE COMMAND:
;!define MUI_HEADERBITMAP "C:/BLA/BLA/Firstheader.bmp"
;!define MUI_SPECIALBITMAP "C:/BLA/BLA/secondheader.bmp"