NOTE: I'm using Wix 2.0.4415

 

I use Tallow to generate the Wix fragment.  Here's an example of a
command file I use to create a Wix file.  Each component gets written to
its own fragment so I edit the resulting WiX file to place all
components into a single fragment (there may be an easier way).  The
main thing I want here is the registry entries for each DLL.

 

 

echo off

cls

..\wix-2.0.4415.0\tallow.exe -nologo -s "ManagedDLL1.dll" >
ManagedDLLFragement.wxs

..\wix-2.0.4415.0\tallow.exe -nologo -s "ManagedDLL2.dll" >>
ManagedDLLFragement.wxs

..\wix-2.0.4415.0\tallow.exe -nologo -s "ManagedDLL3.dll" >>
ManagedDLLFragement.wxs

..\wix-2.0.4415.0\tallow.exe -nologo -s "ManagedDLL4.dll" >>
ManagedDLLFragement.wxs

..\wix-2.0.4415.0\tallow.exe -nologo -s "ManagedDLL5.dll" >>
ManagedDLLFragement.wxs

:TheEnd

PAUSE

 

 

__________________________________

Doug Watts

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Levi
Wilson
Sent: Friday, January 05, 2007 8:45 AM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to Regasm a dll in WIX

 

Haven't done this myself yet, but you might want to take a look at a
couple of the WiX tutorial articles about registering COM DLLs, and
there's also one about .NET.

http://www.tramontana.co.hu/wix/lesson5.php
http://www.tramontana.co.hu/wix/lesson6.php

Levi

On 1/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hello All,
         I have a managed dll.I want to register it using Regasm.
Could anyone help me in acheiving this?

Regards,
-Kalappa Pattar

------------------------------------------------------------------------
- 
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=DEVDE
V
_______________________________________________ 
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