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

Session.Property("INSTALLDIR") returns blank

HI all,

i have a custom action which runs the vb script in
deferred execution mode.
in the execute sequence after install files
since vb script is a part of the installed files.

now i need to pass the installed directory value to the script so i tried using
MsgBox Session.Property("INSTALLDIR") which returned blank

is this the right way to do it. plz suggest and it would be of great help to me.
and plz do suggest if i'm following the right syntax.
Labels (1)
0 Kudos
(3) Replies
esiemiat
Level 9

There are only a hand full of properties that are available for deferred custom actions. To make other properties available to deferred custom actions you need to follow the process outlined in this article.

http://kb.acresso.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q104413&sliceId=
0 Kudos
ciberr_bob
Level 5

Thanks again mate...i made use of customactiondata and it solved my problem
0 Kudos
esiemiat
Level 9

No problem. Glad I could help.
0 Kudos