Skip to content
⌘ NSIS Forum Archive

Bad documentation

4 posts

isawen#

Bad documentation

Hi guys,

I have struggle to use the ${__FILEDIR__} predefined command as http://nsis.sourceforge.net/Docs/Chapter5.html#5.2 points out, but it seems this command doesn't exist - according to the help file installed with NSIS. Could be that the web-page is wrong?

Is there a way to get the full path of the current compiled script?
I'm using NSIS version 2.46.

Any help would be appreciated, thanks in advance
Isawen
jiake#
I thought this may be used in the future version of NSIS but not 2.46, the same as /ifndef and /redef options for "!define" command.
Anders#
Yes, for anything you find in the online docs that don't work will probably work in the next version or if you compile from SVN
isawen#
Would be helpful if the online documentation would point out the version for which the command is supported.

Thanks for your answers.