Re: wintrust: implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags

2007-06-05 Thread Juan Lang
> Well, I didn't dig into this yet, but on Windows tests aren't failing. > So I guess this key arrives during Windows setup process. Can't be so? You're correct, I'm sure. It's just not that important in Wine, as we don't use these flags yet, so the precise value is perhaps meaningless. Some a

Re: wintrust: implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags

2007-06-05 Thread Saulius Krasuckas
* On Sun, 3 Jun 2007, Juan Lang wrote: > > This function tries to open Software_Publishing key. ... > > So this key should be registered during wineprefix run at some point, > > right? > > No, it's simpler than that, the order of the tests is merely wrong. > WintrustGetRegPolicyFlags calls W

Re: wintrust: implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags

2007-06-03 Thread Juan Lang
Hi Saulius, > This function tries to open Software_Publishing key. And creates it, if > the key didn't exist, I suppose. It is absent in a clean $WINEPREFIX. > Hence 4 test failures: Oops. > During next run failures are gone, and I get this difference between two > registry dumps: Right. >

Re: wintrust: implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags

2007-06-03 Thread Saulius Krasuckas
* On Mon, 14 May 2007, Juan Lang wrote: > > +static const WCHAR Software_Publishing[] = { > + 'S','o','f','t','w','a','r','e','\\', > + 'M','i','c','r','o','s','o','f','t','\\', > + 'W','i','n','d','o','w','s','\\', > + 'C','u','r','r','e','n','t','V','e','r','s','i','o','n','\\', > + 'W','i','n',