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
directory where installer lies
3 posts
3 posts
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).
...