Re: [WiX-users] use wix variables

2008-12-12 Thread Rob Mensching
command-line in VS. -Original Message- From: Jason Ding [mailto:jd...@geo-slope.com] Sent: Friday, December 12, 2008 07:51 To: wix-users@lists.sourceforge.net Subject: [WiX-users] use wix variables Hi, My setup project is Setup.wixproj, in the .wxs file, can I use $(var.TargetDir) or

[WiX-users] use wix variables

2008-12-12 Thread Jason Ding
Hi, My setup project is Setup.wixproj, in the .wxs file, can I use $(var.TargetDir) or $(var.ProjectDir) to refer to the related path? For the target directory, I have this section before I use the var.TargetDir so I assume I don't need to redefine TargetDir variable, is this correct?