Skip to content
⌘ NSIS Forum Archive

directory where installer lies

3 posts

l_ahriman#

directory where installer lies

Does anyone know if there is some variable storing the directory where the currently running installer file lies? in .NET msi installers there was variable - [sourcedir]

regards
glory_man#
From documentation:
4.2.3 Constants
...
$EXEDIR

The location of the installer executable (technically you can modify this variable, but it is probably not a good idea).
...