Perhaps it's me but when I ship COM out of process servers (dlls') and setup factory regsiters these, if there is an error, I don't see it except in the log. Now I know I could do this 'by hand' with regsvr32 somedll.dll and abort on errors but is there a better way?
Announcement
Collapse
No announcement yet.
Registering dll's via setup factory
Collapse
X
-
Re: Registering dll's via setup factory
Hi,
You can register DLL's in Setup Factory 6.0 using two different methods:
1) Double-Click on the file to view it's properties, go to the "Advanced Tab" and check the "DLLRegisterServer" checkbox.
2) Use the "Register File" action to register your DLL.
MSI Factory The Next Generation Intelligent Setup Builder
Comment