That got me set up right.

For public reference...   In order to get my extension to build using all
the work put into the WixBuild.Common.targets file, I had to move a bunch of
stuff around.

IMHO, It looks like that file was originally used for the additional build
tasks and new task types (XsdGen, FlattenedEmbeddedResource, etc), but now
has a bunch of items for build the Wix toolset itself as well.   I moved all
the tool settings to a WixBuild.Core.targets, and I reference that from
WixBuild.Common.targets.   You may want to consider doing this officially,
in order to help us Extension developers out.  ;-)

Chris

On Mon, Jul 14, 2008 at 1:19 PM, Bob Arnson <[EMAIL PROTECTED]> wrote:

> Jason Ginchereau wrote:
> > Yes, making the extension platform-aware so it includes the proper DLL is
> the way to do it. If your custom schema elements are tied to a component
> then you should check the platform of the component. Otherwise check the
> platform of the MSI being built or the value of candle's -platform switch.
> (Not sure of the exact details.)
> >
>
> Check out WixUtilExtension as of 4311. Mike made it do the right thing
> for the SecureObj custom actions.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to