The short answer is: Bootstrapper. You need one.

UAC is probably the reason your getting a failure in Win7.

-----Original Message-----
From: Panop S. [mailto:aun.pa...@gmail.com] 
Sent: Tuesday, June 15, 2010 8:28 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] need help ! Error on Windows7

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


------------------------------------------------------------------------------
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