Re: [WiX-users] How to get the registration information from COM component

2007-02-28 Thread Fabian Toader
I think you want Mine: http://toolbox/sites/21823/default.aspx Mine allows registration to be extracted from .reg, .dll, and .tlb files and to be output in CMI XML or .inf format. This is especially useful for creating setup manifests From: Xin Liu (Person Consulting) Sent: Tuesday, February

Re: [WiX-users] How to get the registration information from COM component

2007-02-28 Thread Gregor Harrison
Adding COMBldAp... From: Xin Liu (Person Consulting) Sent: Tuesday, February 27, 2007 8:10 PM To: wix-users@lists.sourceforge.net; Visual C++ Special Interest Group; COM Interop Discussion Subject: How to get the registration information from COM component I am building the .msi file for a proje

Re: [WiX-users] How to get the registration information from COM component

2007-02-27 Thread Doug Cook
You should be able to use tallow. Use the -s parameter instead of -c. Thanks! Doug From: Xin Liu (Person Consulting) Sent: Tuesday, February 27, 2007 8:10 PM To: wix-users@lists.sourceforge.net; Visual C++ Special Interest Group; COM Interop Discussion Subject: How to get the registration

[WiX-users] How to get the registration information from COM component

2007-02-27 Thread Xin Liu (Person Consulting)
I am building the .msi file for a project which is written by other team. Currently the .msi calls a custom action which invokes regit.exe (a tool from VS SDK 2005) to register our component bservice.dll. (bservice.dll is old-style COM component, not a COM interop written in .net) However, sinc