Re: [WiX-users] Question about using an environment variable to set I NSTALLDIR (or any other property)

2009-06-17 Thread Mike Rerick
try using $(env.PAYMETRIC_HOME) Property Name=PAYMETRIC_HOME Value=$(env.PAYMETRIC_HOME)/ *Mike Rerick* *Sr. Software Engineer* [image: Google Docs] http://www.iwsinc.com*ImageWare Systems, Inc.* 9200 S.E. Sunnybrook Blvd., Suite 170 Clackamas, OR 97015 Office:

Re: [WiX-users] Question about using an environment variable to set I NSTALLDIR (or any other property)

2009-06-17 Thread Andrea Adams
I'm fairly new to WiX, but I'm pretty sure that that gets the environment variable at build time. I want the value of the environment variable on the machine where the installer is actually running... -Original Message- From: Mike Rerick [mailto:mrer...@iwsinc.com] Sent: Wednesday,

Re: [WiX-users] Question about using an environment variable to set I NSTALLDIR (or any other property)

2009-06-17 Thread Neil Sleightholm
$(env.PAYMETRIC_HOME) is a build time attribute not runtime. Try using the SetProperty element with [%PAYMETRIC_HOME] (I haven't tried it but I think it will work). Neil -Original Message- From: Mike Rerick [mailto:mrer...@iwsinc.com] Sent: 17 June 2009 20:35 To: General discussion for