Re: tools/wine.inf: add HKLM\\System\\CurrentControlSet\\Services\\Eventlog\\Application registry key

2013-03-27 Thread Alexandre Julliard
Austin English writes: > Fixes http://bugs.winehq.org/show_bug.cgi?id=22026 It breaks the tests: ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so eventlog.c && touch eventlog.ok eventlog.c:524: Tests skipped: We don't have a backup eventlog to work with eve

Re: wine.inf: Set the FontSmoothingGamma value.

2012-11-12 Thread Hans Leidekker
On Mon, 2012-11-12 at 21:16 +0100, Alexandre Julliard wrote: > > Fixes a crash in the .NET 4 runtime which queries this value via > > SystemParametersInfo(SPI_GETFONTSMOOTHINGCONTRAST). > > It shouldn't need the registry key to behave sanely. Does b5d96da32f > help? Yes.

Re: wine.inf: Set the FontSmoothingGamma value.

2012-11-12 Thread Alexandre Julliard
Hans Leidekker writes: > Fixes a crash in the .NET 4 runtime which queries this value via > SystemParametersInfo(SPI_GETFONTSMOOTHINGCONTRAST). It shouldn't need the registry key to behave sanely. Does b5d96da32f help? -- Alexandre Julliard julli...@winehq.org

Re: tools/wine.inf: Add registry key HKLM, %CurrentVersionNT%, "ProductName"

2011-08-22 Thread Alexandre Julliard
Louis Lenders writes: > Hi, this fixes http://bugs.winehq.org/show_bug.cgi?id=28065 This would need to be updated when the version is changed in winecfg. -- Alexandre Julliard julli...@winehq.org

Re: wine.inf: Add shell handler for .url files.

2011-04-08 Thread Jacek Caban
Hi Hans, On 4/8/11 9:22 AM, Hans Leidekker wrote: diff --git a/tools/wine.inf.in b/tools/wine.inf.in index d4a457b..048b5bb 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -161,6 +161,7 @@ HKCR,.lnk,,2,"lnkfile" HKCR,.msi,,2,"Msi.Package" HKCR,.msp,,2,"Msi.Patch" HKCR,.rtf,,2,"rt

Re: wine.inf: Add shell handler for .url files.

2011-04-08 Thread Hans Leidekker
On Fri, 2011-04-08 at 09:35 +0200, Damjan Jovanovic wrote: > Aren't most Internet-related file associations created by > dlls/mshtml/mshtml.inf instead of tools/wine.inf.in, and should we > maybe change that or move your patch there? Looks like InternetShortcut is registered both by shdocvw and m

Re: wine.inf: Add shell handler for .url files.

2011-04-08 Thread Damjan Jovanovic
On Fri, Apr 8, 2011 at 9:22 AM, Hans Leidekker wrote: > See http://bugs.winehq.org/show_bug.cgi?id=26673 > --- >  tools/wine.inf.in |    5 + >  1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/tools/wine.inf.in b/tools/wine.inf.in > index d4a457b..048b5bb 100644 > --- a/tools/

Re: wine.inf: added .NET InstallRoot key

2010-08-24 Thread Hin-Tak Leung
--- On Tue, 24/8/10, Vincent Povirk wrote: > > And eventually mono will be > installed automatically like gecko is? > > If I ever get the damn thing to build fully on a Linux box, > yes. Is there a problem with that? Mono comes with a script called "build-mingw32.sh" for cross-compiling on lin

Re: wine.inf: added .NET InstallRoot key

2010-08-24 Thread Vincent Povirk
Yes, build-mingw32.sh works, but the resulting build is incomplete. For example, it lacks libgluezilla and a mozilla library to glue to, so the browsing component does not work. This is in the official Windows builds of Mono. I don't know what else is missing. On Tue, Aug 24, 2010 at 12:45 PM, Hi

Re: wine.inf: added .NET InstallRoot key

2010-08-24 Thread Vincent Povirk
> And eventually mono will be installed automatically like gecko is? If I ever get the damn thing to build fully on a Linux box, yes.

wine.inf: added .NET InstallRoot key

2010-08-24 Thread Louis Lenders
Dan Kegel kegel.com> writes: > > What is our intent with adding all these registry keys? > It seems as if they are helpful for installing mono, > but might get in the way of installing MS .net. > > If that's the intent, do y'all want me to make the > dotnet20 winetricks verb remove any registry

Re: wine.inf: added .NET InstallRoot key

2010-08-24 Thread Dan Kegel
On Tue, Aug 24, 2010 at 1:52 PM, Alexandre Julliard wrote: >> What is our intent with adding all these registry keys? >> It seems as if they are helpful for installing mono, >> but might get in the way of installing MS .net. > > If they prevent installing MS .NET there should be a way to undo them

Re: wine.inf: added .NET InstallRoot key

2010-08-24 Thread Alexandre Julliard
Dan Kegel writes: > What is our intent with adding all these registry keys? > It seems as if they are helpful for installing mono, > but might get in the way of installing MS .net. If they prevent installing MS .NET there should be a way to undo them like we do for IE, by unregistering mscoree o

re: wine.inf: added .NET InstallRoot key

2010-08-24 Thread Dan Kegel
What is our intent with adding all these registry keys? It seems as if they are helpful for installing mono, but might get in the way of installing MS .net. If that's the intent, do y'all want me to make the dotnet20 winetricks verb remove any registry keys that confuse the dotnet20 installer?

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

2010-02-17 Thread Alexandre Julliard
Detlef Riekenberg writes: > On Mi, 2010-02-17 at 11:15 +0100, Alexandre Julliard wrote: >> Detlef Riekenberg 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,"C

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

2010-02-17 Thread Detlef Riekenberg
On Mi, 2010-02-17 at 11:15 +0100, Alexandre Julliard wrote: > Detlef Riekenberg 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,%Cur

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

2010-02-17 Thread Alexandre Julliard
Detlef Riekenberg 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%\P

Re: wine.inf: Remove obsolete and duplicate entries.

2009-11-30 Thread Paul Vriens
On 11/30/2009 02:08 PM, joerg-cyril.hoe...@t-systems.com wrote: Dear reviewers, Vitaliy Margolen wrote in the discussion of bug #20693: Those entries shouldn't be in the wine.inf in the first place (as Alexandre already said). If anything they should be removed from there to lesse

Re: tools/wine.inf: fix New Zealand DST

2009-08-25 Thread Dmitry Timoshkov
"Austin English" wrote: Two points: 1. These data are auto generated. Where from? The program is attached to http://www.winehq.org/pipermail/wine-patches/2008-March/052474.html 2. Existing data for New Zealand Standard Time,"TZI" do match what XP SP3 has, a new one doesn't. http://www.w

Re: tools/wine.inf: fix New Zealand DST

2009-08-25 Thread Austin English
On Tue, Aug 25, 2009 at 10:07 PM, Dmitry Timoshkov wrote: > "Austin English" wrote: > >> Reported in wine-users. > > Two points: > 1. These data are auto generated. Where from? > 2. Existing data for New Zealand Standard Time,"TZI" do match what > XP SP3 has, a new one doesn't. http://www.wineh

Re: tools/wine.inf: fix New Zealand DST

2009-08-25 Thread Dmitry Timoshkov
"Austin English" wrote: Reported in wine-users. Two points: 1. These data are auto generated. 2. Existing data for New Zealand Standard Time,"TZI" do match what XP SP3 has, a new one doesn't. -- Dmitry.

Re: wine.inf: Add the HKCU\Volatile Environment\APPDATA value.

2009-08-06 Thread Alexandre Julliard
Andrew Nguyen writes: > The VirtuaGirl installer explicitly queries for the APPDATA value > under HKCU\Volatile Environment. This most likely needs to be a volatile key created at startup. -- Alexandre Julliard julli...@winehq.org

Re: tools/wine.inf: create Microsoft Shared/TextConv directory

2009-04-13 Thread Austin English
On Sun, Mar 22, 2009 at 11:40 AM, Austin English wrote: > Needed by a few different installers. Now comes by default in XP SP3 > and up (verified name on a German locale, doesn't seem to be English > specific). > > Fixes bug 17257. > > -- > -Austin > Anything wrong with this one? -- -Austin

Re: [2/2] wine.inf: Add HKCU\Keyboard Layout\Preload key.

2009-04-10 Thread Aric Stewart
et\Control\VMM32Files,,,"" HKCU,Software\Microsoft\Protected Storage System Provider,,,"" HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"; +HKCU,Keyboard Layout\Preload,,,"" This should be done somewhere in the keyboard layout code, not in wine.inf.

Re: [2/2] wine.inf: Add HKCU\Keyboard Layout\Preload key.

2009-04-10 Thread Alexandre Julliard
\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"; > +HKCU,Keyboard Layout\Preload,,,"" This should be done somewhere in the keyboard layout code, not in wine.inf. -- Alexandre Julliard julli...@winehq.org

Re: wine.inf: Create fake pidgen.dll.

2008-12-22 Thread Alexandre Julliard
Hans Leidekker writes: > The ie7 installer makes this call: > > LoadLibraryExA("C:\\windows\\system32\\pidgen.dll", 0, > LOAD_LIBRARY_AS_DATAFILE) > > which fails if the file doesn't exist. No, it should work just fine. You shouldn't need a fake library for that. -- Alexandre Julliard julli..

Re: [PATCH 16/16] tools/wine.inf: Quote the winebrowser executable in the shell open command.

2008-10-20 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > Even if it is editable, I don't see what the problem is with making > this the default value. Susan Craig has already run into this problem > with the DNS 10 installer, which uses the AppSearch action to search > for IE using this value. I don't know

Re: [PATCH 16/16] tools/wine.inf: Quote the winebrowser executable in the shell open command.

2008-10-20 Thread James Hawkins
On Mon, Oct 20, 2008 at 12:19 PM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "James Hawkins" <[EMAIL PROTECTED]> writes: > >> The value is quoted in Windows; what's the harm in matching that? The >> test in question was added to fix an installer (can't remember which >> one now), and the rece

Re: [PATCH 16/16] tools/wine.inf: Quote the winebrowser executable in the shell open command.

2008-10-20 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > The value is quoted in Windows; what's the harm in matching that? The > test in question was added to fix an installer (can't remember which > one now), and the recently added tests now show that msi is correct, > while the current value of the comman

Re: [PATCH 16/16] tools/wine.inf: Quote the winebrowser executable in the shell open command.

2008-10-20 Thread James Hawkins
On Mon, Oct 20, 2008 at 6:25 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "James Hawkins" <[EMAIL PROTECTED]> writes: > >> diff --git a/tools/wine.inf.in b/tools/wine.inf.in >> index 4756d7d..bc1b1d6 100644 >> --- a/tools/wine.inf.in >> +++ b/tools/wine.inf.in >> @@ -128,7 +128,7 @@ HKCR,fol

Re: [PATCH 16/16] tools/wine.inf: Quote the winebrowser executable in the shell open command.

2008-10-20 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > diff --git a/tools/wine.inf.in b/tools/wine.inf.in > index 4756d7d..bc1b1d6 100644 > --- a/tools/wine.inf.in > +++ b/tools/wine.inf.in > @@ -128,7 +128,7 @@ HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, > %S)]" > HKCR,folder\shell\open\dde

Re: wine.inf: Add entry for fake wintab32.dll

2008-10-01 Thread John Klehm
On Wed, Oct 1, 2008 at 1:16 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > On Wed, Oct 1, 2008 at 1:11 PM, John Klehm <[EMAIL PROTECTED]> wrote: >> On Wed, Oct 1, 2008 at 1:05 PM, Andrew Nguyen <[EMAIL PROTECTED]> wrote: >>> --- >>> tools/wine.inf.in |1 + >>> 1 files changed, 1 insertions(+),

Re: wine.inf: Add entry for fake wintab32.dll

2008-10-01 Thread James Hawkins
On Wed, Oct 1, 2008 at 1:11 PM, John Klehm <[EMAIL PROTECTED]> wrote: > On Wed, Oct 1, 2008 at 1:05 PM, Andrew Nguyen <[EMAIL PROTECTED]> wrote: >> --- >> tools/wine.inf.in |1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> Add entry for fake wintab32.dll > > We have a real wintab

Re: wine.inf: Add entry for fake wintab32.dll

2008-10-01 Thread John Klehm
On Wed, Oct 1, 2008 at 1:05 PM, Andrew Nguyen <[EMAIL PROTECTED]> wrote: > --- > tools/wine.inf.in |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > Add entry for fake wintab32.dll We have a real wintab32.dll. What are you trying to fix? Cheers, --John

Re: [PATCH] wine.inf: Change Msi.Package actions to have the full msiexec path. (try 2)

2008-07-31 Thread Lei Zhang
On Thu, Jul 31, 2008 at 1:45 PM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > "Lei Zhang" <[EMAIL PROTECTED]> writes: > >> While mucking around in programs/cmd/wcmdmain.c, I noticed >> console = SHGetFileInfo(); >> always returned 0 for just "msiexec". > > cmd is supposed to build a full path he

Re: [PATCH] wine.inf: Change Msi.Package actions to have the full msiexec path. (try 2)

2008-07-31 Thread Alexandre Julliard
"Lei Zhang" <[EMAIL PROTECTED]> writes: > While mucking around in programs/cmd/wcmdmain.c, I noticed > console = SHGetFileInfo(); > always returned 0 for just "msiexec". cmd is supposed to build a full path here, but either way it won't work because SHGetFileInfo doesn't work for builtins. This i

Re: [PATCH] wine.inf: Change Msi.Package actions to have the full msiexec path. (try 2)

2008-07-31 Thread Lei Zhang
On Thu, Jul 31, 2008 at 3:11 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > You should be using %11% instead of hardcoding system32, but it > shouldn't make any difference either way. Why do you need to change > this? While mucking around in programs/cmd/wcmdmain.c, I noticed console = SHGetF

Re: [PATCH] wine.inf: Change Msi.Package actions to have the full msiexec path. (try 2)

2008-07-31 Thread Alexandre Julliard
"Lei Zhang" <[EMAIL PROTECTED]> writes: > @@ -143,9 +143,9 @@ > HKCR,lnkfile\CLSID,,2,"{00021401---C000-0046}" > HKCR,lnkfile\shellex\IconHandler,,2,"{00021401---C000-0046}" > > HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401---C000-0046},,0x1

Re: [PATCH] wine.inf: Change Msi.Package actions to have the full msiexec path.

2008-07-30 Thread Lei Zhang
On Tue, Jul 29, 2008 at 8:19 PM, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > Lei Zhang wrote: >> Hi, >> >> On Windows, the Msi.Package action registry keys have the full path to >> msiexec.exe. >> >> >> +HKCR,Msi.Package\she

Re: [PATCH] wine.inf: Change Msi.Package actions to have the full msiexec path.

2008-07-29 Thread Vitaliy Margolen
Lei Zhang wrote: > Hi, > > On Windows, the Msi.Package action registry keys have the full path to > msiexec.exe. > > > +HKCR,Msi.Package\shell\Open\command,,0x20002,"""%SystemRoot%\System32\msiexec.exe"" > /i ""%1"" %*" > +

Re: wine.inf: add a fake dll for sensapi.dll

2008-05-14 Thread Austin English
May/054794.html > > It's not a valid git patch. > > -- > Alexandre Julliard > [EMAIL PROTECTED] From cd10759b1101222de2177e0c5c240767a03acee3 Mon Sep 17 00:00:00 2001 From: Austin English <[EMAIL PROTECTED]> Date: Wed, 14 May 2008 10:58:44 -0500 Subject: [PATCH] wine.in

Re: wine.inf: add a fake dll for sensapi.dll

2008-05-14 Thread Alexandre Julliard
"Austin English" <[EMAIL PROTECTED]> writes: > Anything wrong with this patch? > > http://www.winehq.org/pipermail/wine-patches/2008-May/054794.html It's not a valid git patch. -- Alexandre Julliard [EMAIL PROTECTED]

Re: wine.inf: add a fake dll for sensapi.dll

2008-05-13 Thread Austin English
Anything wrong with this patch? http://www.winehq.org/pipermail/wine-patches/2008-May/054794.html

Re: wine.inf: Add "ShowMenuDelay" value

2008-03-19 Thread Anatoly Lyutin
Anatoly Lyutin wrote: > Changelog: >Add "ShowMenuDelay" value Ops! Right changelog: Changelog: Add "MenuShowDelay" value. -- Best regards Anatoly Lyutin.

Re: wine.inf: Create fake dll entry for dosx.exe

2008-02-29 Thread Steven Edwards
On Fri, Feb 29, 2008 at 2:16 PM, Justin Chevrier <[EMAIL PROTECTED]> wrote: > Anything wrong with this one liner? I think you should create a stub version of dosx in wine/programs as well. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whos

Re: wine.inf: Create fake dll entry for dosx.exe

2008-02-29 Thread Justin Chevrier
> Changelog: > > Create a fake dll entry for dosx.exe Anything wrong with this one liner? Justin Chevrier

Re: wine.inf[1/2]: remove non-existing modules from the fake dlls list

2007-10-03 Thread Alexandre Julliard
"Mikolaj Zalewski" <[EMAIL PROTECTED]> writes: > ddhelp.exe is on the list of fake dlls even if I couldn't find any > reference to building such a file in Wine sources. The created fake > DLL couldn't be loaded with LoadLibrary (however what's interesting it > could be loaded with LoadLibraryEx(..

Re: wine.inf: add some four keys in Active Setup\Installed Components [resend]

2007-09-22 Thread Mikołaj Zalewski
Robert Shearman wrote: > You might want to find four real components always present on Windows to > add to this key. > From the keys present on my system I could add HTML Help, DirectDrawEx and some two versions of .NET Framework but I didn't know if it wouldn't interfere with some setup pr

Re: wine.inf: add some four keys in Active Setup\Installed Components [resend]

2007-09-22 Thread Robert Shearman
Mikolaj Zalewski wrote: > +; Some apps wants at least four keys in Installed Components to run correctly > +HKLM,SOFTWARE\Microsoft\Active Setup\Installed > Components\{a2f95861-06e5-4e58-ab61-94cbdde2ff55},Version,2,"1,0,0,0" > +HKLM,SOFTWARE\Microsoft\Active Setup\Installed > Components\{c30a05

Re: wine.inf: add Internet Explorer AppPath registry key

2007-08-26 Thread Mikołaj Zalewski
Why don't you try it yourself and see if it works? When I tried it last time it didn't work at all - it wrote it can't find Microsoft servers. But now I gave it another try and it worked with the AppPath (it doesn't work with `winetricks fakeie6` - the Version and VersionVector should not

Re: wine.inf: add Internet Explorer AppPath registry key

2007-08-25 Thread James Hawkins
On 8/24/07, Mikolaj Zalewski <[EMAIL PROTECTED]> wrote: > If I remember correctly some MSIE registry keys are not put into > Wine registry because that would prevent users from installing the > original MSIE. Does the AppPath key falls into the same category or > can it be included in Wine? > Wh

Re: wine.inf: Remove RelayFromExclude. It hides the real call traces which makes nearly useless relay logs. [resend]

2007-08-06 Thread Alexandre Julliard
Vitaliy Margolen <[EMAIL PROTECTED]> writes: > Resend. Anything wrong with this patch? > > After this change went in, it became impossible to see what functions was > being called where and how inside Wine to understand what is happening. If > any one looks at the bugzilla and all of the reported

Re: wine.inf: Create fake dll for iexplore.exe.

2007-05-31 Thread Vitaliy Margolen
Louis. Lenders wrote: >> wine.inf: Create fake dll for >iexplore.exe. >Vitaliy Margolen >> wine-patches at kievinfo.com > >Thu May 24 08:50:10 CDT 2007 >> Some older programs check if IE is installed looking for c:\Program >>

Re: [wine.inf] move explorer to the windows directory

2007-05-07 Thread Detlef Riekenberg
On Mo, 2007-05-07 at 08:28 +0200, Damjan Jovanovic wrote: > * Moved explorer.exe to the windows directory, because that's where > some apps expect to find it. You should also modify GetDesktopWindow in "dlls/user32/win.c": GetSystemDirecoryW => GetWindowsDirectoryW -- By by ... Detlef

Re: wine.inf: Add AllUsersProfile and associated entries to the registry [try 2].

2007-05-05 Thread Alexandre Julliard
Vitaliy Margolen <[EMAIL PROTECTED]> writes: > Why should it go into shell32? It only setting up user related stuff, > not the all user's / global. That part belongs in kernel32. And since > you didn't like it there, it should go into registry during the install. Yes, but the way to put it in the

Re: wine.inf: Add AllUsersProfile and associated entries to the registry [try 2].

2007-05-04 Thread Vitaliy Margolen
Alexandre Julliard wrote: > Vitaliy Margolen <[EMAIL PROTECTED]> writes: > >> Anything wrong with this 3 liner? > > This should go in shell32. Why should it go into shell32? It only setting up user related stuff, not the all user's / global. That part belongs in kernel32. And since you didn't li

Re: wine.inf: Add AllUsersProfile and associated entries to the registry [try 2].

2007-05-04 Thread Alexandre Julliard
Vitaliy Margolen <[EMAIL PROTECTED]> writes: > Anything wrong with this 3 liner? This should go in shell32. -- Alexandre Julliard [EMAIL PROTECTED]

RE: wine.inf: Add AllUsersProfile and associated entries to the registry [try 2].

2007-05-04 Thread Vitaliy Margolen
Anything wrong with this 3 liner? Vitaliy Margolen wrote: > --- > tools/wine.inf |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > -- next part -- > diff --git a/tools/wine.inf b/tools/wine.inf > index 9b061ef..96ba5d7 100644 > --- a/t

Re: wine.inf: update registry key

2007-04-20 Thread Dmitry Timoshkov
"Louis. Lenders" <[EMAIL PROTECTED]> wrote: I cannot check how it looks in a default Windows setup anymore, as i installed another browser (mozilla) on my windowsXP installation. However, there's one thing I don't get: the key on my WinXp installation does have that extra "%1" now, so would that

Re: wine.inf: update registry key

2007-04-20 Thread Louis. Lenders
Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Louis. Lenders" wrote: > Hi, this fixes bug #7953 -> http://bugs.winehq.org/show_bug.cgi?id=7953 > Vitaly said this one won't go as it might break another app, but i don't > get that , as the key in windows looks quite the same, No it doesn't in the

Re: wine.inf: update registry key

2007-04-18 Thread Dmitry Timoshkov
"Louis. Lenders" <[EMAIL PROTECTED]> wrote: Hi, this fixes bug #7953 -> http://bugs.winehq.org/show_bug.cgi?id=7953 Vitaly said this one won't go as it might break another app, but i don't get that , as the key in windows looks quite the same, No it doesn't in the default Windows setup, and th

Re: wine.inf: Update the timezone information.

2007-02-22 Thread Francois Gouget
Uwe Bonnes wrote: [...] How do internaltional version of Windows get the localized names of the pletora of timezones? Apparently the registry keys and values themselves are translated, at least in NT4. That does not seem scalable at all so I don't know if that's still the approach they use.

Re: wine.inf: Update the timezone information.

2007-02-21 Thread Uwe Bonnes
> "Francois" == Francois Gouget <[EMAIL PROTECTED]> writes: Francois> --- I have used two sources to update Wine's timezone data: ... Francois> The display name was set to the Olson database ids and I have Francois> kept it that way as it seems to match what is displayed on F

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-10-08 Thread Frank Richter
On 28.06.2006 21:03, Sven Paschukat wrote: > Maarten Lankhorst schrieb: >> Windows seems to set internet explorer only during a new installation >> or upgrade of internet explorer, so I put it in wine.inf, which seemed >> appropriate. >> >> Changelog: >> Se

Re: wine.inf: Windows 9x and Windows NT store the time zone data in different places.

2006-08-06 Thread Francois Gouget
Vitaliy Margolen wrote: Friday, August 4, 2006, 9:47:38 AM, Francois Gouget wrote: So duplicate it so programs find it no matter where they look. Note: Another option would be to have a [Timezones9x] section that would set this data in the alternate location. But we would still need to du

Re: wine.inf: Windows 9x and Windows NT store the time zone data in different places.

2006-08-04 Thread Vitaliy Margolen
Friday, August 4, 2006, 9:47:38 AM, Francois Gouget wrote: > So duplicate it so programs find it no matter where they look. > Note: > Another option would be to have a [Timezones9x] section that would set > this data in the alternate location. But we would still need to > duplicate all the data

Re: wine.inf: add a computer SID

2006-08-02 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > This patch adds a computer SID. A computer SID should be > unique on a network but wine is a long way away from having > network security working so this isn't a big issue. You can use > a program like NewSID (http://www.sysinternals.com/Utilities/NewSid

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-07-02 Thread Olaf Leidinger
> He was asking if we should *require* people to install IE, and I said > no, we shouldn't. If someone wants to install IE, go ahead, but apps > that depend on the presence of IE should work with builtin IE. Oh, sorry - I mis-read that part. You're right - wine should not rely on windows base

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-30 Thread Robert Shearman
Vitaliy Margolen wrote: Thursday, June 29, 2006, 6:28:11 PM, Olaf Leidinger wrote: On Thu, 29 Jun 2006 10:56:12 -0700 "James Hawkins" <[EMAIL PROTECTED]> wrote: On 6/28/06, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: Should we require that people install Internet Explorer

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-29 Thread Vitaliy Margolen
Thursday, June 29, 2006, 6:28:11 PM, Olaf Leidinger wrote: > On Thu, 29 Jun 2006 10:56:12 -0700 > "James Hawkins" <[EMAIL PROTECTED]> wrote: >> On 6/28/06, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: >>> >>> Should we require that people install Internet Explorer or should we put >>> in patches t

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-29 Thread James Hawkins
On 6/29/06, Olaf Leidinger <[EMAIL PROTECTED]> wrote: On Thu, 29 Jun 2006 10:56:12 -0700 "James Hawkins" <[EMAIL PROTECTED]> wrote: > On 6/28/06, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > > > > Should we require that people install Internet Explorer or should we put > > in patches that incr

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-29 Thread Olaf Leidinger
On Thu, 29 Jun 2006 10:56:12 -0700 "James Hawkins" <[EMAIL PROTECTED]> wrote: > On 6/28/06, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > > > > Should we require that people install Internet Explorer or should we put > > in patches that increase application compatibility with vanilla wine? > > >

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-29 Thread James Hawkins
On 6/28/06, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: Should we require that people install Internet Explorer or should we put in patches that increase application compatibility with vanilla wine? I don't know why we would require people to install IE, when we have a replacement for it alr

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-29 Thread Maarten Lankhorst
Sven Paschukat schreef: Maarten Lankhorst schrieb: Windows seems to set internet explorer only during a new installation or upgrade of internet explorer, so I put it in wine.inf, which seemed appropriate. Changelog: Set version strings for Internet Explorer so programs dependent on it can

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-29 Thread Sven Paschukat
Maarten Lankhorst schrieb: Windows seems to set internet explorer only during a new installation or upgrade of internet explorer, so I put it in wine.inf, which seemed appropriate. Changelog: Set version strings for Internet Explorer so programs dependent on it can install. This breaks

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-29 Thread Jaap Stolk
Does this also update the version of the (fake) shdocvw.dll in wine ? At least AutoCad 2004 checks the version info of the file.

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-29 Thread H. Verbeet
On 29/06/06, Steven Edwards <[EMAIL PROTECTED]> wrote: Well the default windows version we report is Win2k and if I recall it shipped with IE5.5 so to be constant we should at least match its value. Actually, we report Win2k SP4. I think that came with IE6, but I'm not too sure.

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-29 Thread Steven Edwards
On 6/29/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: If community decides it needs different IE versions, then I guess this needs to be done somewhere in winecfg, no? Well the default windows version we report is Win2k and if I recall it shipped with IE5.5 so to be constant we should at lea

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-28 Thread Saulius Krasuckas
* On Wed, 28 Jun 2006, Steven Edwards wrote: > * On 6/28/06, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > > > > --- tools/wine.inf.ori 2006-06-28 18:32:28.0 +0200 > > +++ tools/wine.inf 2006-06-28 18:35:22.0 +0200 > > @@ -246

Re: [Tools/Wine.inf] Set Internet Explorer version

2006-06-28 Thread Steven Edwards
Hi, On 6/28/06, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: --- tools/wine.inf.ori 2006-06-28 18:32:28.0 +0200 +++ tools/wine.inf 2006-06-28 18:35:22.0 +0200 @@ -2467,3 +2467,6 @@ HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" HKLM,%Co

Re: wine.inf: Add user "Shell Folders\Font" entry.

2006-05-30 Thread Alexandre Julliard
Vitaliy Margolen <[EMAIL PROTECTED]> writes: > ChangeLog: > wine.inf: Add user "Shell Folders\Font" entry. This should go with the other shell folder registration stuff in shell32. -- Alexandre Julliard [EMAIL PROTECTED]

Re: wine.inf: Add a shdocvw.dll stub dll to the system directory

2006-03-24 Thread Stefan Dösinger
> Yes, if there's evidence that an app references a dll (or exe) as a file > then it should be put into the FakeDllsSection. The Need for Speed Porsche Unleashed demo requires ddraw.dll in the system32 directory, otherwise it complains that it can't find directx. pgp7KK8O7DOqA.pgp Description: P

Re: wine.inf: Add a shdocvw.dll stub dll to the system directory

2006-03-24 Thread Mike McCormack
to wine-patches adding it to wine.inf? Mike

Re: wine.inf: Add a shdocvw.dll stub dll to the system directory

2006-03-23 Thread Hans Leidekker
On Thursday 23 March 2006 23:05, Louis. Lenders wrote: > What about adding a few more, like opengl32 Yes, if there's evidence that an app references a dll (or exe) as a file then it should be put into the FakeDllsSection. -Hans

Re: WINE.INF: Add timezone information to the registry.

2005-11-11 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > I decided to put the TimeZones in what Wine called the %CurrentVersion% > key. It's easy enough to change the program that generates the data to > put them in Windows NT\CurrentVersion if that's what is decided to be > correct. In theory it should

Re: WINE.INF: Add timezone information to the registry.

2005-11-11 Thread Mike McCormack
Paul Vriens wrote: win98 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones NT4 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones Win2K : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones W2k3 : HKEY_LOCAL_MACHINE\SOFTWA

Re: WINE.INF: Add timezone information to the registry.

2005-11-11 Thread Paul Vriens
ke > > > ChangeLog: > Add timezone information to the registry. > > tools/wine.inf | 715 > > 1 files changed, 714 insertions(+), 1 deletions(-) > > > Hi, a short list: win98 : HKEY_LOCAL_MACHINE\SOFTWARE\M

Re: WINE.INF: Add timezone information to the registry.

2005-11-11 Thread Paul Vriens
ke > > > ChangeLog: > Add timezone information to the registry. > > tools/wine.inf | 715 > > 1 files changed, 714 insertions(+), 1 deletions(-) > > > Hi, on my win2k3 box I can see the timezones in: HKEY_LO

Re: tools/wine.inf (was: wine/programs/winecfg)

2005-10-29 Thread Detlef Riekenberg
Am Freitag, den 28.10.2005, 14:25 -0600 schrieb Vitaliy Margolen: > We need to think something up that will properly set version related info, yet > not override any user changes. I think we can do the same thing as we do with > drive configuration in winecfg on initial setup (/D). Something like

Re: tools/wine.inf (was: wine/programs/winecfg)

2005-10-28 Thread Vitaliy Margolen
that I start winecfg and touch the OS-Version. > When I do not start winecfg or do not touch/change the Default > "win2000", then "OS" is not correct. > Changing wine.inf can fix that for the Default Situation, but there are > still 2 unusual but possible Race-Conditio

tools/wine.inf (was: wine/programs/winecfg)

2005-10-28 Thread Detlef Riekenberg
og message: > Vitaliy Margolen <[EMAIL PROTECTED]> > Define OS environment variable on WinNT versions. The Patch requires, that I start winecfg and touch the OS-Version. When I do not start winecfg or do not touch/change the Default "win2000", then "OS&qu

Re: wine.inf: powrprof registry entries

2005-04-16 Thread Vincent Béron
Le sam 16/04/2005 à 23:35, Benjamin Cutler a écrit : > Ok, one more try at this. [snip] > --- tools/wine.inf11 Apr 2005 18:49:28 - 1.31 > +++ tools/wine.inf17 Apr 2005 03:28:19 - > @@ -41,6 +41,7 @@ > MCI,\ > Misc,\ > Nls,\ > +

Re: wine.inf: Better powrprof patch

2005-04-16 Thread Vincent Béron
Le sam 16/04/2005 à 07:00, Benjamin Cutler a écrit : > Oops, last one was missing commas, wasn't it? I guess you also need to add powrprof to the list of sections in [DefaultInstall] at the start of wine.inf. Vincent

Re: wine/ tools/wine.inf include/config.h.in dlls/ ...

2004-11-08 Thread Michael Jung
On Friday 05 November 2004 21:50, Vincent Béron wrote: > Le jeu 04/11/2004 à 16:15, Alexandre Julliard a écrit : > > Log message: > > Michael Jung <[EMAIL PROTECTED]> > > Implemented a substantial part of rsaenh.dll. > > > > Patch: http://cvs.winehq.org/patch.py?id=14412 > > The committed patch d

Re: wine/ tools/wine.inf include/config.h.in dlls/ ...

2004-11-05 Thread Vincent Béron
Le jeu 04/11/2004 à 16:15, Alexandre Julliard a écrit : > Log message: > Michael Jung <[EMAIL PROTECTED]> > Implemented a substantial part of rsaenh.dll. > > Patch: http://cvs.winehq.org/patch.py?id=14412 The committed patch doesn't compile on RH8. OpenSSL doesn't use the same name fo

Re: Replace winedefault.reg with wine.inf in README, README.it and PACKAGING

2004-04-20 Thread Lionel Ulmer
On Tue, Apr 20, 2004 at 09:14:28PM +0200, Ivan Leo Murray-Smith wrote: > As in subject. > License: LGPL * An initial set of registry entries. The current Wine standard is to use the regedit tool against - the 'winedefault.reg' file to generate a default registry. + the 'wi

wine.inf

2004-03-18 Thread Ivan Leo Murray-Smith
Hi list, I've installed wine.inf, but the system.reg file is very short, it only contains font information and computer name, this isn't exactly what I got with winedefault.reg I need this because I'm going to release a new version of winesetuptk that doesn't add the "Fil

Re: how to call setupapi / wine.inf

2004-03-16 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > > Is this a problem in GetFullPathName or should I better use: > > > > /usr/bin/rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 > > z:\\usr\\share\\wine\\wine.inf > > > > ? &g

Re: how to call setupapi / wine.inf

2004-03-11 Thread Alexandre Julliard
Boaz Harrosh <[EMAIL PROTECTED]> writes: > Both windows have the \windows\inf folder for that. I now some setup > programs like to put it there manually. > Should we not do the same? We can do it that way too, it doesn't really matter setupapi looks in both locations. -- Alexandre Julliard [EMA

Re: how to call setupapi / wine.inf

2004-03-11 Thread Boaz Harrosh
Alexandre Julliard wrote: It is a bug in GetFullPathName I think. But the best approach for wine.inf is IMO to copy it to the system dir like wineinstall does, so that it can be found without specifying the path at all. Having it in the system dir will also make it easier to use it for other

  1   2   >