Re: [WiX-users] Payload path

2012-12-05 Thread Don Reba
My solution to this problem was to write a helper executable that launched whatever command it was given as an argument within the folder in which it was placed. -- LogMeIn Rescue: Anywhere, Anytime Remot

Re: [WiX-users] Payload path

2012-12-02 Thread Don Reba
Thanks. Is there a straightforward way of doing this using current functionality? "Rob Mensching" wrote in message news:CAHdHTVeT_cHdxDmtPm_1PCLioL9nydOGajHDvDFLhbaKXhR=5...@mail.gmail.com... There is a bug tracking that feature request. On Sun, Dec 2, 2012 at 7:10 PM, Don Reba wrote: > I

Re: [WiX-users] Payload path

2012-12-02 Thread Rob Mensching
There is a bug tracking that feature request. On Sun, Dec 2, 2012 at 7:10 PM, Don Reba wrote: > I am using Wix 3.6 Burn to install an Adobe Air application. The way it > works is that I call Adobe's arh.exe tool with the path to the app.air file > to install. I use an ExePackage element for arh

[WiX-users] Payload path

2012-12-02 Thread Don Reba
I am using Wix 3.6 Burn to install an Adobe Air application. The way it works is that I call Adobe's arh.exe tool with the path to the app.air file to install. I use an ExePackage element for arh.exe and a Payload element for app.air. Now I need the full path to payload. How do I retrieve it? A