In article <[EMAIL PROTECTED]>,
    "Antony Walmsley" <[EMAIL PROTECTED]>  writes:

> It seems to work on .net assemblies with "-c" but not on VC6 exes.

For a .NET assembly, regardless of whether its an EXE or a DLL, you
can use reflection to find classes exposed as [ComVisible(true)].

For a DLL, it exposes an entry point DllRegisterServer, that you can
call after you've faked out the registry to obtain the registration
information.

There is no consistent standard for native EXEs, although Visual
Studio produces EXEs that accept the command-line argument
"/registerserver" to register the COM objects (and potentially
services) implemented by the EXE.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to