No, you can't override that bit without recompiling the .wixlib it's in.
That's why I suggested filing a bug so we are sure to fix it for the next
release. <smile/>


On Wed, Dec 5, 2012 at 10:37 PM, Grigory Konovalov <
grigory.konova...@confirmit.com> wrote:

> >>The CustomAction element needs a HideTarget as well. That'd be a bug in
> the WiX toolset.
>
> I tried to solve a problem with "ExecXmlFile" by this way.
> I have just changed a type of ExecXmlFile custom action in the result msi
> file from 3073 to 11265 (open it by Orca and add 0x2000 to the default
> value) and logging have stopped.
> Is it possible to change type of ExecXmlFile from wix without manual
> actions?
>
> I tried to use a standard way:
> <CustomAction Id="ExecXmlFile" Return="check" Execute="deferred"
> Impersonate="no" BinaryKey="WixCA" DllEntry="ExecXmlFile" HideTarget="yes"
> />
>
> But got an error:
> Duplicate symbol 'CustomAction:ExecXmlFile' found. This typically means
> that an Id is duplicated. Check to make sure all your identifiers of a
> given type (File, Component, Feature) are unique.
> E:\delivery\Dev\wix36_public\src\ext\UtilExtension\wixlib\UtilExtension_Platform.wxi
>     150    1
>
> I tried to use
> CustomActionRef
> and
> CustomTable
> objects, but had no success.
>
>
> Regards,
> Grigory Konovalov
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to