cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
georgiy_senenko
Level 5

How to get source path in InstallScript project

Hello,

I have InstallScript project, and I need to get source path of the installation .exe file.
I tried "SRCDIR" but it returns %temp% path, but I need location of the .exe package.

Could you please advise how to get source path in InstallScript project?

Thank you in advance.

Regards, Georgiy
Labels (1)
0 Kudos
(3) Replies
rrinblue22
Level 9

you gotta use PACKAGE_LOCATION in case of InstallScript projects.
0 Kudos
georgiy_senenko
Level 5

rrinblue22 wrote:
you gotta use PACKAGE_LOCATION in case of InstallScript projects.


Thank you very much!
I also found that GetCurrentDir() can be used
0 Kudos
rrinblue22
Level 9

Yeah that does work too 🙂
0 Kudos