
outxa011.552491305265861E12 asked a question.
Difference between $EXTRACTOR_DIR$ and $INSTALLER_LAUNCH_DIR$
Hi,
I have a CustomCode that has to copy file from the install media.
I've noticed that there are two variables with the path of the installer:
$EXTRACTOR_DIR$ and $INSTALLER_LAUNCH$.
I suppose the second name sounds closer to my need.
My question: is there a use case when these two variables are differents?
Thanks,
X.
This is the full path to the directory containing the self-extractor executable (from where it was launched).
This variable is read-only.
$EXTRACTOR_EXECUTABLE$
This is the full path to the self-extractor executable (from where it was launched).
This variable is read-only.
$INSTALLER_LAUNCH_DIR$
This is a full path to the installer's self-extractor.
This variable is read-only.
X.