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

Reply via email to