cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dlemil
Level 2

INSTALLDIR property at uninstall

Hello, I need to do a custom action to run one file that is in a subfolder of installdir, which is not present in "Directory" table from the msi.
In VBScript I need to find installdir, then add the path to my file. The problem is that

foldername = Session.Property("INSTALLDIR")

does not return anything, the foldername remain blank.

Any ideas?

PS: this line works at install, only at uninstall it doesn't get the installdir. and i need it at uninstall
Labels (1)
0 Kudos
(1) Reply
kayaker
Level 4

What's the custom action property? is it deferred execution in system context or other type?
0 Kudos