-1

Am copying files to INSTALLDIR using wix. And how do i get the path of copied file location. I want to use the value(path) of INSTALLDIR.

Thanks in Advance

Yan Sklyarenko
  • 31,557
  • 24
  • 104
  • 139
Vijay
  • 133
  • 1
  • 10

1 Answers1

0

Using [INSTALLDIR]. Directories with capital letters also act as property.

If you can use VbScript Custom Actions, then you can try this: Msgbox Session.Property("INSTALLDIR")

Farrukh Waheed
  • 2,163
  • 2
  • 29
  • 59