Copy and paste into a .wxs file that describes your component, underneath the 
appropriate <Component> element. Tallow is not intended for use in automated 
build processes.

You need to keep your GUIDs stable, so that you don't need to keep generating 
the .reg file. You can do this either using the [Guid] attribute on each class 
and interface, or the [ComCompatibleVersion] attribute on the assembly.

.NET, by default, computes the GUIDs to use from a hash of the assembly 
identity (assembly name, version, culture, public key token) and the class 
name. This means that when the version number changes, the GUIDs also change. 
[ComCompatibleVersion] tells the Framework to use a different version number in 
the hash calculation.

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jarl Friis
Sent: 03 October 2006 08:24
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Using a generated (by tallow.exe) fragment file in 
acomponent

Hi.

I have started a versy small project (very close to SampleFirst.ZIP).

However The build procedure is this:
regasme.exe /regfile MyAssembly.dll generates a MyAssembly.reg file.
The regfile is then processed by tallow.exe to produce a MyAssemblyRegistry.wxs 
file.

I would like the registry entries in MyAssemblyRegistry.wxs to be part of a 
specific component in the MyProject.wxs file, namely the (COM
TLB) component generated by a tlbexp.exe command.

I don't see how the content of the generated MyAssemblyRegistry.wxs can be 
stuffed into a specific component of another wxs file.

Jarl

--
Jarl Friis
Softace ApS
Omøgade 8, 2.sal
2100 København Ø.
Denmark
Phone:  +45 26 13 20 90
E-mail: [EMAIL PROTECTED]
LinkedIn: https://www.linkedin.com/in/jarlfriis



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to