wine/eterwine.git
15 years agomsi: Update the UI in the DeleteServices action.
Hans Leidekker [Fri, 5 Mar 2010 11:24:41 +0000 (12:24 +0100)]
msi: Update the UI in the DeleteServices action.

15 years agomsi: Display directory identifier instead of the full path in the CreateFolders action.
Hans Leidekker [Fri, 5 Mar 2010 11:24:18 +0000 (12:24 +0100)]
msi: Display directory identifier instead of the full path in the CreateFolders action.

15 years agomsi: Update the UI in the AppSearch action.
Hans Leidekker [Fri, 5 Mar 2010 11:23:53 +0000 (12:23 +0100)]
msi: Update the UI in the AppSearch action.

15 years agomsi: Update the UI in the AllocateRegistrySpace action.
Hans Leidekker [Fri, 5 Mar 2010 11:23:22 +0000 (12:23 +0100)]
msi: Update the UI in the AllocateRegistrySpace action.

15 years agowinetest: Refuse to run if we cannot create a window.
Alexandre Julliard [Fri, 5 Mar 2010 12:10:16 +0000 (13:10 +0100)]
winetest: Refuse to run if we cannot create a window.

15 years agowined3d: Update to add Mesa ATI card detection code.
Paul Andrew Panon [Fri, 5 Mar 2010 10:30:04 +0000 (02:30 -0800)]
wined3d: Update to add Mesa ATI card detection code.

15 years agoshlwapi/tests: Fix some test failures on Win9x/WinMe.
Paul Vriens [Fri, 5 Mar 2010 10:45:40 +0000 (11:45 +0100)]
shlwapi/tests: Fix some test failures on Win9x/WinMe.

15 years agoshlwapi/tests: Skip some tests on Win9x/WinMe.
Paul Vriens [Fri, 5 Mar 2010 10:35:12 +0000 (11:35 +0100)]
shlwapi/tests: Skip some tests on Win9x/WinMe.

15 years agogdi32/tests: Fix a test failure on Win9x/WinMe.
Paul Vriens [Fri, 5 Mar 2010 10:06:52 +0000 (11:06 +0100)]
gdi32/tests: Fix a test failure on Win9x/WinMe.

15 years agommdevapi/tests: Fix a failing test for Vista/W2k8.
Jeff Zaroyko [Fri, 5 Mar 2010 06:00:00 +0000 (17:00 +1100)]
mmdevapi/tests: Fix a failing test for Vista/W2k8.

15 years agoshell32: Stub IShellView2::SelectAndPositionItem() over IFolderView::SelectAndPositio...
Nikolay Sivov [Thu, 4 Mar 2010 19:36:27 +0000 (22:36 +0300)]
shell32: Stub IShellView2::SelectAndPositionItem() over IFolderView::SelectAndPositionItems().

15 years agoshell32: Move SelectItem implementation to IFolderView and use it for IShellView...
Nikolay Sivov [Thu, 4 Mar 2010 19:29:23 +0000 (22:29 +0300)]
shell32: Move SelectItem implementation to IFolderView and use it for IShellView::SelectItem.

15 years agoshell32: Cast to class data pointer IShellView2 vtable as it's a first member.
Nikolay Sivov [Thu, 4 Mar 2010 17:36:48 +0000 (20:36 +0300)]
shell32: Cast to class data pointer IShellView2 vtable as it's a first member.

15 years agoshell32: Stub IFolderView implementation for IShellView instance.
Nikolay Sivov [Thu, 4 Mar 2010 17:19:03 +0000 (20:19 +0300)]
shell32: Stub IFolderView implementation for IShellView instance.

15 years agowined3d: Fix a failure of card vendor detection.
Kusanagi Kouichi [Thu, 4 Mar 2010 17:51:31 +0000 (02:51 +0900)]
wined3d: Fix a failure of card vendor detection.

15 years agowined3d: Add wined3d_event_query_create and destroy.
Stefan Dösinger [Wed, 3 Mar 2010 22:48:50 +0000 (23:48 +0100)]
wined3d: Add wined3d_event_query_create and destroy.

This also moves the event query faking code back to the external
interface and removes the temporary WINED3D_EVENT_QUERY_UNSUPPORTED
return value since wined3d_event_query_create properly fails if no
event query GL extension is supported.

15 years agowined3d: Introduce wined3d_event_query_issue.
Stefan Dösinger [Wed, 3 Mar 2010 22:18:37 +0000 (23:18 +0100)]
wined3d: Introduce wined3d_event_query_issue.

15 years agowined3d: Create a wined3d internal event query interface.
Stefan Dösinger [Wed, 3 Mar 2010 21:45:34 +0000 (22:45 +0100)]
wined3d: Create a wined3d internal event query interface.

The newly created wined3d_event_query_test will be available for
wined3d-internal use, primarily for synchronizing buffer updates when
using GL_APPLE_flush_buffer_range.

The wined3d_event_query interface will contain most of the functionality:
* Selecting the proper GL extension
* Context handling
* Thread handling

The IWineD3DEventQuery COM interface will use the internal interface
and implement event query faking on top of it (to enable games that
require event queries able to run on drivers that don't implement the
GL extension).

15 years agontdll: Always restore the context after an exception even if setting the debug regist...
Alexandre Julliard [Fri, 5 Mar 2010 11:25:34 +0000 (12:25 +0100)]
ntdll: Always restore the context after an exception even if setting the debug registers fails.

15 years agoserver: Fix a typo in the context tracing.
Alexandre Julliard [Fri, 5 Mar 2010 11:25:12 +0000 (12:25 +0100)]
server: Fix a typo in the context tracing.

15 years agowine.inf: Create symlinks for shared Wow64 keys under HKLM\Software.
Alexandre Julliard [Thu, 4 Mar 2010 19:49:34 +0000 (20:49 +0100)]
wine.inf: Create symlinks for shared Wow64 keys under HKLM\Software.

15 years agowine.inf: Create empty keys for all entries that are shared in Wow64.
Alexandre Julliard [Thu, 4 Mar 2010 19:48:57 +0000 (20:48 +0100)]
wine.inf: Create empty keys for all entries that are shared in Wow64.

15 years agontdll/tests: Add tests for HKLM\Software\Classes Wow64 sharing.
Alexandre Julliard [Thu, 4 Mar 2010 19:48:09 +0000 (20:48 +0100)]
ntdll/tests: Add tests for HKLM\Software\Classes Wow64 sharing.

15 years agoserver: Add support for Wow64 sharing of the HKLM\Software\Classes key.
Alexandre Julliard [Thu, 4 Mar 2010 19:47:35 +0000 (20:47 +0100)]
server: Add support for Wow64 sharing of the HKLM\Software\Classes key.

15 years agoserver: Add a helper function for the common functionality between open_key and creat...
Alexandre Julliard [Thu, 4 Mar 2010 19:46:42 +0000 (20:46 +0100)]
server: Add a helper function for the common functionality between open_key and create_key.

15 years agomshtml: create_channelbsc: Handle OOM case correctly.
Joris Huizer [Thu, 4 Mar 2010 11:39:18 +0000 (12:39 +0100)]
mshtml: create_channelbsc: Handle OOM case correctly.

15 years agocmd: Fix cmd to take /? as a help parameter.
Arjun Comar [Tue, 2 Mar 2010 21:26:09 +0000 (16:26 -0500)]
cmd: Fix cmd to take /? as a help parameter.

15 years agousp10: Remove duplicate code.
Jeff Latimer [Thu, 4 Mar 2010 12:47:20 +0000 (23:47 +1100)]
usp10: Remove duplicate code.

15 years agoshell32: Use return value on failure updated in Vista+.
Nikolay Sivov [Thu, 4 Mar 2010 11:22:49 +0000 (14:22 +0300)]
shell32: Use return value on failure updated in Vista+.

15 years agowined3d: Split TEXT shader comments into separate lines.
Henri Verbeet [Thu, 4 Mar 2010 11:19:56 +0000 (12:19 +0100)]
wined3d: Split TEXT shader comments into separate lines.

Based on a patch by Christian Costa.

15 years agoadvapi32/tests: Add a number of tests for Wow64 registry redirection.
Alexandre Julliard [Thu, 4 Mar 2010 14:02:00 +0000 (15:02 +0100)]
advapi32/tests: Add a number of tests for Wow64 registry redirection.

15 years agowine.inf: Create a few Wow64 symbolic links.
Alexandre Julliard [Thu, 4 Mar 2010 13:17:23 +0000 (14:17 +0100)]
wine.inf: Create a few Wow64 symbolic links.

15 years agoaclocal.m4: Fix WINE_TRY_CFLAGS macro (LLVM/Clang).
Yann Droneaud [Thu, 4 Mar 2010 10:43:17 +0000 (11:43 +0100)]
aclocal.m4: Fix WINE_TRY_CFLAGS macro (LLVM/Clang).

15 years agogdi32: Provide a non-blank font face name for ANSI_FIXED_FONT.
Dylan Smith [Thu, 4 Mar 2010 10:17:29 +0000 (05:17 -0500)]
gdi32: Provide a non-blank font face name for ANSI_FIXED_FONT.

This patch avoids using the wrong font when this stock font is selected,
which could be seen by modifying notepad to send WM_SETFONT to the edit
control with GetStockObject(ANSI_FIXED_FONT) for wParam.

15 years agomsi: Initialize a couple of variables.
Hans Leidekker [Thu, 4 Mar 2010 08:17:50 +0000 (09:17 +0100)]
msi: Initialize a couple of variables.

Found by Valgrind.

15 years agoshell32/tests: Prevent crash on W2K and below.
Paul Vriens [Thu, 4 Mar 2010 07:49:34 +0000 (08:49 +0100)]
shell32/tests: Prevent crash on W2K and below.

15 years agod3dx9_36: Avoid dereferencing null pointers in trace (spotted by Paul Vriens).
Christian Costa [Thu, 4 Mar 2010 07:20:44 +0000 (08:20 +0100)]
d3dx9_36: Avoid dereferencing null pointers in trace (spotted by Paul Vriens).

15 years agogdiplus: Implement GdipSetImageAttributesRemapTable with updated test.
Justin Chevrier [Thu, 4 Mar 2010 01:06:33 +0000 (20:06 -0500)]
gdiplus: Implement GdipSetImageAttributesRemapTable with updated test.

15 years agogdiplus/test: Add GdipSetImageAttributesRemapTable test and fix typo.
Justin Chevrier [Thu, 4 Mar 2010 01:06:32 +0000 (20:06 -0500)]
gdiplus/test: Add GdipSetImageAttributesRemapTable test and fix typo.

15 years agorpcrt4: Implement UuidCreateSequential using the machine's MAC address, when available.
Juan Lang [Wed, 3 Mar 2010 22:37:40 +0000 (14:37 -0800)]
rpcrt4: Implement UuidCreateSequential using the machine's MAC address, when available.

15 years agorpcrt4: Add tests for UuidCreateSequential.
Juan Lang [Wed, 3 Mar 2010 22:36:32 +0000 (14:36 -0800)]
rpcrt4: Add tests for UuidCreateSequential.

15 years agoole32: Add tests for CopyTo in recursive situations.
Vincent Povirk [Wed, 3 Mar 2010 22:04:55 +0000 (16:04 -0600)]
ole32: Add tests for CopyTo in recursive situations.

15 years agooleaut32: Fix FormatString (valgrind).
André Hentschel [Wed, 3 Mar 2010 19:39:45 +0000 (20:39 +0100)]
oleaut32: Fix FormatString (valgrind).

15 years agooleaut32: Fix localized date and time parsing.
André Hentschel [Wed, 3 Mar 2010 18:59:16 +0000 (19:59 +0100)]
oleaut32: Fix localized date and time parsing.

15 years agooleaut32: Fix localized date parsing.
André Hentschel [Wed, 3 Mar 2010 18:57:27 +0000 (19:57 +0100)]
oleaut32: Fix localized date parsing.

15 years agowinex11: Log keycode decimal <-> hex for keysym & MS vkey and scancode.
Jörg Höhle [Sat, 13 Feb 2010 21:47:08 +0000 (22:47 +0100)]
winex11: Log keycode decimal <-> hex for keysym & MS vkey and scancode.

15 years agontdll: Return STATUS_IMAGE_NOT_AT_BASE when an image mapping has to be relocated.
Alexandre Julliard [Wed, 3 Mar 2010 19:04:55 +0000 (20:04 +0100)]
ntdll: Return STATUS_IMAGE_NOT_AT_BASE when an image mapping has to be relocated.

15 years agowined3d: Add Mesa ATI card detection code.
Paul Andrew Panon [Mon, 1 Mar 2010 18:31:00 +0000 (10:31 -0800)]
wined3d: Add Mesa ATI card detection code.

15 years agowined3d: Add a card detection table and refactor wined3d_guess_card.
Paul Andrew Panon [Mon, 1 Mar 2010 18:29:32 +0000 (10:29 -0800)]
wined3d: Add a card detection table and refactor wined3d_guess_card.

15 years agowined3d: Adjust the quirks to use the new GL_VENDOR codes.
Paul Andrew Panon [Wed, 3 Mar 2010 07:16:28 +0000 (23:16 -0800)]
wined3d: Adjust the quirks to use the new GL_VENDOR codes.

15 years agowined3d: Add a real GL vendor detection.
Paul Andrew Panon [Wed, 3 Mar 2010 07:16:26 +0000 (23:16 -0800)]
wined3d: Add a real GL vendor detection.

15 years agowined3d: Rename GL_VENDOR to HW_VENDOR.
Paul Andrew Panon [Mon, 1 Mar 2010 18:26:04 +0000 (10:26 -0800)]
wined3d: Rename GL_VENDOR to HW_VENDOR.

15 years agomshtml: Call Exec(DOCHOST_DOCCANNAVIGATE) from IOleObject::SetClientSite.
Jacek Caban [Wed, 3 Mar 2010 13:56:56 +0000 (14:56 +0100)]
mshtml: Call Exec(DOCHOST_DOCCANNAVIGATE) from IOleObject::SetClientSite.

15 years agomshtml: Added more navigation tests.
Jacek Caban [Wed, 3 Mar 2010 13:56:39 +0000 (14:56 +0100)]
mshtml: Added more navigation tests.

15 years agomshtml: Added IHTMLPrivateWindow::SuperNavigate implementation.
Jacek Caban [Wed, 3 Mar 2010 13:56:21 +0000 (14:56 +0100)]
mshtml: Added IHTMLPrivateWindow::SuperNavigate implementation.

15 years agomshtml: Correctly handle document with already loaded moniker in set_moniker.
Jacek Caban [Wed, 3 Mar 2010 13:56:01 +0000 (14:56 +0100)]
mshtml: Correctly handle document with already loaded moniker in set_moniker.

15 years agomshtml: Call OnViewChange in set_downloading_proc.
Jacek Caban [Wed, 3 Mar 2010 13:55:43 +0000 (14:55 +0100)]
mshtml: Call OnViewChange in set_downloading_proc.

15 years agomshtml: Moved SZ_HTML_CLIENTSITE_OBJECTPARAM handling to IPersistMoniker::Load.
Jacek Caban [Wed, 3 Mar 2010 13:55:24 +0000 (14:55 +0100)]
mshtml: Moved SZ_HTML_CLIENTSITE_OBJECTPARAM handling to IPersistMoniker::Load.

15 years agomshtml: Load data from moniker in IPersistStreamInit::InitNew.
Jacek Caban [Wed, 3 Mar 2010 13:55:00 +0000 (14:55 +0100)]
mshtml: Load data from moniker in IPersistStreamInit::InitNew.

15 years agomshtml: Properly handle IHlinkFrame::Navigate result.
Jacek Caban [Wed, 3 Mar 2010 13:54:44 +0000 (14:54 +0100)]
mshtml: Properly handle IHlinkFrame::Navigate result.

15 years agomshtml: Set current moniker in start_binding.
Jacek Caban [Wed, 3 Mar 2010 13:54:28 +0000 (14:54 +0100)]
mshtml: Set current moniker in start_binding.

15 years agomshtml: nsio.c code clean up.
Jacek Caban [Wed, 3 Mar 2010 13:54:10 +0000 (14:54 +0100)]
mshtml: nsio.c code clean up.

15 years agomshtml: Allow post data and headers to be passed to create_channelbsc.
Jacek Caban [Wed, 3 Mar 2010 13:53:49 +0000 (14:53 +0100)]
mshtml: Allow post data and headers to be passed to create_channelbsc.

15 years agomshtml: Moved asynchronous document binding to separated function.
Jacek Caban [Wed, 3 Mar 2010 13:53:32 +0000 (14:53 +0100)]
mshtml: Moved asynchronous document binding to separated function.

15 years agomshtml: Added IHTMLPrivateWindow stub implementation.
Jacek Caban [Wed, 3 Mar 2010 13:53:03 +0000 (14:53 +0100)]
mshtml: Added IHTMLPrivateWindow stub implementation.

15 years agoinclude: Added IHTMLPrivateWindow declaration.
Jacek Caban [Wed, 3 Mar 2010 13:52:32 +0000 (14:52 +0100)]
include: Added IHTMLPrivateWindow declaration.

15 years agomsi: Add tests for removing environment strings.
Hans Leidekker [Wed, 3 Mar 2010 13:38:32 +0000 (14:38 +0100)]
msi: Add tests for removing environment strings.

15 years agomsi: Implement the RemoveEnvironmentStrings standard action.
Hans Leidekker [Wed, 3 Mar 2010 13:38:06 +0000 (14:38 +0100)]
msi: Implement the RemoveEnvironmentStrings standard action.

15 years agomsi: Strip leading text style label from control text before lookup in binary table.
Hans Leidekker [Wed, 3 Mar 2010 13:37:39 +0000 (14:37 +0100)]
msi: Strip leading text style label from control text before lookup in binary table.

15 years agosetupapi: Destination directory defaults to system directory.
Hans Leidekker [Wed, 3 Mar 2010 13:37:17 +0000 (14:37 +0100)]
setupapi: Destination directory defaults to system directory.

15 years agoshell32: Remove WINAPI where it's not needed.
Nikolay Sivov [Wed, 3 Mar 2010 02:16:49 +0000 (05:16 +0300)]
shell32: Remove WINAPI where it's not needed.

15 years agoshell32: Implement SHParseDisplayName with basic tests.
Nikolay Sivov [Wed, 3 Mar 2010 01:56:20 +0000 (04:56 +0300)]
shell32: Implement SHParseDisplayName with basic tests.

15 years agoshell32/tests: Minor test file cleanup.
Nikolay Sivov [Tue, 2 Mar 2010 21:00:52 +0000 (00:00 +0300)]
shell32/tests: Minor test file cleanup.

15 years agouser32: Fix case where EM_SCROLL with page down results in trying to scroll up past...
David Hedberg [Wed, 3 Mar 2010 12:19:47 +0000 (13:19 +0100)]
user32: Fix case where EM_SCROLL with page down results in trying to scroll up past the beginning.

15 years agouser32: Fix return value of EDIT_EM_Scroll.
David Hedberg [Wed, 3 Mar 2010 12:19:46 +0000 (13:19 +0100)]
user32: Fix return value of EDIT_EM_Scroll.

15 years agowine.inf: Add windows\help directory.
Louis Lenders [Tue, 2 Mar 2010 21:07:50 +0000 (22:07 +0100)]
wine.inf: Add windows\help directory.

15 years agoserver: Set the idle event when PeekMessage is called with -1 as window filter.
Alexandre Julliard [Wed, 3 Mar 2010 12:19:13 +0000 (13:19 +0100)]
server: Set the idle event when PeekMessage is called with -1 as window filter.

15 years agouser32: Pass HWND_BOTTOM unmodified to the server in PeekMessage.
Alexandre Julliard [Wed, 3 Mar 2010 12:18:33 +0000 (13:18 +0100)]
user32: Pass HWND_BOTTOM unmodified to the server in PeekMessage.

15 years agowined3d: Move the 8-bit palette shader code over to the blit_shader backend.
Roderick Colenbrander [Tue, 2 Mar 2010 17:46:43 +0000 (18:46 +0100)]
wined3d: Move the 8-bit palette shader code over to the blit_shader backend.

15 years agowined3d: Rename yuv to complex in order to prepare for 8-bit palette fixups using...
Roderick Colenbrander [Tue, 2 Mar 2010 15:21:45 +0000 (16:21 +0100)]
wined3d: Rename yuv to complex in order to prepare for 8-bit palette fixups using the same code.

15 years agoshlwapi/tests: Some tests for PathGetDriveNumber.
Nikolay Sivov [Wed, 3 Mar 2010 09:38:39 +0000 (12:38 +0300)]
shlwapi/tests: Some tests for PathGetDriveNumber.

15 years agokrnl386.exe: Don't try to free again an already freed global block.
Alexandre Julliard [Wed, 3 Mar 2010 10:52:59 +0000 (11:52 +0100)]
krnl386.exe: Don't try to free again an already freed global block.

15 years agomsi: Correctly set the process working directory in custom action type 34.
Andrew Nguyen [Wed, 3 Mar 2010 08:53:23 +0000 (02:53 -0600)]
msi: Correctly set the process working directory in custom action type 34.

15 years agod3dxof: Turn some TRACEs into WARNs in case of parsing error.
Christian Costa [Wed, 3 Mar 2010 07:52:43 +0000 (08:52 +0100)]
d3dxof: Turn some TRACEs into WARNs in case of parsing error.

15 years agocomctl32/tests: Added scrolled listview test for LVM_GETSUBITEMRECT.
Dylan Smith [Wed, 3 Mar 2010 07:39:14 +0000 (02:39 -0500)]
comctl32/tests: Added scrolled listview test for LVM_GETSUBITEMRECT.

15 years agocomctl32/listview: Scrolling affects subitem rect.
Dylan Smith [Wed, 3 Mar 2010 07:38:39 +0000 (02:38 -0500)]
comctl32/listview: Scrolling affects subitem rect.

15 years agocomctl32/tests: Add NULL terminator to unicode string constant.
Dylan Smith [Wed, 3 Mar 2010 07:31:29 +0000 (02:31 -0500)]
comctl32/tests: Add NULL terminator to unicode string constant.

15 years agocrypt32: Fix CryptFreeTls when calling with a freed index.
Reece Dunn [Tue, 2 Mar 2010 21:31:46 +0000 (21:31 +0000)]
crypt32: Fix CryptFreeTls when calling with a freed index.

15 years agokernel32/tests: Add a test case for calling TlsFree on a freed index.
Reece Dunn [Tue, 2 Mar 2010 21:29:48 +0000 (21:29 +0000)]
kernel32/tests: Add a test case for calling TlsFree on a freed index.

15 years agoole32: Add a test showing IStorage_CopyTo ignores open objects in the source.
Vincent Povirk [Tue, 2 Mar 2010 22:07:07 +0000 (16:07 -0600)]
ole32: Add a test showing IStorage_CopyTo ignores open objects in the source.

15 years agoquartz: Silence the FIXME that AsyncReader does not implement IBasicAudio.
Paul Chitescu [Tue, 2 Mar 2010 19:46:43 +0000 (11:46 -0800)]
quartz: Silence the FIXME that AsyncReader does not implement IBasicAudio.

15 years agowintrust: Correct GenericChainCertificateTrust's handling of WINTRUST_CreateChainForS...
Juan Lang [Mon, 1 Mar 2010 16:51:47 +0000 (08:51 -0800)]
wintrust: Correct GenericChainCertificateTrust's handling of WINTRUST_CreateChainForSigner's return value.

15 years agoole32: Clear the sibling links when reinserting a renamed element.
Vincent Povirk [Fri, 26 Feb 2010 16:02:17 +0000 (10:02 -0600)]
ole32: Clear the sibling links when reinserting a renamed element.

15 years agooleaut32: Add a test for non-oleautomation error handling.
Huw Davies [Tue, 2 Mar 2010 14:49:47 +0000 (14:49 +0000)]
oleaut32: Add a test for non-oleautomation error handling.

15 years agomsi: Add tests for removing values from .ini files.
Hans Leidekker [Tue, 2 Mar 2010 13:59:19 +0000 (14:59 +0100)]
msi: Add tests for removing values from .ini files.

15 years agomsi: Implement the RemoveIniValues standard action.
Hans Leidekker [Tue, 2 Mar 2010 13:58:55 +0000 (14:58 +0100)]
msi: Implement the RemoveIniValues standard action.

15 years agomsi: Skip the FindRelatedProducts action when product is already installed.
Hans Leidekker [Tue, 2 Mar 2010 13:58:27 +0000 (14:58 +0100)]
msi: Skip the FindRelatedProducts action when product is already installed.

15 years agomsi: Improve a trace.
Hans Leidekker [Tue, 2 Mar 2010 13:58:02 +0000 (14:58 +0100)]
msi: Improve a trace.

15 years agomsi: Look at the requested action when publishing assemblies, not the action taken.
Hans Leidekker [Tue, 2 Mar 2010 13:57:37 +0000 (14:57 +0100)]
msi: Look at the requested action when publishing assemblies, not the action taken.

15 years agomsi: Look at the requested action when moving files, not the action taken.
Hans Leidekker [Tue, 2 Mar 2010 13:57:14 +0000 (14:57 +0100)]
msi: Look at the requested action when moving files, not the action taken.