Question

Is there an NSIS var to get the path of the currently running installer?

Was it helpful?

Solution

Found it: $EXEPATH

OTHER TIPS

There are few useful variables:

  • $EXEPATH - holds installer filename.
  • $EXEDIR - holds the complete path to the installer.

So according to the topic

NSIS get path of current installer file that is running

the most appropriate is $EXEDIR.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top