wine
18 years agomsi: Download install cabinet files if the msi package is remote.
James Hawkins [Wed, 9 Aug 2006 22:02:49 +0000 (15:02 -0700)] 
msi: Download install cabinet files if the msi package is remote.

18 years agocrypt32: Add a couple stubs, and implement the undocumented I_CryptReadTrustedPublish...
Juan Lang [Wed, 9 Aug 2006 21:45:34 +0000 (14:45 -0700)] 
crypt32: Add a couple stubs, and implement the undocumented I_CryptReadTrustedPublisherDWORDValueFromRegistry.

18 years agowined3d: Surface pitch fix.
Roderick Colenbrander [Wed, 9 Aug 2006 20:45:59 +0000 (22:45 +0200)] 
wined3d: Surface pitch fix.

18 years agowined3d: Draw buffers support.
Roderick Colenbrander [Wed, 9 Aug 2006 20:54:14 +0000 (22:54 +0200)] 
wined3d: Draw buffers support.

18 years agowined3d: Minor cursor fixes.
Stefan Dösinger [Wed, 9 Aug 2006 20:23:31 +0000 (22:23 +0200)] 
wined3d: Minor cursor fixes.

18 years agoriched20: Fix crash with NULL lParam in EM_SETTEXTEX.
Clinton Stimpson [Wed, 9 Aug 2006 03:12:33 +0000 (21:12 -0600)] 
riched20: Fix crash with NULL lParam in EM_SETTEXTEX.

18 years agowininet: MSG_WAITALL support in NETCON_recv with SSL.
Paul Chitescu [Tue, 8 Aug 2006 20:37:41 +0000 (23:37 +0300)] 
wininet: MSG_WAITALL support in NETCON_recv with SSL.

18 years agomsvcrt: Rename _execve to MSVCRT__execve.
Tijl Coosemans [Wed, 9 Aug 2006 19:28:52 +0000 (21:28 +0200)] 
msvcrt: Rename _execve to MSVCRT__execve.

18 years agodbghelp: Made stabs parsing a bit more robust.
Eric Pouech [Wed, 9 Aug 2006 18:53:32 +0000 (20:53 +0200)] 
dbghelp: Made stabs parsing a bit more robust.

Enhance dbghelp's robustness against bogus stabs sections found in
meetro.exe (as reported by Jan Zerebecki).

18 years agomsi: Support MSIDBOPEN_CREATEDIRECT and MSIDBOPEN_DIRECT in MSI_OpenDatabaseW.
Robert Shearman [Wed, 9 Aug 2006 17:16:27 +0000 (18:16 +0100)] 
msi: Support MSIDBOPEN_CREATEDIRECT and MSIDBOPEN_DIRECT in MSI_OpenDatabaseW.

18 years agorpcrt4: Forward NdrClientCall to NdrClientCall2.
Robert Shearman [Wed, 9 Aug 2006 17:17:10 +0000 (18:17 +0100)] 
rpcrt4: Forward NdrClientCall to NdrClientCall2.

NdrClientCall should be implemented as a separate function when
NdrClientCall2 has been factorised enough.

18 years agorpcrt4: Add some more traces and make the stack offsets easier to read in the stubles...
Robert Shearman [Wed, 9 Aug 2006 17:17:05 +0000 (18:17 +0100)] 
rpcrt4: Add some more traces and make the stack offsets easier to read in the stubless interpreter.

18 years agorpcrt4: Change call_memory_sizer to preserve the buffer contents and
Robert Shearman [Wed, 9 Aug 2006 17:17:00 +0000 (18:17 +0100)] 
rpcrt4: Change call_memory_sizer to preserve the buffer contents and
initialise the memory size field to zero before calling the memory
sizer function.

18 years agorpcrt4: Set retval_ptr and allocate memory for out pointers for the old format stuble...
Robert Shearman [Wed, 9 Aug 2006 17:16:49 +0000 (18:16 +0100)] 
rpcrt4: Set retval_ptr and allocate memory for out pointers for the old format stubless intepreter.

18 years agorpcrt4: Support fixed arrays in calc_arg_size.
Robert Shearman [Wed, 9 Aug 2006 17:16:56 +0000 (18:16 +0100)] 
rpcrt4: Support fixed arrays in calc_arg_size.

18 years agorpcrt4: Complex types should be dereferenced an extra time in the old format stubless...
Robert Shearman [Wed, 9 Aug 2006 17:16:21 +0000 (18:16 +0100)] 
rpcrt4: Complex types should be dereferenced an extra time in the old format stubless code.

18 years agorpcrt4: Fix the stack offset for the old format stubless code when an object's method...
Robert Shearman [Wed, 9 Aug 2006 17:16:16 +0000 (18:16 +0100)] 
rpcrt4: Fix the stack offset for the old format stubless code when an object's method is being called.

18 years agoole32: Add a check for NULL This->dataAdviseHolder in DefaultHandler_Stop.
Robert Shearman [Wed, 9 Aug 2006 17:16:06 +0000 (18:16 +0100)] 
ole32: Add a check for NULL This->dataAdviseHolder in DefaultHandler_Stop.

Cleanup DefaultHandler_GetCanonicalFormatEtc by using
This->pDataDelegate instead of querying for IDataObject from
This->pOleDelegate.

18 years agoole32: Fix a typo in IEnumSTATSTGImpl_QueryInterface where IStorage was being compare...
Robert Shearman [Wed, 9 Aug 2006 17:16:10 +0000 (18:16 +0100)] 
ole32: Fix a typo in IEnumSTATSTGImpl_QueryInterface where IStorage was being compared against instead of IEnumSTATSTG.

18 years agoole32: When comparing monikers use the abData field of MInterfacePointer
Robert Shearman [Wed, 9 Aug 2006 17:15:46 +0000 (18:15 +0100)] 
ole32: When comparing monikers use the abData field of MInterfacePointer
as ulCntData doesn't include the size of its own field.

18 years agoole32: Zero stg in case ADVF_NODATA is specified.
Robert Shearman [Wed, 9 Aug 2006 17:15:38 +0000 (18:15 +0100)] 
ole32: Zero stg in case ADVF_NODATA is specified.

Otherwise IDataObject_GetData fails before using it in
DataAdviseHolder_SendOnDataChange.

18 years agoinclude: Add DLL registration macros to rpcproxy.h for dlldata.c files.
Robert Shearman [Wed, 9 Aug 2006 17:15:56 +0000 (18:15 +0100)] 
include: Add DLL registration macros to rpcproxy.h for dlldata.c files.

18 years agoinclude: Fix rpcproxy.h to allow the compilation of dlldata.c files.
Robert Shearman [Wed, 9 Aug 2006 17:15:51 +0000 (18:15 +0100)] 
include: Fix rpcproxy.h to allow the compilation of dlldata.c files.

Add macros for generating the GetProxyDllInfo, DllGetClassObject and
DllCanUnloadNow functions.

18 years agoole32: Register the CLSID_Picture_Metafile and CLSID_Picture_Dib ProgIDs.
Francois Gouget [Wed, 9 Aug 2006 17:54:02 +0000 (19:54 +0200)] 
ole32: Register the CLSID_Picture_Metafile and CLSID_Picture_Dib ProgIDs.

18 years agomsxml3: DOMFreeThreadedDocument's thread model is Both, not Free.
Francois Gouget [Wed, 9 Aug 2006 17:21:26 +0000 (19:21 +0200)] 
msxml3: DOMFreeThreadedDocument's thread model is Both, not Free.

18 years agomsi: Link the WindowsInstaller.Installer ProgId back to the right CLSID.
Francois Gouget [Wed, 9 Aug 2006 17:13:17 +0000 (19:13 +0200)] 
msi: Link the WindowsInstaller.Installer ProgId back to the right CLSID.

18 years agomsi: Change the CLSID_IMsiServer ProgId to IMsiServer to match Windows.
Francois Gouget [Wed, 9 Aug 2006 17:11:48 +0000 (19:11 +0200)] 
msi: Change the CLSID_IMsiServer ProgId to IMsiServer to match Windows.

18 years agomlang: Give the CLSIDs their proper names.
Francois Gouget [Wed, 9 Aug 2006 17:02:01 +0000 (19:02 +0200)] 
mlang: Give the CLSIDs their proper names.

Move CLSID_CMultiLanguage and CLSID_CMLangConvertCharset to mlang.idl.
Leave CLSID_CMLangString in regsvr.c as MSDN claims it is not supported anymore.

18 years agoshell32: Register CLSID_NetworkPlaces, CLSID_ShellFSFolder and CLSID_ShellFolderViewOC.
Francois Gouget [Wed, 9 Aug 2006 16:57:44 +0000 (18:57 +0200)] 
shell32: Register CLSID_NetworkPlaces, CLSID_ShellFSFolder and CLSID_ShellFolderViewOC.

18 years agoshdocvw: Register CLSID_CUrlHistory and CLSID_Internet.
Francois Gouget [Wed, 9 Aug 2006 16:50:38 +0000 (18:50 +0200)] 
shdocvw: Register CLSID_CUrlHistory and CLSID_Internet.

18 years agouser: Fix the keyboard navigation and some graphical glitches for multi-column menus.
Michael Kaufmann [Wed, 9 Aug 2006 17:30:17 +0000 (19:30 +0200)] 
user: Fix the keyboard navigation and some graphical glitches for multi-column menus.

18 years agowinerror.h: Add some error codes.
Paul Vriens [Wed, 9 Aug 2006 16:47:10 +0000 (18:47 +0200)] 
winerror.h: Add some error codes.

18 years agowined3d: Fix GLSL regression / draw buffers support.
Roderick Colenbrander [Wed, 9 Aug 2006 16:24:08 +0000 (18:24 +0200)] 
wined3d: Fix GLSL regression / draw buffers support.

18 years agoshell32: Tweak and update German translation.
Frank Richter [Wed, 9 Aug 2006 16:24:23 +0000 (18:24 +0200)] 
shell32: Tweak and update German translation.

18 years agoddraw: Implement D3DRENDERSTATE_TEXTUREMAPBLEND.
Stefan Dösinger [Wed, 9 Aug 2006 17:30:57 +0000 (19:30 +0200)] 
ddraw: Implement D3DRENDERSTATE_TEXTUREMAPBLEND.

18 years agowined3d: Watch out for negative results when validating the shader constant range.
Stefan Dösinger [Wed, 9 Aug 2006 16:02:28 +0000 (18:02 +0200)] 
wined3d: Watch out for negative results when validating the shader constant range.

18 years agomsvcrt: In text mode a ctrl-z signals EOF.
Duane Clark [Tue, 8 Aug 2006 23:08:05 +0000 (16:08 -0700)] 
msvcrt: In text mode a ctrl-z signals EOF.

Spotted by David Hagood with test suggested by Dan Kegel.

18 years agouser: CopyImage: Handle the flags LR_COPYDELETEORG, LR_CREATEDIBSECTION, and LR_MONOC...
Michael Kaufmann [Wed, 9 Aug 2006 14:14:49 +0000 (16:14 +0200)] 
user: CopyImage: Handle the flags LR_COPYDELETEORG, LR_CREATEDIBSECTION, and LR_MONOCHROME.

18 years agouser: Accept more flags in SetMenuItemInfo and ModifyMenu.
Michael Kaufmann [Tue, 8 Aug 2006 21:22:50 +0000 (23:22 +0200)] 
user: Accept more flags in SetMenuItemInfo and ModifyMenu.

- Accept MFT_MENU{BAR}BREAK, MFT_RADIOCHECK, MFT_RIGHTJUSTIFY, and
  MFT_RIGHTORDER in SetMenuItemInfo.
- InsertMenu, AppendMenu, ModifiyMenu: Accept MF_HILITE flag (undocumented).
- SetMenuItemInfo: Only use the lower word of the bitmap handle as
  documented in MSDN (Word 95 depends on this).
- The type MFT_RADIOCHECK cannot be set if only the checkmarks are
  modified with SetMenuItemInfo.
- New tests.

18 years agomshtml: Use moniker in AsyncOpen if channel is NULL.
Jacek Caban [Wed, 9 Aug 2006 14:42:51 +0000 (16:42 +0200)] 
mshtml: Use moniker in AsyncOpen if channel is NULL.

18 years agomshtml: Set nsURI's moniker in NewURI.
Jacek Caban [Wed, 9 Aug 2006 14:42:37 +0000 (16:42 +0200)] 
mshtml: Set nsURI's moniker in NewURI.

18 years agomshtml: Set nsURI's moniker in OnStartURILoad.
Jacek Caban [Wed, 9 Aug 2006 14:42:24 +0000 (16:42 +0200)] 
mshtml: Set nsURI's moniker in OnStartURILoad.

18 years agomshtml: Don't crash in QueryInterface if uri is NULL.
Jacek Caban [Wed, 9 Aug 2006 14:41:47 +0000 (16:41 +0200)] 
mshtml: Don't crash in QueryInterface if uri is NULL.

18 years agomshtml: Added default GetSpec implementation.
Jacek Caban [Wed, 9 Aug 2006 14:40:50 +0000 (16:40 +0200)] 
mshtml: Added default GetSpec implementation.

18 years agomshtml: Return INET_E_USE_DEFAULT_PROTOCOLHANDLER in ResProtocolInfo::CombineUrl.
Jacek Caban [Wed, 9 Aug 2006 14:39:43 +0000 (16:39 +0200)] 
mshtml: Return INET_E_USE_DEFAULT_PROTOCOLHANDLER in ResProtocolInfo::CombineUrl.

18 years agomshtml: Continue searching for Gecko if loading xpcom.dll failed.
Jacek Caban [Wed, 9 Aug 2006 14:38:42 +0000 (16:38 +0200)] 
mshtml: Continue searching for Gecko if loading xpcom.dll failed.

18 years agomshtml: Store IMoniker in BSCallback.
Jacek Caban [Wed, 9 Aug 2006 14:37:48 +0000 (16:37 +0200)] 
mshtml: Store IMoniker in BSCallback.

18 years agomshtml: Added GetMoniker and SetMoniker methods to nsIWineURI.
Jacek Caban [Wed, 9 Aug 2006 14:34:59 +0000 (16:34 +0200)] 
mshtml: Added GetMoniker and SetMoniker methods to nsIWineURI.

18 years agomshtml: Create "Internet Explorer_Hidden" window.
Jacek Caban [Wed, 9 Aug 2006 14:34:02 +0000 (16:34 +0200)] 
mshtml: Create "Internet Explorer_Hidden" window.

18 years agomshtml: Load the page from moniker if we don't have nsIChannel.
Jacek Caban [Wed, 9 Aug 2006 14:33:00 +0000 (16:33 +0200)] 
mshtml: Load the page from moniker if we don't have nsIChannel.

18 years agoshdocvw: Return DIID_DWebBrowserEvents in GetGUID for WebBrowser_V1.
Jacek Caban [Wed, 9 Aug 2006 14:31:31 +0000 (16:31 +0200)] 
shdocvw: Return DIID_DWebBrowserEvents in GetGUID for WebBrowser_V1.

18 years agoshlwapi: Add tests for PathUnquoteSpaces.
Huw Davies [Wed, 9 Aug 2006 13:46:20 +0000 (14:46 +0100)] 
shlwapi: Add tests for PathUnquoteSpaces.

18 years agosecur32: Make ntlm tests run on both WinXP and Win2k.
Kai Blin [Wed, 9 Aug 2006 12:31:53 +0000 (14:31 +0200)] 
secur32: Make ntlm tests run on both WinXP and Win2k.

18 years agosecur32: Add tests for MakeSignature, VerifySignature, EncryptMessage and DecryptMessage.
Kai Blin [Wed, 9 Aug 2006 12:31:44 +0000 (14:31 +0200)] 
secur32: Add tests for MakeSignature, VerifySignature, EncryptMessage and DecryptMessage.

18 years agoshell32: IShellLink::SetPath removes quotes from the path.
Mike McCormack [Wed, 9 Aug 2006 11:38:51 +0000 (20:38 +0900)] 
shell32: IShellLink::SetPath removes quotes from the path.

18 years agoshell32: Fix test compilation with MSVC6.
Mike McCormack [Wed, 9 Aug 2006 10:31:26 +0000 (19:31 +0900)] 
shell32: Fix test compilation with MSVC6.

18 years agoserver: Make the message extra info 64 bits on Win64.
Alexandre Julliard [Wed, 9 Aug 2006 15:10:14 +0000 (17:10 +0200)] 
server: Make the message extra info 64 bits on Win64.

18 years agoserver: Split the queuing of hardware messages into a separate send_hardware_message...
Alexandre Julliard [Wed, 9 Aug 2006 14:45:26 +0000 (16:45 +0200)] 
server: Split the queuing of hardware messages into a separate send_hardware_message request.

18 years agoshell32: Add recyclebin.c file missing in previous commit.
Mikołaj Zalewski [Thu, 3 Aug 2006 17:11:07 +0000 (19:11 +0200)] 
shell32: Add recyclebin.c file missing in previous commit.

18 years agoshell32: Update Polish translation.
Mikołaj Zalewski [Thu, 3 Aug 2006 17:11:07 +0000 (19:11 +0200)] 
shell32: Update Polish translation.

18 years agoshell32: Add a custom icon for the trash folder.
Mikołaj Zalewski [Thu, 3 Aug 2006 17:09:52 +0000 (19:09 +0200)] 
shell32: Add a custom icon for the trash folder.

18 years agoshell32: Add trash items enumeration.
Mikołaj Zalewski [Thu, 3 Aug 2006 17:07:47 +0000 (19:07 +0200)] 
shell32: Add trash items enumeration.

18 years agoshell32: Add a Trash virtual folder.
Mikołaj Zalewski [Thu, 3 Aug 2006 17:04:11 +0000 (19:04 +0200)] 
shell32: Add a Trash virtual folder.

18 years agoddraw: Fix for incorrect return value from wined3d.
Yong Chi [Sun, 6 Aug 2006 20:05:02 +0000 (13:05 -0700)] 
ddraw: Fix for incorrect return value from wined3d.

18 years agoMake.rules: Added rules for client/proxy/server generation from IDL files.
Alexandre Julliard [Wed, 9 Aug 2006 10:38:15 +0000 (12:38 +0200)] 
Make.rules: Added rules for client/proxy/server generation from IDL files.

18 years agoexplorer: Never paint the desktop when using the X root window.
Alexandre Julliard [Wed, 9 Aug 2006 09:21:41 +0000 (11:21 +0200)] 
explorer: Never paint the desktop when using the X root window.

18 years agocrypt32: Trace key type in CryptFindOIDInfo.
Juan Lang [Wed, 9 Aug 2006 06:18:56 +0000 (23:18 -0700)] 
crypt32: Trace key type in CryptFindOIDInfo.

18 years agouser32: Updated Korean resource.
Hwang YunSong(황윤성) [Tue, 8 Aug 2006 23:48:38 +0000 (08:48 +0900)] 
user32: Updated Korean resource.

18 years agomsvcrt: Remove redundant NULL checks before MSVCRT_free.
Michael Stefaniuc [Tue, 8 Aug 2006 23:17:41 +0000 (01:17 +0200)] 
msvcrt: Remove redundant NULL checks before MSVCRT_free.

18 years agocomdlg32: Remove redundant NULL checks before MemFree.
Michael Stefaniuc [Tue, 8 Aug 2006 23:17:00 +0000 (01:17 +0200)] 
comdlg32: Remove redundant NULL checks before MemFree.

18 years agowordpad: Request WS_VSCROLL now that riched20 supports it.
Matt Finnicum [Tue, 8 Aug 2006 20:08:43 +0000 (16:08 -0400)] 
wordpad: Request WS_VSCROLL now that riched20 supports it.

18 years agoriched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS, ES_DISABLENOSCROLL, and WS_VSC...
Matt Finnicum [Tue, 8 Aug 2006 20:08:43 +0000 (16:08 -0400)] 
riched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS, ES_DISABLENOSCROLL, and WS_VSCROLL.

18 years agomsi: Add tests for the RemoveFiles action.
James Hawkins [Tue, 8 Aug 2006 21:38:57 +0000 (14:38 -0700)] 
msi: Add tests for the RemoveFiles action.

18 years agouser/tests: Write-strings warnings fix.
Andrew Talbot [Tue, 8 Aug 2006 22:21:56 +0000 (23:21 +0100)] 
user/tests: Write-strings warnings fix.

18 years agoshlwapi/tests: Write-strings warnings fix.
Andrew Talbot [Tue, 8 Aug 2006 20:01:38 +0000 (21:01 +0100)] 
shlwapi/tests: Write-strings warnings fix.

18 years agosecur32: Move NTLM tests to ntlm.c to avoid cluttering main.c with NTLM-specific...
Kai Blin [Tue, 8 Aug 2006 14:23:19 +0000 (16:23 +0200)] 
secur32: Move NTLM tests to ntlm.c to avoid cluttering main.c with NTLM-specific tests.

18 years agorsaenh: Test and fix CryptEncrypt with NULL buffer.
Juan Lang [Tue, 8 Aug 2006 16:47:32 +0000 (09:47 -0700)] 
rsaenh: Test and fix CryptEncrypt with NULL buffer.

18 years agousp10: ScriptItemize will break up the string into script_items.
Jeff Latimer [Tue, 8 Aug 2006 08:57:37 +0000 (18:57 +1000)] 
usp10: ScriptItemize will break up the string into script_items.

18 years agoconfigure: Fix the linux/ipx.h detection.
Francois Gouget [Mon, 7 Aug 2006 19:52:36 +0000 (21:52 +0200)] 
configure: Fix the linux/ipx.h detection.

18 years agowined3d: Volume texture addressing caps.
Roderick Colenbrander [Tue, 8 Aug 2006 15:50:33 +0000 (17:50 +0200)] 
wined3d: Volume texture addressing caps.

18 years agowined3d: Shader declaration cap fixes.
Roderick Colenbrander [Tue, 8 Aug 2006 15:46:03 +0000 (17:46 +0200)] 
wined3d: Shader declaration cap fixes.

18 years agoriched20: Modify ME_CharFromPoint to work properly with password controls.
Matt Finnicum [Tue, 8 Aug 2006 15:55:08 +0000 (11:55 -0400)] 
riched20: Modify ME_CharFromPoint to work properly with password controls.

18 years agomshtml: Add Swedish translation.
Samuel Lidén Borell [Tue, 8 Aug 2006 13:33:45 +0000 (15:33 +0200)] 
mshtml: Add Swedish translation.

18 years agowined3d: Shader cap fixes.
Roderick Colenbrander [Tue, 8 Aug 2006 08:57:15 +0000 (10:57 +0200)] 
wined3d: Shader cap fixes.

18 years agouser: Make ExitWindowsEx asynchronous by deferring the real work to the explorer...
Robert Shearman [Fri, 4 Aug 2006 16:28:04 +0000 (17:28 +0100)] 
user: Make ExitWindowsEx asynchronous by deferring the real work to the explorer process.

18 years agoshell32: Use case insensitive comparisons when comparing paths.
Mike McCormack [Tue, 8 Aug 2006 09:47:02 +0000 (18:47 +0900)] 
shell32: Use case insensitive comparisons when comparing paths.

18 years agomsi: Fix the compressed files logic.
James Hawkins [Mon, 7 Aug 2006 18:37:49 +0000 (11:37 -0700)] 
msi: Fix the compressed files logic.

If the compressed file attribute is not set, use the Word Count
property to determine if files are compressed.

18 years agoshell32: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 7 Aug 2006 23:53:05 +0000 (08:53 +0900)] 
shell32: Updated Korean resource.

18 years agowined3d: Stub out remaining renderstates.
Jan Zerebecki [Mon, 7 Aug 2006 22:06:40 +0000 (00:06 +0200)] 
wined3d: Stub out remaining renderstates.

18 years agowined3d: Correct check for GL ext. support in MULTISAMPLEANTIALIAS.
Jan Zerebecki [Mon, 7 Aug 2006 22:06:09 +0000 (00:06 +0200)] 
wined3d: Correct check for GL ext. support in MULTISAMPLEANTIALIAS.

18 years agowined3d: Add missing newline at the end of traces.
Jan Zerebecki [Mon, 7 Aug 2006 22:04:24 +0000 (00:04 +0200)] 
wined3d: Add missing newline at the end of traces.

18 years agowined3d: Registry setting for the amount of simulated texture memory.
Jan Zerebecki [Mon, 7 Aug 2006 22:03:06 +0000 (00:03 +0200)] 
wined3d: Registry setting for the amount of simulated texture memory.

Set VideoMemorySize under HKCU\Software\Wine\Direct3D to amount in MB
as string.

18 years agowine.inf: lnkfile\shellex\ContextMenuHandlers\... is not supposed to have a default...
Francois Gouget [Mon, 7 Aug 2006 19:18:41 +0000 (21:18 +0200)] 
wine.inf: lnkfile\shellex\ContextMenuHandlers\... is not supposed to have a default value.

18 years agowine.inf: Don't create a fake exe and change the name at the same time.
Francois Gouget [Mon, 7 Aug 2006 19:38:14 +0000 (21:38 +0200)] 
wine.inf: Don't create a fake exe and change the name at the same time.

This confuses installers that think said exes can be run when this is
not the case and cannot work.

18 years agowine.inf: Use %CurrentVersionNT% wherever applicable.
Francois Gouget [Mon, 7 Aug 2006 19:37:34 +0000 (21:37 +0200)] 
wine.inf: Use %CurrentVersionNT% wherever applicable.

18 years agomlang: Fix the 'Multi Language String' CLSID: there is no {44EC053A-B70D-11D0-B188...
Francois Gouget [Mon, 7 Aug 2006 19:17:37 +0000 (21:17 +0200)] 
mlang: Fix the 'Multi Language String' CLSID: there is no {44EC053A-B70D-11D0-B188-00AA0038C969} CLSID in the Windows registry.

18 years agoshell32: Add CLSID_CUrlHistory and CLSID_CURLSearchHook.
Francois Gouget [Mon, 7 Aug 2006 19:37:03 +0000 (21:37 +0200)] 
shell32: Add CLSID_CUrlHistory and CLSID_CURLSearchHook.

18 years agoinseng: Switch to the standard regsvr.c registration code.
Francois Gouget [Mon, 7 Aug 2006 19:38:56 +0000 (21:38 +0200)] 
inseng: Switch to the standard regsvr.c registration code.

Now the CLSID_DLManager and CLSID_ActiveSetupEng keys get proper display names.
This also gives us DllUnregisterServer() for free.

18 years agoitss: Register CLSID_ITSProtocol. Tweak the registration code (via copy/paste) so...
Francois Gouget [Mon, 7 Aug 2006 19:42:19 +0000 (21:42 +0200)] 
itss: Register CLSID_ITSProtocol. Tweak the registration code (via copy/paste) so we can register its VersionIndependentProgID.

18 years agooleaut32: Set some missing ProxyStubClsid fields.
Francois Gouget [Mon, 7 Aug 2006 19:50:17 +0000 (21:50 +0200)] 
oleaut32: Set some missing ProxyStubClsid fields.