Hi,

Thanks for the reply.

I need to install dlls using the 'installutil' command. And those dlls are
built as x64. It seems that heat doesn't extract all the install
information. (I guess this happens because the dll is x64)
This is what I got from heat..

 <Component Id="cmp18DC6DE0BCB289A4AD8E589F76A129F1" Guid="PUT-GUID-HERE">
                <File Id="filB77179FF9C4FECD242EDEA7F43259B14" KeyPath="yes"
Source="ResourceStorage.dll" />
  </Component>

As you can see it doesn't contain its installutil information.

Any idea about the problem?

Thanks,
Sandun

On Mon, Apr 20, 2009 at 3:23 PM, Pally Sandher <pally.sand...@iesve.com>wrote:

> It's possible to register DLL's by using heat.exe to harvest the
> self-registration information & outputting a fragment to add to your
> project. Heat.exe has a page in the WiX.chm under "Tools and Concepts"
> and by running it with the /? Flag it gives plenty of information on how
> to use it to get the code you need generated.
>
> How many times in the last week has a variation on this question been
> asked? Just use heat.exe. It works & you'll be following the best
> practices for rollback/uninstall/etc without even trying.
>
> Palbinder Sandher
> Software Deployment & IT Administrator
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
>
> http://www.iesve.com
> **Design, Simulate + Innovate with the <Virtual Environment>**
> Integrated Environmental Solutions Limited. Registered in Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park,
> Glasgow G20 0SP
> Email Disclaimer
>
>
> -----Original Message-----
> From: sandun css [mailto:sandun...@gmail.com]
> Sent: 20 April 2009 07:58
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Installutil in wix
>
> Hi,
>
> Is it possible to register dlls using installutil command in wix?
>
> Thanks,
> Sandun
>
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to