You need another CA and ditch the property...

    <CustomAction Id="SetAction7" Property="QtExecCmdLine" Value='"?" />
    <CustomAction Id="Action7" BinaryKey="WixCA" DllEntry="CAQuietExec"
Execute="immediate" />

Then you need to schedule it something like this...

      <Custom Action="SetAction7" Sequence="?"></Custom>
      <Custom Action="Action7" After="SetAction7"></Custom>


On Tue, Sep 9, 2008 at 12:59 AM, pavan gadam <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> I was trying Quiet Execution feature provided by WixUtilExtension.
>
> My Installation failing. Please let me know if there is any error in below
> code.
>
> <Property Id="QtExecCmdLine" Value="dir"/>
>
> <CustomAction Id="Action7" BinaryKey="WixCA" DllEntry="CAQuietExec"
> Execute=
> "immediate"/>
>
> Thanks,
>
> Pavan
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to