Hi,

     I would like to include 3 party program  into my installer as below
(wix 3.0).

        <Binary Id="installer" SourceFile="setup-couchdb-0.11.0.exe"
/>
        <CustomAction Id="couchInstall" BinaryKey="installer"
ExeCommand="setup-couchdb-0.11.0.exe /DIR=&quot;[INSTALLDIR]couchDB
&quot;" Execute="immediate" Impersonate="yes" Return="check" HideTarget="no"
/>


       I am very confusing this work fine on Windows XP but when I execute
3rd Party Program through installer on Windows 7 it said "ShellExecuteEx
Fail; code 1155."
Do have any suggestion on this?




Regards,
Aun.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to