Adrian Lewis wrote:
Not knowingly... Okay my extension has packaged the wixlib as an embedded
resource (and the wixlib has the custom action binding - not forgetting the -bf
switch to get it included in the build) is there somewhere else in the
extension where I'm supposed to inform WiX that I
in the
extension where I'm supposed to inform WiX that I need it?Adrian "Demented
Devil" LewisIf it's ain't broke, break it THEN fix it!
> Date: Mon, 16 Jun 2008 20:51:40 -0700> From: [EMAIL PROTECTED]> To:
> wix-users@lists.sourceforge.net> Subject: Re
Demented Devil wrote:
> Now banging my head against the wall - for some reason my embedded wixlib is
> not being attached to the msi file being compiled even though my extension
> dll is being used (ie: I've got a GroupEx table in my MSI as expected but
> the custom action fragments are missing - w
Yeah I can see that! Unfortunately "creage group" functionality is just what
I need at the moment.
I've used the UtilExtension as a basis for writing my own version of Group
called GroupEx that allows for creating groups in the same way as creating
users - the code is almost a carbon copy which m
Adrian Lewis wrote:
http://schemas.microsoft.com/wix/2006/wi"; ref="Component"
/>
The last parent element (marked in bold if you're in HTML land) is missing from util.xsd
The rest of the Util extension appears to support Group nodes as children of component.
It supports it (mostly) but
Extract from util.xsd
http://schemas.microsoft.com/wix/2006/wi"; ref="Fragment"
/>
http://schemas.microsoft.com/wix/2006/wi"; ref="Module" />
http://schemas.microsoft.com/wix/2006/wi"; ref="Product"
/>
http://schemas.microsoft.com/wix/2006/wi";
ref="Component" />
The last parent eleme
6 matches
Mail list logo