Hey Sean,

WIX extensions are based in managed code (.net). You could use managed C++
to develop the extension, but not native code. I am curious how you are
comparing a custom action to a WIX extension. An extension, typically, is
used to modify the input .wxs file to the output .wixobj file and then to
add .wixlib files during the linker. A custom action will actually execute
during the installation of the MSI.

If you need to create a custom table you can do that in WIX without having
to write your own extension or custom action.

Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com


On Wed, Feb 18, 2009 at 12:46 PM, Sean Farrow
<sean.far...@seanfarrow.co.uk>wrote:

> Hi:
> Can I create a wix extension in a language other than a .net based
> language (specifically c++)?
> Alternatively, if I create a table in a custom action (what is the api
> call to do this, and which library is it in?) how long does this table
> last?
> I'm trying to decide whether to create an extension, or whether to
> create a custom action. Any help apreciated.
>  Cheers
> Sean.
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to