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.

<ExePackage
    SourceFile       = "$(var.Launcher.TargetPath)"
    InstallCommand   = 'arh.exe "-installAppSilent MyApp.air"'
    UninstallCommand = 'arh.exe "-uninstallAppSilent MyApp"'
    PerMachine       = "yes"
    Vital            = "yes"
    >
    <Payload SourceFile = "arh.exe"   Compressed = "yes" />
    <Payload SourceFile = "MyApp.air" Compressed = "yes" />
</ExePackage> 



------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to