wine
18 years agoFixed an error in Swapchain_GetFrontBufferData.
Oliver Stieber [Tue, 8 Nov 2005 10:55:49 +0000 (10:55 +0000)] 
Fixed an error in Swapchain_GetFrontBufferData.

18 years agoExtract the executable name for msi advertised shortcuts.
Mike McCormack [Tue, 8 Nov 2005 10:55:25 +0000 (10:55 +0000)] 
Extract the executable name for msi advertised shortcuts.

18 years agoFix a problem spotted by Dmitry and another one stopping correctly
Mike McCormack [Tue, 8 Nov 2005 10:55:15 +0000 (10:55 +0000)] 
Fix a problem spotted by Dmitry and another one stopping correctly
formatted lnk files from being generated.

18 years agoSemi-stub implementation for SHRegGetValue(A|W).
Uwe Bonnes [Mon, 7 Nov 2005 20:14:27 +0000 (20:14 +0000)] 
Semi-stub implementation for SHRegGetValue(A|W).

18 years agoDefine the setupapi hresult errors.
James Hawkins [Mon, 7 Nov 2005 20:12:55 +0000 (20:12 +0000)] 
Define the setupapi hresult errors.

18 years agoAdded some missing definitions in wininet.h.
Peter Lemenkov [Mon, 7 Nov 2005 20:12:13 +0000 (20:12 +0000)] 
Added some missing definitions in wininet.h.

18 years agoAdd IXMLDOMParseError.
Huw Davies [Mon, 7 Nov 2005 20:11:43 +0000 (20:11 +0000)] 
Add IXMLDOMParseError.

18 years agoMore robust code for querying ShellFolder attributes (some
Michael Jung [Mon, 7 Nov 2005 20:11:27 +0000 (20:11 +0000)] 
More robust code for querying ShellFolder attributes (some
ShellFolders ignore the flag mask in GetAttributesOf).

18 years agoAdded a bunch of tests for the INF parser.
Alexandre Julliard [Mon, 7 Nov 2005 16:41:37 +0000 (16:41 +0000)] 
Added a bunch of tests for the INF parser.

18 years agoFirst draft of ExtTextOut on an open path.
Dmitry Timoshkov [Mon, 7 Nov 2005 16:40:20 +0000 (16:40 +0000)] 
First draft of ExtTextOut on an open path.

18 years ago- bug fixes on AddProp, AddContainer (stupid buffer overflows)
Raphael Junqueira [Mon, 7 Nov 2005 16:39:41 +0000 (16:39 +0000)] 
- bug fixes on AddProp, AddContainer (stupid buffer overflows)
- more complete container hierarchy
- DXDiag_AddFileDescContainer service to fill dll info
- almost complete DXDiag_InitDXDiagDirectXFilesContainer (for now)

18 years agoMake SystemParametersInfoA( SPI_SETNONCLIENTMETRICS, ...) work by
Rein Klazes [Mon, 7 Nov 2005 16:39:21 +0000 (16:39 +0000)] 
Make SystemParametersInfoA( SPI_SETNONCLIENTMETRICS, ...) work by
adding the needed non client metrics A->W conversions.

18 years agoFix segfault when querying non-existent SecurityProvider.
Stefan Huehner [Mon, 7 Nov 2005 16:39:00 +0000 (16:39 +0000)] 
Fix segfault when querying non-existent SecurityProvider.

18 years agoAdd stub implementation of IMediaStream interface.
Christian Costa [Mon, 7 Nov 2005 16:38:48 +0000 (16:38 +0000)] 
Add stub implementation of IMediaStream interface.

18 years agoAtlAxWinInit dummy implementation.
Vitaly Lipatov [Mon, 7 Nov 2005 16:38:31 +0000 (16:38 +0000)] 
AtlAxWinInit dummy implementation.

18 years agoImplement RtlInitAnsiStringEx.
Ivan Leo Puoti [Mon, 7 Nov 2005 11:14:45 +0000 (11:14 +0000)] 
Implement RtlInitAnsiStringEx.

18 years agoVerify that the texture coordinate used in DrawStridedSlow is in range
Oliver Stieber [Mon, 7 Nov 2005 11:13:26 +0000 (11:13 +0000)] 
Verify that the texture coordinate used in DrawStridedSlow is in range
before trying to referencing the associated data.

18 years agoPrevent SetFVF from clearing down the vertex declaration of the FVF is
Oliver Stieber [Mon, 7 Nov 2005 11:12:38 +0000 (11:12 +0000)] 
Prevent SetFVF from clearing down the vertex declaration of the FVF is
zero. This is required for Prince of Persia, The sands of time.

18 years agoLdrAccessResource should pop 16 bytes off the stack since it is a
Robert Shearman [Mon, 7 Nov 2005 11:11:59 +0000 (11:11 +0000)] 
LdrAccessResource should pop 16 bytes off the stack since it is a
WINAPI function.

18 years agoAdded support of loading of IPicture data from non-statable
Marcus Meissner [Mon, 7 Nov 2005 11:09:10 +0000 (11:09 +0000)] 
Added support of loading of IPicture data from non-statable
IStreams. Added testcases for this.

18 years agoFree an alloc'ed string.
James Hawkins [Mon, 7 Nov 2005 11:08:47 +0000 (11:08 +0000)] 
Free an alloc'ed string.

18 years agoWhen creating black & white cursor icon, handle special case where
Christian Costa [Mon, 7 Nov 2005 11:07:43 +0000 (11:07 +0000)] 
When creating black & white cursor icon, handle special case where
hbmColor is null and hbmMask specify a bitmap having twice the height
and formatted so the upper half is the icon AND bitmask and the lower
one is the OR bitmask.

18 years agoRemove already included headers.
Vincent Béron [Mon, 7 Nov 2005 11:07:19 +0000 (11:07 +0000)] 
Remove already included headers.

18 years agoImprove c2man Documented-Total count.
Markus Amsler [Sat, 5 Nov 2005 10:45:02 +0000 (10:45 +0000)] 
Improve c2man Documented-Total count.

18 years ago- Move target folder initialization to a dedicated function.
Michael Jung [Sat, 5 Nov 2005 10:44:28 +0000 (10:44 +0000)] 
- Move target folder initialization to a dedicated function.
- Use this function in BindToObject (should be faster).
- Special handling for FolderShortcut objects in Initialize method.
- Removed a todo_wine from a no longer failing unit test.

18 years agoAvoid getting ahead of dsound mixer when using non-hw device. Also
Davin McCall [Sat, 5 Nov 2005 10:44:10 +0000 (10:44 +0000)] 
Avoid getting ahead of dsound mixer when using non-hw device. Also
avoid using internal ALSA call to retrieve hardware play position.

18 years agox86_64 references a named union, ensure unions are not nameless.
Kevin Koltzau [Sat, 5 Nov 2005 10:43:50 +0000 (10:43 +0000)] 
x86_64 references a named union, ensure unions are not nameless.

18 years agoUpdate German resource file.
Henning Gerhardt [Sat, 5 Nov 2005 10:43:34 +0000 (10:43 +0000)] 
Update German resource file.

18 years ago- Stricten cases for NT in a two tests.
Saulius Krasuckas [Sat, 5 Nov 2005 10:43:27 +0000 (10:43 +0000)] 
- Stricten cases for NT in a two tests.
- WSAAddressToString[AW] don't fail on Win9x for those.
- Modify it to pass new tests.

18 years agoWin9x returns MSIDBERROR_NOERROR.
Saulius Krasuckas [Sat, 5 Nov 2005 10:42:57 +0000 (10:42 +0000)] 
Win9x returns MSIDBERROR_NOERROR.

18 years agoFilter out CTEXT nodes when building element child lists.
Huw Davies [Sat, 5 Nov 2005 10:42:45 +0000 (10:42 +0000)] 
Filter out CTEXT nodes when building element child lists.
get_item and get_length should honour the filter.
Add some '\n's to the tests so that libxml2 lists CTEXT nodes.

18 years agoValidate the column index passed in by the caller.
Dimi Paun [Sat, 5 Nov 2005 10:42:35 +0000 (10:42 +0000)] 
Validate the column index passed in by the caller.

18 years agoFixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
Marcus Meissner [Sat, 5 Nov 2005 10:42:09 +0000 (10:42 +0000)] 
Fixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
VARIANT_FormatDate.

18 years agoTidy up UpdateTexture and add support for updating cube textures.
Oliver Stieber [Fri, 4 Nov 2005 12:39:17 +0000 (12:39 +0000)] 
Tidy up UpdateTexture and add support for updating cube textures.

18 years agoUpdate win16.api and win32.api.
Vincent Béron [Fri, 4 Nov 2005 11:44:01 +0000 (11:44 +0000)] 
Update win16.api and win32.api.

18 years agoImprove c2man Documented-Total count.
Markus Amsler [Fri, 4 Nov 2005 11:43:27 +0000 (11:43 +0000)] 
Improve c2man Documented-Total count.

18 years agoMore verbose output when unhandled exception occurs.
Uwe Bonnes [Fri, 4 Nov 2005 11:42:48 +0000 (11:42 +0000)] 
More verbose output when unhandled exception occurs.

18 years agoPartially implement and test the shelllink object's
Mike McCormack [Fri, 4 Nov 2005 11:40:58 +0000 (11:40 +0000)] 
Partially implement and test the shelllink object's
IShellLinkDataList::CopyDataBlock and GetFlags methods.

18 years agovolatile is legal (and used now!) in a typedef struct {}.
Vincent Béron [Fri, 4 Nov 2005 11:39:58 +0000 (11:39 +0000)] 
volatile is legal (and used now!) in a typedef struct {}.

18 years agoFix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
Vincent Béron [Fri, 4 Nov 2005 11:16:48 +0000 (11:16 +0000)] 
Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
PSYM_ENUMSOURCFILES_CALLBACK.

18 years ago- RegConnectRegistryA fails on Win9x when Remote Registry Service is
Saulius Krasuckas [Fri, 4 Nov 2005 11:15:59 +0000 (11:15 +0000)] 
- RegConnectRegistryA fails on Win9x when Remote Registry Service is
  not installed (WinReg.DLL is missing).
- Test "\\" prefixed computer names too.

18 years agoUse advapi32.CommandLineFromMsiDescriptor to get msi component paths.
Mike McCormack [Fri, 4 Nov 2005 11:15:33 +0000 (11:15 +0000)] 
Use advapi32.CommandLineFromMsiDescriptor to get msi component paths.

18 years agoImplement advapi32.CommandLineFromMsiDescriptor. It's a wrapper for
Mike McCormack [Fri, 4 Nov 2005 11:15:18 +0000 (11:15 +0000)] 
Implement advapi32.CommandLineFromMsiDescriptor. It's a wrapper for
msi.MsiProvideComponentFromDescriptor.

18 years agoPass HtmlHelp commands to doWinMain.
James Hawkins [Fri, 4 Nov 2005 11:15:01 +0000 (11:15 +0000)] 
Pass HtmlHelp commands to doWinMain.

18 years agoMove functions in comctl32/string.c to remove function declaration.
Vincent Béron [Fri, 4 Nov 2005 11:14:52 +0000 (11:14 +0000)] 
Move functions in comctl32/string.c to remove function declaration.

18 years ago__RPC_STUB is a calling convention as well (#defined as __stdcall).
Vincent Béron [Fri, 4 Nov 2005 11:14:41 +0000 (11:14 +0000)] 
__RPC_STUB is a calling convention as well (#defined as __stdcall).

18 years agoFix warning about memmove re#definition.
Vincent Béron [Fri, 4 Nov 2005 11:14:22 +0000 (11:14 +0000)] 
Fix warning about memmove re#definition.

18 years agoMake 4 WSAStringToAddress* tests don't fail on Win9x.
Saulius Krasuckas [Fri, 4 Nov 2005 11:14:12 +0000 (11:14 +0000)] 
Make 4 WSAStringToAddress* tests don't fail on Win9x.

18 years agoAdded support for VT_I8/VT_UI8 marshalling.
Marcus Meissner [Fri, 4 Nov 2005 11:13:55 +0000 (11:13 +0000)] 
Added support for VT_I8/VT_UI8 marshalling.

18 years agoAdd support for updating to D3DFMT_UNKNOWN surfaces and tidy up update
Oliver Stieber [Fri, 4 Nov 2005 11:13:45 +0000 (11:13 +0000)] 
Add support for updating to D3DFMT_UNKNOWN surfaces and tidy up update
surface a little.

18 years agoAdd a test for Invoking an OleFont function.
Robert Shearman [Fri, 4 Nov 2005 11:13:08 +0000 (11:13 +0000)] 
Add a test for Invoking an OleFont function.

18 years agoAdded support for optional section.ntx86 and section.nt in
Alexandre Julliard [Thu, 3 Nov 2005 19:34:03 +0000 (19:34 +0000)] 
Added support for optional section.ntx86 and section.nt in
InstallHinfSection when current version is set to NT.

18 years agoImplement OLE object notifications, making sure to cope with the case
Robert Shearman [Thu, 3 Nov 2005 19:32:49 +0000 (19:32 +0000)] 
Implement OLE object notifications, making sure to cope with the case
of the advise holder not being created because no notifications are
needed.

18 years agoGet rid of a double backslash.
Dmitry Timoshkov [Thu, 3 Nov 2005 19:32:38 +0000 (19:32 +0000)] 
Get rid of a double backslash.

18 years agoUse Win32 APIs for string comparison.
Dmitry Timoshkov [Thu, 3 Nov 2005 19:31:59 +0000 (19:31 +0000)] 
Use Win32 APIs for string comparison.

18 years agoShow detected audio drivers in autodetect.
Vijay Kiran Kamuju [Thu, 3 Nov 2005 19:31:45 +0000 (19:31 +0000)] 
Show detected audio drivers in autodetect.

18 years agoStricter check whether a window needs to be mapped on the screen.
Dmitry Timoshkov [Thu, 3 Nov 2005 19:31:38 +0000 (19:31 +0000)] 
Stricter check whether a window needs to be mapped on the screen.

18 years agoAdded another CST (Australian Central Daylight Time) to TZ_INFO.
Kieran Clancy [Thu, 3 Nov 2005 13:21:23 +0000 (13:21 +0000)] 
Added another CST (Australian Central Daylight Time) to TZ_INFO.

18 years agoExtend VarCmp() and add test cases.
Uwe Bonnes [Thu, 3 Nov 2005 13:21:11 +0000 (13:21 +0000)] 
Extend VarCmp() and add test cases.

18 years agoFix warnings and errors in 64bit.
Kevin Koltzau [Thu, 3 Nov 2005 13:17:51 +0000 (13:17 +0000)] 
Fix warnings and errors in 64bit.

18 years agoReplaced tabs with spaces.
Michael Jung [Thu, 3 Nov 2005 13:17:32 +0000 (13:17 +0000)] 
Replaced tabs with spaces.

18 years agoAuthors: Vijay Kiran Kamuju <infyquest@gmail.com>, Jonathan Ernst <Jonathan@ErnstFami...
Alexandre Julliard [Thu, 3 Nov 2005 12:12:18 +0000 (12:12 +0000)] 
Authors: Vijay Kiran Kamuju <infyquest@gmail.com>, Jonathan Ernst <Jonathan@ErnstFamily.ch>
Display an error if no printer is installed.

18 years agoSpecify a DLL version for msvcrt.dll.
Marcus Meissner [Thu, 3 Nov 2005 12:05:05 +0000 (12:05 +0000)] 
Specify a DLL version for msvcrt.dll.

18 years agoAdd indexed access to attributes (nodemap) and childNodes
Stefan Huehner [Thu, 3 Nov 2005 12:04:52 +0000 (12:04 +0000)] 
Add indexed access to attributes (nodemap) and childNodes
(nodelist), with some testcases.

18 years agoAdded some more unit tests for FolderShortcut objects.
Michael Jung [Thu, 3 Nov 2005 12:04:24 +0000 (12:04 +0000)] 
Added some more unit tests for FolderShortcut objects.

18 years agoFixed fd leaks (spotted by Cihan Altinay).
Alexandre Julliard [Thu, 3 Nov 2005 11:38:48 +0000 (11:38 +0000)] 
Fixed fd leaks (spotted by Cihan Altinay).

18 years agoFix some wrong prototypes.
Ivan Leo Puoti [Thu, 3 Nov 2005 11:35:11 +0000 (11:35 +0000)] 
Fix some wrong prototypes.

18 years agoFill provider with some empty containers.
Raphael Junqueira [Thu, 3 Nov 2005 11:34:28 +0000 (11:34 +0000)] 
Fill provider with some empty containers.

18 years agoInvoke shortcuts through IContextMenu, rather than trying to access
Mike McCormack [Thu, 3 Nov 2005 11:33:57 +0000 (11:33 +0000)] 
Invoke shortcuts through IContextMenu, rather than trying to access
them directly.

18 years agoAdd the ContextMenuHandlers key for shortcuts so the new context menu
Mike McCormack [Thu, 3 Nov 2005 11:33:43 +0000 (11:33 +0000)] 
Add the ContextMenuHandlers key for shortcuts so the new context menu
code can work.

18 years agoCache background color brush instead of recreating it at each screen
Phil Krylov [Thu, 3 Nov 2005 11:33:24 +0000 (11:33 +0000)] 
Cache background color brush instead of recreating it at each screen
update.

18 years agoFixed 'break NN' command (using dbghelp.SymEnumLines).
Eric Pouech [Thu, 3 Nov 2005 11:33:04 +0000 (11:33 +0000)] 
Fixed 'break NN' command (using dbghelp.SymEnumLines).

18 years agoFixed wineconsole startup when restoring registry settings.
Eric Pouech [Thu, 3 Nov 2005 11:32:52 +0000 (11:32 +0000)] 
Fixed wineconsole startup when restoring registry settings.

18 years agoRemove some redundant null pointer checks.
Mike McCormack [Thu, 3 Nov 2005 09:56:29 +0000 (09:56 +0000)] 
Remove some redundant null pointer checks.

18 years agoAuthors: Vitaliy Margolen <wine-patch@kievinfo.com>, Michael Jung <mjung@iss.tu-darms...
Alexandre Julliard [Thu, 3 Nov 2005 09:56:07 +0000 (09:56 +0000)] 
Authors: Vitaliy Margolen <wine-patch@kievinfo.com>, Michael Jung <mjung@iss.tu-darmstadt.de>
Set all capability flags supported by the shellfolder, disregarding
the flag mask given to GetAttributesOf.
Unit tests to demonstrate this behaviour.

18 years agoAdd missing semicolons that caused compile trouble on FreeBSD.
Mike McCormack [Thu, 3 Nov 2005 09:55:30 +0000 (09:55 +0000)] 
Add missing semicolons that caused compile trouble on FreeBSD.

18 years agoPass the correct verb.
Mike McCormack [Thu, 3 Nov 2005 09:55:21 +0000 (09:55 +0000)] 
Pass the correct verb.
Add a space between extra parameters.
Wait for ShellExecute to complete.

18 years agoAdd a real stub for Advpack.extract.
Steven Edwards [Thu, 3 Nov 2005 09:54:56 +0000 (09:54 +0000)] 
Add a real stub for Advpack.extract.

18 years agoGet rid of CPU id when copying context
Vitaliy Margolen [Thu, 3 Nov 2005 09:54:47 +0000 (09:54 +0000)] 
Get rid of CPU id when copying context

18 years ago- defined D3DCOLOR_B macros to access byte values of D3DCOLOR
Raphael Junqueira [Thu, 3 Nov 2005 09:54:31 +0000 (09:54 +0000)] 
- defined D3DCOLOR_B macros to access byte values of D3DCOLOR
- use D3DCOLOR macros instead of using shift + masks
- fix a bug where diffuse.lpData checked instead of specular.lpData
- implement color fixup on ARB VShader compilation code:
   ->  on input parameters using swizzle
   -> add is_color parameter on vshader_program_add_param

18 years agoAdded stub for RegisterServiceCtrlHandlerEx{A,W}.
Hans Leidekker [Thu, 3 Nov 2005 09:53:27 +0000 (09:53 +0000)] 
Added stub for RegisterServiceCtrlHandlerEx{A,W}.

18 years agoAdded support for EM_REQUESTRESIZE message, EN_REQUESTRESIZE
Phil Krylov [Thu, 3 Nov 2005 09:52:29 +0000 (09:52 +0000)] 
Added support for EM_REQUESTRESIZE message, EN_REQUESTRESIZE
notification, and ENM_REQUESTRESIZE event mask.

18 years agoScroll bar: Keep the caret blinking during scroll operations (only
Michael Kaufmann [Thu, 3 Nov 2005 09:51:42 +0000 (09:51 +0000)] 
Scroll bar: Keep the caret blinking during scroll operations (only
handle WM_SYSTIMER messages that belong to the scroll bar).

18 years agoImplemented SymEnumLines.
Eric Pouech [Thu, 3 Nov 2005 09:51:26 +0000 (09:51 +0000)] 
Implemented SymEnumLines.

18 years agoNow filling external leading in font cells.
Eric Pouech [Thu, 3 Nov 2005 09:51:00 +0000 (09:51 +0000)] 
Now filling external leading in font cells.

18 years agoDon't call Release on a null ptr.
Huw Davies [Wed, 2 Nov 2005 20:54:34 +0000 (20:54 +0000)] 
Don't call Release on a null ptr.

18 years agoFixed Get/SetThreadContext to work properly on suspended threads.
Alexandre Julliard [Wed, 2 Nov 2005 20:54:12 +0000 (20:54 +0000)] 
Fixed Get/SetThreadContext to work properly on suspended threads.
Added a test case.

18 years agoCorrect WINAPI position for MSVC portability.
Martin Fuchs [Wed, 2 Nov 2005 20:51:41 +0000 (20:51 +0000)] 
Correct WINAPI position for MSVC portability.

18 years agoFixed crash in font browsing for raster fonts.
Eric Pouech [Wed, 2 Nov 2005 20:51:16 +0000 (20:51 +0000)] 
Fixed crash in font browsing for raster fonts.

18 years agoFix a crash during +variant logging caused by a typo causing an array
Robert Shearman [Wed, 2 Nov 2005 20:03:01 +0000 (20:03 +0000)] 
Fix a crash during +variant logging caused by a typo causing an array
to be one element less than expected.

18 years agoImplement D3DFMT_UNKNOWN surfaces, this seems to be used a lot in d3d8
Oliver Stieber [Wed, 2 Nov 2005 20:01:54 +0000 (20:01 +0000)] 
Implement D3DFMT_UNKNOWN surfaces, this seems to be used a lot in d3d8
but I haven't found any d3d9 application that uses D3DFMT_UNKNOWN
surfaces yet.

18 years ago- Make sure to clean up properly on error.
Robert Shearman [Wed, 2 Nov 2005 20:00:00 +0000 (20:00 +0000)] 
- Make sure to clean up properly on error.
- Restrict the critical section to getting the channel buffer and
  adding a reference to it.

18 years ago- Make wParamFlags in the paramdesc dumping function human readable.
Robert Shearman [Wed, 2 Nov 2005 19:59:13 +0000 (19:59 +0000)] 
- Make wParamFlags in the paramdesc dumping function human readable.
- Enums should be VT_I4 instead of VT_INT.
- Trace the return value from the ITypeInfo_fnInvoke.

18 years agoNULL and empty strings are the same in conditions.
Mike McCormack [Wed, 2 Nov 2005 19:58:01 +0000 (19:58 +0000)] 
NULL and empty strings are the same in conditions.

18 years agoChange a FIXME message to a comment.
Mike McCormack [Wed, 2 Nov 2005 19:57:13 +0000 (19:57 +0000)] 
Change a FIXME message to a comment.

18 years agoAvoid printing out a possibly uninitialized variable.
Dmitry Timoshkov [Wed, 2 Nov 2005 19:56:24 +0000 (19:56 +0000)] 
Avoid printing out a possibly uninitialized variable.

18 years agoExtend get_nodeName add testcases for it.
Stefan Huehner [Wed, 2 Nov 2005 19:55:30 +0000 (19:55 +0000)] 
Extend get_nodeName add testcases for it.

18 years agoStub implementation for MsiAdvertiseScriptA/W.
Mike McCormack [Wed, 2 Nov 2005 19:54:31 +0000 (19:54 +0000)] 
Stub implementation for MsiAdvertiseScriptA/W.

18 years agoCreate the +msidb debug channel for msi database code.
Mike McCormack [Wed, 2 Nov 2005 14:24:21 +0000 (14:24 +0000)] 
Create the +msidb debug channel for msi database code.

18 years agoForce files to install if the REINSTALL property is set.
Aric Stewart [Wed, 2 Nov 2005 14:21:17 +0000 (14:21 +0000)] 
Force files to install if the REINSTALL property is set.