How do I automate the registering of a DLL
Hi, while I'm working on DllRegisterServer for wintrust, I wanted to make it 'autorun' when running on a clean system (through wineprefixcreate). My thought was to add an entry to the RegisterDllsSection part in tools/wine.inf but that doesn't seem to work. (regsvr32 wintrust.dll does work). What am I missing? Cheers, Paul.
On Sun, 2006-09-03 at 16:44 +0200, Paul Vriens wrote:
Hi,
while I'm working on DllRegisterServer for wintrust, I wanted to make it 'autorun' when running on a clean system (through wineprefixcreate).
My thought was to add an entry to the RegisterDllsSection part in tools/wine.inf but that doesn't seem to work. (regsvr32 wintrust.dll does work).
What am I missing?
Cheers,
Paul.
Had a closer look. 'make install' in the tools directory makes sure the correct wine.inf is used in wineprefixcreate. Sorry for the noise. Paul.
participants (1)
-
Paul Vriens