tools/wine.inf: Add a symlink for WindowsNT.CurrentVersion.Print.Printers

Alexandre Julliard julliard at winehq.org
Wed Feb 17 16:08:12 CST 2010


Detlef Riekenberg <wine.dev at web.de> writes:

> On Mi, 2010-02-17 at 11:15 +0100, Alexandre Julliard wrote:
>> Detlef Riekenberg <wine.dev at web.de> writes:
>> 
>> > @@ -905,6 +905,7 @@ HKLM,%CurrentVersionNT%\Ports,"COM1:",2,"9600,n,8,1"
>> >  HKLM,%CurrentVersionNT%\Ports,"COM2:",2,"9600,n,8,1"
>> >  HKLM,%CurrentVersionNT%\Ports,"COM3:",2,"9600,n,8,1"
>> >  HKLM,%CurrentVersionNT%\Ports,"COM4:",2,"9600,n,8,1"
>> > +HKLM,%CurrentVersionNT%\Print\Printers,"SymbolicLinkValue",0x60000,"\Registry\Machine\%Control%\Print\Printers"
>> 
>> It looks like it should be the other way around.
>
> All current Code read and write to  
> HKLM\System\CurrentControlSet\Control\Print\*
>
> When creating the registry symlink the other way around,
> how does it work with existing installations?

One way is to delete the old data if you find it and recreate the
symlink. Another way is to keep updating the old place instead of the
new one if it already exists. But for new setups we should do it right.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list