cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
3X-Man
Level 6

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.
Labels (1)
0 Kudos
(2) Replies
qqqqqq
Level 7

$EXTRACTOR_DIR$
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.
0 Kudos
3X-Man
Level 6

Thanks.

X.
0 Kudos