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

Reply via email to