SGI
8th October 2003 15:29 UTC
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
8th October 2003 15:34 UTC
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
8th October 2003 15:35 UTC
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"
Joost Verburg
8th October 2003 16:08 UTC
Again, all interface settings should be before the page macros.
SGI
8th October 2003 19:28 UTC
What Im concerning of the errors: ; is before the command but the installer still to read.
Joost Verburg
8th October 2003 20:33 UTC
That's not possible. There are probably other errors or you did not save your script.