There is a bug tracking that feature request.

On Sun, Dec 2, 2012 at 7:10 PM, Don Reba <don_r...@inbox.ru> 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.exe and a Payload element
> for app.air. Now I need the full path to payload. How do I retrieve it?
>
> A relative path would also have worked, except that the working folder is
> set to installer's location.
>
> <ExePackage
>     SourceFile = "arh.exe"
>     InstallCommand = "-installAppSilent [Payload path goes here]"
>     UninstallCommand = "-uninstallAppSilent MyApp"
>     PerMachine = "yes"
>     >
>     <Payload
>         SourceFile = "MyApp.air"
>         Compressed = "yes"
>         />
> </ExePackage>
>
>
>
>
> ------------------------------------------------------------------------------
> Keep yourself connected to Go Parallel:
> BUILD Helping you discover the best ways to construct your parallel
> projects.
> http://goparallel.sourceforge.net
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to