kobus
18th February 2004, 10:08
I've got an installer that read default directories from
ini file during instalation and then give a chance to the
user to change it.
I want to set default dir to c:\windows\system directory
[NSIS constant $SYSDIR].
...
[section_xxx]
default_dir="$SYSDIR"
...
When I read it from INI file I've got variable $Dir with value "$SYSDIR". Is it possible to make installer to substitute $SYSDIR by real path to system directory. (something similar to indirect addressing) ?
ini file during instalation and then give a chance to the
user to change it.
I want to set default dir to c:\windows\system directory
[NSIS constant $SYSDIR].
...
[section_xxx]
default_dir="$SYSDIR"
...
When I read it from INI file I've got variable $Dir with value "$SYSDIR". Is it possible to make installer to substitute $SYSDIR by real path to system directory. (something similar to indirect addressing) ?