Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Hello, Insertmacro error! (http://forums.winamp.com/showthread.php?t=144778)

lovedonny 5th August 2003 09:19

Hello, Insertmacro error!
 
1 Attachment(s)
Hello.

I have downloaded your lastest version of setup file.
after that I have updated to use CVS clean.
then I tried to compile nsi file to make exe file.
but there are some of problems, which is "!insertmacro" error.

here is error code.

!insertmacro: MUI_PAGE_LICENSE
!insertmacro: macro named "MUI_PAGE_LICENSE" not found!
Error in script "C:\euro9_setups\Setup_client\U9.nsi" on line 54 -- aborting creation process

Additionally, I attach file.

How can I fix this problem?

Afrow UK 5th August 2003 09:23

Have you tried placing LicenseDate before the MUI_PAGE_LICENSE.

-Stu

Afrow UK 5th August 2003 09:33

Maybe it's the order that the pages are placed?
Try moving the license page up or down.

The !macro is definately in System.nsh

If you cannot get it to work still, try replacing the !insertmacro with this (from the MUI_PAGE_LICENSE macro)
code:
!ifndef MUI_LICENSEPAGE
!define MUI_LICENSEPAGE
!endif

Page license mui.LicensePre mui.LicenseShow mui.LicenseLeave "MUI_INSTALLBUTTON_LICENSE"



-Stu

lovedonny 5th August 2003 09:34

If I remove "!insertmacro MUI_PAGE_LICENSE" line, next line comes to be error..

-Donny

lovedonny 5th August 2003 09:44

I think, the !insertmacro is problem..
Have you tried new version?

Afrow UK 5th August 2003 09:50

I am running on latest CVS myself.

I will try compiling the installer soon.

-Stu

Joost Verburg 5th August 2003 10:29

You are probably using an outdated version. Get the latest development snapshot at http://nsis.sf.net

lovedonny 5th August 2003 10:38

I have installed nsis20b3.exe version.

Sunjammer 5th August 2003 10:51

That is the most recent "release" but not the most recent version. As Joost says, get the latest development snapshot.

lovedonny 5th August 2003 11:01

I'm trying...

lovedonny 5th August 2003 11:03

cool.. the new version is working.. thankyou very much..


All times are GMT. The time now is 18:06.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.