cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ShaimaaMohammad
Level 4

Installed Application Path

Hi to all,
I want to ask about is there a way or method to get the path that myProduct will be installed in (Install Dir - destination folder)?
I need it in my Setup. Thank you in advance
Labels (1)
0 Kudos
(3) Replies
ElenaN
Level 6

There is a property INSTALLDIR which is set to proper value automatically and can be read using MsiGetProperty function.
But this answer is too obvious. May be I misunderstood your question
0 Kudos
ShaimaaMohammad
Level 4

Thank you for your replay
But how to call this function .. MsiGetProperty() 😞 😞 😞
0 Kudos
ShaimaaMohammad
Level 4

I also want to get the Install Dir to be used in my custom actions dlls made by .Net :confused: :confused:
0 Kudos