Re: [WiX-users] WIX location project bin folder

2012-02-22 Thread Troy Teixeira
. Subject: Re: [WiX-users] WIX location project bin folder Look in the Wix help file under "Preprocessor". In the section called "System Variables" there are some useful predefined values you can use. $(sys.SOURCEFILEDIR) is the one you want. -Original Message-

Re: [WiX-users] WIX location project bin folder

2012-02-22 Thread Troy Teixeira
day, February 21, 2012 9:32 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WIX location project bin folder What variable would you like to use? On Tue, Feb 21, 2012 at 3:05 PM, Troy Teixeira < tteixe...@polariswireless.com <mailto:tteixe...@polariswireless.co

Re: [WiX-users] WIX location project bin folder

2012-02-22 Thread Peter Shirtcliffe
21 February 2012 23:06 To: wix-users@lists.sourceforge.net Cc: Greg Edwards Subject: [WiX-users] WIX location project bin folder WIX community, I am new to WIX. I am attempting to build a simple installer. Below is a copy of my installer xml file. In the Source definition I would like to refer

Re: [WiX-users] WIX location project bin folder

2012-02-21 Thread Rob Mensching
What variable would you like to use? On Tue, Feb 21, 2012 at 3:05 PM, Troy Teixeira < tteixe...@polariswireless.com> wrote: > WIX community, > > I am new to WIX. I am attempting to build a simple installer. Below is a > copy of my installer xml file. In the Source definition I would like to > ref

[WiX-users] WIX location project bin folder

2012-02-21 Thread Troy Teixeira
WIX community, I am new to WIX. I am attempting to build a simple installer. Below is a copy of my installer xml file. In the Source definition I would like to reference the location of the output of the HelloWorld.exe file. My sample is referencing a relative path. I would like to use a WIX vari