Issue Type: Bug Bug
Assignee: Unassigned
Components: nsis
Created: 02/Oct/13 1:44 PM
Description:

If you use the $

{PROJECT_STARTMENU_FOLDER}

definition (found in target/project.nsh) in your setup.nsi, you will get a makensis compile error:

[MAKENSIS] unknown variable/constant "

{SMPROGRAMS}" detected, ignoring

The problem is that the "!define PROJECT_STARTMENU_FOLDER" contains an invalid reference – it references "${SMPROGRAMS}

", but it should be "$SMPROGRAMS" (without the curly brackets).

version: nsis-maven-plugin 1.0-alpha-1

Project: Mojo
Priority: Minor Minor
Reporter: Leif Gruenwoldt
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to