[WiX-users] How to refer to an env.var for install location?

2007-07-16 Thread Onur Simsek
Hi all, I am writing a plugin and I need help in getting an environment variable's value and install my plugin to that directory. My env.var is %AppinstallDir%. This variable contains the full path of the application. So I am accessing to the value using *$(env.AppinstallDir)* … I r

Re: [WiX-users] How to refer to an env.var for install location?

2007-07-17 Thread Onur Simsek
thanks for the reply. I assume using a custom action to set a value of the install directory is easy:) Thanks again Onur On 7/17/07, Bob Arnson <[EMAIL PROTECTED]> wrote: Onur Simsek wrote: I am writing a plugin and I need help in getting an environment variable's value and