Hi Blair:
Yes exactly!
Thanks.
Sean.
From: Blair [mailto:os...@live.com]
Sent: 20 September 2010 05:07
To: 'Windows Installer XML toolset developer mailing list'
Subject: Re: [WiX-devs] Including a custom action dll in an extension

>From the 3.0 sources:

>From src\ext\NetFxExtension\wixlib\NetFxExtension.wixproj:
    <BindFiles>True</BindFiles>
and
    <DefineConstants>
      $(DefineConstants);
      caerrwxi=$(OutputPath)\caerr.wxi;
      netfxdll=$(OutputPath)\netfxca.dll;
    </DefineConstants>

>From src\ext\NetFxExtension\wixlib\NetFxExtension.wxs:
        <Binary Id="NetFxCA" SourceFile="$(var.netfxdll)" />

>From src\ext\NetFxExtension\wixext\NetFxExtension.cs:
                this.library = 
LoadLibraryHelper(Assembly.GetExecutingAssembly(), 
"Microsoft.Tools.WindowsInstallerXml.Extensions.Data.netfx.wixlib", 
tableDefinitions);

>From src\ext\NetFxExtension\wixext\WixNetFxExtension.csproj:
    <EmbeddedResource Include="$(OutputPath)\netfx.wixlib">
      <Link>Data\netfx.wixlib</Link>
    </EmbeddedResource>

Is this what you are looking for?

From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk]
Sent: Sunday, September 19, 2010 8:48 PM
To: wix-devs@lists.sourceforge.net
Subject: [WiX-devs] Including a custom action dll in an extension

Hi:
Having looked at the netfx sources, and writing my own extension, I cannot see 
how the netfxca.dll file is included in the compiled extension.
Please could somebody point me to how this is done?
Regards
Sean.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to