Re: qmgr: Implement DLL server registration.

2008-01-31 Thread Dan Hipschman
On Thu, Jan 31, 2008 at 09:52:17PM +0100, Roderick Colenbrander wrote: > > In case of your dll I guess it should be hardcoded. Shipping extra > files puts an extra burden on packagers and it likely isn't what > windows is doing. The .INF is compiled into the DLL as a resource. Packagers shipping

Re: qmgr: Implement DLL server registration.

2008-01-31 Thread Roderick Colenbrander
If possible you should do the registration in the same way as windows as we try to be like windows in every way. Depending on the dll the settings are either hardcoded in a dll (that's what most dlls do) or when it are default windows dlls the keys are stored in wine.inf. In case of your dll I