[WiX-users] VS - version number from file

2013-02-09 Thread Don Reba
If I run Candle from the command line, I can set an environmental variable to the contents of the file containing my project version number: set/p ProjectVersion=http://p.sf.net/sfu/sophos-d2d-feb ___ WiX-users mailing list WiX-users@lists.sourceforge.n

[WiX-users] DetectCondition for Adobe AIR

2012-12-05 Thread Don Reba
I bundle an Adobe AIR app in my installer. Adobe provides this arh.exe tool that can install, uninstall, and detect applications; I call it on InstallCommand and UninstallCommand. However, I am at a loss as to how I can call it to provide DetectCondition. ---

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 R

[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