Hi Jim

You still need to schedule the action. For example,

<InstallExecuteSequence>
  <Custom Action='Start_NTFS_Listener' Before='InstallFinalize'/>
</InstallExecuteSequence>
Jacques
On Fri, Jun 12, 2009 at 2:15 PM, MacDiarmid, James D <
james.macdiar...@eds.com> wrote:

>
> I added the following code in my install with the intention that it
> would execute the exe file at some point, but it's not working.  Is
> there anything I could be missing?
>
>    <CustomAction Id="Start_NFTS_Listener"
>                  Return="asyncNoWait"
>                  HideTarget="no"
>                  Execute="deferred"
>                  Impersonate="no"
>                  TerminalServerAware="no"
>
> ExeCommand="D:\Projects\NFTS\Src\apps\nfts\binaries\NFTS30Listener.exe"
>                  FileKey="NFTS30Listener">
>    </CustomAction>
>
> Thanks,
> Jim
>
>
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to