Archive: StartMenu won't compile


StartMenu won't compile
Hi all,

I get the following error when trying to compile the StartMenu.nsi example:

!insertmacro: macro named "MUI_STARTMENU_DELETE_BEGIN" not found!

The example is fresh out of the box. I haven't modified it - so there's no reason it should produce errors, but it does. I'm trying to add startmenu support in my own installer and it produces the same errors. So I am stuck until someone can tell me what's going wrong because the example script won't even work.

Thanks in advance.

-AnT


I have no problems compiling it. Make sure you have updated all of the files from CVS and not just the examples.


I just found out that it was because I was compiling the examples that I found in the on-line help. The examples installed with NSIS on my hard drive all compile fine.

Thanks :)


Use NSIS Update to get the latest NSIS version, so you can use these new features.


Thanks, will do. I thought I had the latest version because I only downloaded it a few days ago.


This page shows the changes that have been made to the NSIS cvs files. If you want to know if NSIS has changed since you last downloaded you can look here to see if there are entires more recent than your last download.


Using NSIS Update, you can get the latest development files with the latest bugfixes and new features.

A new release will be made once in 1-2 months.