Tagged Questions
2
votes
1answer
536 views
registering com dll in wix
If not self registering. then how do we perform the COM dll registering while installation using WIX?
As per the ...
4
votes
1answer
698 views
Retrieve COM ProgID from exe without registering it
Background:
I would like to extract the COM data from a VB6 application so I can register it correctly (according to Microsoft best practice) the application. I am using WiX 3.0 and heat.exe will ...
2
votes
4answers
3k views
Register ActiveX exe server using WiX
I have several VB6 ActiveX server exe files which need to be registered on install before they can be used.
I have tried using Heat to extract the information but it only generates a file element.
...
16
votes
3answers
11k views
How do you register a Win32 COM DLL file in WiX 3?
I found an example on registering DLLs, Registering an Assembly for COM Interop in a MSI file with the Windows Installer XML toolset., and WiX complains about the "AssemblyRegisterComInterop" ...