Running an executable to do detection isn't supported today. Detection is
designed to happen based of static data on the machine.


On Wed, Dec 5, 2012 at 12:31 AM, Don Reba <don_r...@inbox.ru> wrote:

> 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.
>
> <ExePackage
>     SourceFile       = "$(var.Launcher.TargetPath)"
>     InstallCommand   = 'arh.exe "-installAppSilent MyApp.air"'
>     UninstallCommand = 'arh.exe "-uninstallAppSilent MyApp"'
>     DetectCondition  = ""
>     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
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
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