Difference between using msiexec /y and regsvr32
Hi,
I wanted to know the difference between using msiexec /y & regsvr32 to register a dll.
I wanted to know the difference between using msiexec /y & regsvr32 to register a dll.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
There is none. Ultimately both call the DLLRegisterServer function in the DLL/OCX.
However, you should use niether to register COM information since, if a dependency is absent, the registration will fail. Export the COM information into a .REG. Import that .REG into your project and, if prompted, elect to use the advertising tables instead of the 'Registry' table.
However, you should use niether to register COM information since, if a dependency is absent, the registration will fail. Export the COM information into a .REG. Import that .REG into your project and, if prompted, elect to use the advertising tables instead of the 'Registry' table.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.