AnT-MaN-UK
15th April 2003 03:39 UTC
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
kichik
15th April 2003 08:12 UTC
I have no problems compiling it. Make sure you have updated all of the files from CVS and not just the examples.
AnT-MaN-UK
15th April 2003 13:55 UTC
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 :)
Joost Verburg
15th April 2003 15:07 UTC
Use NSIS Update to get the latest NSIS version, so you can use these new features.
AnT-MaN-UK
15th April 2003 15:16 UTC
Thanks, will do. I thought I had the latest version because I only downloaded it a few days ago.
Sunjammer
15th April 2003 15:40 UTC
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.
Joost Verburg
15th April 2003 16:48 UTC
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.