wine/eterwine.git
15 years agouser32: Restore special handling of monochrome bitmaps removed by c2202929ab4b6d1ce37...
Dmitry Timoshkov [Thu, 11 Mar 2010 08:22:33 +0000 (16:22 +0800)]
user32: Restore special handling of monochrome bitmaps removed by c2202929ab4b6d1ce379865dfd8904186814f265.

15 years agoinclude: Add a few missing OIDs.
Juan Lang [Fri, 5 Mar 2010 22:20:20 +0000 (14:20 -0800)]
include: Add a few missing OIDs.

15 years agorsaenh: Add simple tests for SHA-256, SHA-384, and SHA-512.
Juan Lang [Mon, 8 Mar 2010 18:56:56 +0000 (10:56 -0800)]
rsaenh: Add simple tests for SHA-256, SHA-384, and SHA-512.

15 years agorsaenh: Fix some test failures on Win9x/NT4.
Juan Lang [Mon, 8 Mar 2010 19:21:51 +0000 (11:21 -0800)]
rsaenh: Fix some test failures on Win9x/NT4.

15 years agowined3d: Remove oversize texture support.
Roderick Colenbrander [Thu, 11 Mar 2010 14:03:50 +0000 (15:03 +0100)]
wined3d: Remove oversize texture support.

15 years agowined3d: Use surface_get_blt_info to compute texture coordinates for surface_blt_to_d...
Roderick Colenbrander [Fri, 5 Mar 2010 18:52:01 +0000 (19:52 +0100)]
wined3d: Use surface_get_blt_info to compute texture coordinates for surface_blt_to_drawable.

15 years agowined3d: Extend surface_get_depth_blt_info with texture coordinate code from surface_...
Roderick Colenbrander [Fri, 5 Mar 2010 15:49:15 +0000 (16:49 +0100)]
wined3d: Extend surface_get_depth_blt_info with texture coordinate code from surface_blt_to_drawable.

15 years agomsxml3: Treat input BSTR as general WCHAR string for ::loadXML().
Nikolay Sivov [Sun, 14 Mar 2010 23:16:02 +0000 (02:16 +0300)]
msxml3: Treat input BSTR as general WCHAR string for ::loadXML().

15 years agocomctl32/datetime: Use user locale for format.
Nikolay Sivov [Sat, 13 Mar 2010 19:43:30 +0000 (22:43 +0300)]
comctl32/datetime: Use user locale for format.

15 years agoquartz: Don't cast WSTR to BSTR, convert properly instead.
Nikolay Sivov [Fri, 12 Mar 2010 16:29:12 +0000 (19:29 +0300)]
quartz: Don't cast WSTR to BSTR, convert properly instead.

15 years agoshlwapi: Don't cast WCHAR string to BSTR.
Nikolay Sivov [Fri, 12 Mar 2010 15:53:36 +0000 (18:53 +0300)]
shlwapi: Don't cast WCHAR string to BSTR.

15 years agomsi: Convert IWineMsiRemoteDatabase BSTR parameters to LPCWSTR to avoid typecast.
Nikolay Sivov [Fri, 12 Mar 2010 15:48:38 +0000 (18:48 +0300)]
msi: Convert IWineMsiRemoteDatabase BSTR parameters to LPCWSTR to avoid typecast.

15 years agoavifil32: Registry access calls don't return HRESULT codes.
Nikolay Sivov [Thu, 11 Mar 2010 23:22:13 +0000 (02:22 +0300)]
avifil32: Registry access calls don't return HRESULT codes.

15 years agoshlwapi: Partially implement SHGetObjectCompatFlags with tests.
Nikolay Sivov [Thu, 11 Mar 2010 23:16:00 +0000 (02:16 +0300)]
shlwapi: Partially implement SHGetObjectCompatFlags with tests.

15 years agoshell32: Add SHCreateFileExtractIconW stub.
Nikolay Sivov [Tue, 9 Mar 2010 12:10:08 +0000 (15:10 +0300)]
shell32: Add SHCreateFileExtractIconW stub.

15 years agoshell32/shellview: Don't crash on ::DragLeave called without droptraget.
Nikolay Sivov [Thu, 11 Mar 2010 14:39:48 +0000 (17:39 +0300)]
shell32/shellview: Don't crash on ::DragLeave called without droptraget.

15 years agoshell32/shellview: Implement IFolderView::ItemCount for SVGIO_ALLVIEW flag.
Nikolay Sivov [Tue, 9 Mar 2010 10:57:34 +0000 (13:57 +0300)]
shell32/shellview: Implement IFolderView::ItemCount for SVGIO_ALLVIEW flag.

15 years agoshell32/shellview: Implement IFolderView::GetFolder() for IID_IShellFolder.
Nikolay Sivov [Sat, 6 Mar 2010 20:55:55 +0000 (23:55 +0300)]
shell32/shellview: Implement IFolderView::GetFolder() for IID_IShellFolder.

15 years agoshell32/shellview: Implemented IFolderView::GetFocusedItem.
Nikolay Sivov [Sat, 6 Mar 2010 20:55:32 +0000 (23:55 +0300)]
shell32/shellview: Implemented IFolderView::GetFocusedItem.

15 years agoshell32/shellview: Implemented IFolderView::GetSelectionMarkedItem() with basic test.
Nikolay Sivov [Sat, 6 Mar 2010 20:54:03 +0000 (23:54 +0300)]
shell32/shellview: Implemented IFolderView::GetSelectionMarkedItem() with basic test.

15 years agoshell32/shellview: Remove unneeded memset, release browser reference on failure.
Nikolay Sivov [Sat, 6 Mar 2010 20:53:38 +0000 (23:53 +0300)]
shell32/shellview: Remove unneeded memset, release browser reference on failure.

15 years agoshell32: Initial test file for IShellView/IFolderView, implemented IFolderView::GetSp...
Nikolay Sivov [Sat, 6 Mar 2010 20:53:00 +0000 (23:53 +0300)]
shell32: Initial test file for IShellView/IFolderView, implemented IFolderView::GetSpacing.

15 years agoshell32/shellview: Use W-calls for menu handling, same for SendMessage to ListView...
Nikolay Sivov [Sat, 6 Mar 2010 20:48:34 +0000 (23:48 +0300)]
shell32/shellview: Use W-calls for menu handling, same for SendMessage to ListView window.

15 years agoshell32/shellview: Improve error handling on some helpers, fix possible leak.
Nikolay Sivov [Sat, 6 Mar 2010 20:47:59 +0000 (23:47 +0300)]
shell32/shellview: Improve error handling on some helpers, fix possible leak.

15 years agomshtml: Use user agent string in IOmNavigator::get_appVersion.
Jacek Caban [Sat, 13 Mar 2010 15:46:18 +0000 (16:46 +0100)]
mshtml: Use user agent string in IOmNavigator::get_appVersion.

15 years agomshtml: Forward setting document.location to window object.
Jacek Caban [Sat, 13 Mar 2010 15:45:45 +0000 (16:45 +0100)]
mshtml: Forward setting document.location to window object.

15 years agomshtml: Return S_OK from IHTMLDocument2::get_referrer.
Jacek Caban [Sat, 13 Mar 2010 15:45:30 +0000 (16:45 +0100)]
mshtml: Return S_OK from IHTMLDocument2::get_referrer.

15 years agomshtml: Ignore load event on detached documents.
Jacek Caban [Sat, 13 Mar 2010 15:45:15 +0000 (16:45 +0100)]
mshtml: Ignore load event on detached documents.

15 years agoshdocvw: Added more navigation tests.
Jacek Caban [Sat, 13 Mar 2010 15:44:58 +0000 (16:44 +0100)]
shdocvw: Added more navigation tests.

15 years agoshdocvw: Use IHTMLPrivateWindow for navigation in navigate_url if available.
Jacek Caban [Sat, 13 Mar 2010 15:44:43 +0000 (16:44 +0100)]
shdocvw: Use IHTMLPrivateWindow for navigation in navigate_url if available.

15 years agoshdocvw: Use IHTMLPrivateWindow for navigation in navigate_hlink if available.
Jacek Caban [Sat, 13 Mar 2010 15:44:24 +0000 (16:44 +0100)]
shdocvw: Use IHTMLPrivateWindow for navigation in navigate_hlink if available.

15 years agoshdocvw: Pass post data as SAFEARRAY to on_before_navigate2.
Jacek Caban [Sat, 13 Mar 2010 15:44:08 +0000 (16:44 +0100)]
shdocvw: Pass post data as SAFEARRAY to on_before_navigate2.

15 years agoshdocvw: Separate document state from control state.
Jacek Caban [Sat, 13 Mar 2010 15:43:48 +0000 (16:43 +0100)]
shdocvw: Separate document state from control state.

15 years agoshdocvw: Store object passed in DOCHOST_DOCCANNAVIGATE command.
Jacek Caban [Sat, 13 Mar 2010 15:43:24 +0000 (16:43 +0100)]
shdocvw: Store object passed in DOCHOST_DOCCANNAVIGATE command.

15 years agoshdocvw: Use heap_alloc_zero to allocate DocHost objects.
Jacek Caban [Sat, 13 Mar 2010 15:43:06 +0000 (16:43 +0100)]
shdocvw: Use heap_alloc_zero to allocate DocHost objects.

15 years agomshtml: Ignore EndLoad call if document is already detached.
Jacek Caban [Sat, 13 Mar 2010 15:42:45 +0000 (16:42 +0100)]
mshtml: Ignore EndLoad call if document is already detached.

15 years agomshtml: Fixed ref count leak.
Jacek Caban [Sat, 13 Mar 2010 15:42:25 +0000 (16:42 +0100)]
mshtml: Fixed ref count leak.

15 years agoqedit: Implement buffering in SampleGrabber.
Paul Chitescu [Fri, 12 Mar 2010 12:15:51 +0000 (14:15 +0200)]
qedit: Implement buffering in SampleGrabber.

15 years agoqedit: SampleGrabber pins should enumerate a preferred format only after the input...
Paul Chitescu [Fri, 12 Mar 2010 09:35:27 +0000 (11:35 +0200)]
qedit: SampleGrabber pins should enumerate a preferred format only after the input pin is connected and a fully defined format is known.

15 years agoqedit: In SampleGrabber ReceiveConnection check early the format type, return VFW_E_I...
Paul Chitescu [Fri, 12 Mar 2010 09:33:14 +0000 (11:33 +0200)]
qedit: In SampleGrabber ReceiveConnection check early the format type, return VFW_E_INVALIDMEDIATYPE like native.

15 years agoiphlpapi: Implement GetAdaptersAddresses for IPv6 addresses.
Juan Lang [Fri, 12 Mar 2010 02:36:46 +0000 (18:36 -0800)]
iphlpapi: Implement GetAdaptersAddresses for IPv6 addresses.

15 years agoiphlpapi: Pass address family to adapterAddressesFromIndex.
Juan Lang [Fri, 12 Mar 2010 01:15:03 +0000 (17:15 -0800)]
iphlpapi: Pass address family to adapterAddressesFromIndex.

15 years agoiphlpapi: Rename a function and variables to make it clearer they're related to IPv4...
Juan Lang [Fri, 12 Mar 2010 01:07:37 +0000 (17:07 -0800)]
iphlpapi: Rename a function and variables to make it clearer they're related to IPv4 addresses.

15 years agoole32: Allow storage files with a block size of 4096 to open.
Vincent Povirk [Wed, 10 Mar 2010 21:08:57 +0000 (15:08 -0600)]
ole32: Allow storage files with a block size of 4096 to open.

15 years agoole32: Remove knowledge of block sizes from the BigBlockFile object.
Vincent Povirk [Wed, 10 Mar 2010 21:03:35 +0000 (15:03 -0600)]
ole32: Remove knowledge of block sizes from the BigBlockFile object.

We can't determine the correct block size until we read the header, and we
can't create the BigBlockFile until we know the correct block size. To
solve this dilemma, have StorageImpl calculate the file size it needs instead
of asking the BigBlockFile to "ensure a big block exists".

15 years agoole32: Remove the NUM_BLOCKS_PER_DEPOT_BLOCK define.
Vincent Povirk [Wed, 10 Mar 2010 20:51:37 +0000 (14:51 -0600)]
ole32: Remove the NUM_BLOCKS_PER_DEPOT_BLOCK define.

This should always be calculated based on the big block size.

15 years agoole32: Remove the BIG_BLOCK_SIZE define.
Vincent Povirk [Wed, 10 Mar 2010 20:46:53 +0000 (14:46 -0600)]
ole32: Remove the BIG_BLOCK_SIZE define.

Big block sizes can be 512 or 4096, so we define arrays that are large
enough in either case.

15 years agoole32: Remove the unused BlockBits structures from BigBlockFile objects.
Vincent Povirk [Wed, 10 Mar 2010 22:36:54 +0000 (16:36 -0600)]
ole32: Remove the unused BlockBits structures from BigBlockFile objects.

15 years agoole32: Fix the big block offset calculation.
Vincent Povirk [Wed, 10 Mar 2010 20:03:12 +0000 (14:03 -0600)]
ole32: Fix the big block offset calculation.

Use the actual big block size from the open storage file. Also, remove a
special case that was only used for reading/writing the header.

15 years agoole32: Don't treat the header as a big block in StorageImpl_SaveFileHeader.
Vincent Povirk [Wed, 10 Mar 2010 19:57:35 +0000 (13:57 -0600)]
ole32: Don't treat the header as a big block in StorageImpl_SaveFileHeader.

15 years agoole32: Don't treat the header as a big block in StorageImpl_LoadFileHeader.
Vincent Povirk [Wed, 10 Mar 2010 19:49:04 +0000 (13:49 -0600)]
ole32: Don't treat the header as a big block in StorageImpl_LoadFileHeader.

The header is always 512 bytes, regardless of the big block size.

15 years agowine.inf: Add LSA key under the HKLM control key.
Andrew Nguyen [Mon, 8 Mar 2010 20:40:51 +0000 (14:40 -0600)]
wine.inf: Add LSA key under the HKLM control key.

15 years agoconfigure: Fixed <linux/ppdev.h> test.
Yann Droneaud [Mon, 8 Mar 2010 13:46:46 +0000 (14:46 +0100)]
configure: Fixed <linux/ppdev.h> test.

15 years agocmd: Fixed uninitialised field in WCMD_addCommand() (Valgrind).
Yann Droneaud [Sun, 7 Mar 2010 21:37:23 +0000 (22:37 +0100)]
cmd: Fixed uninitialised field in WCMD_addCommand() (Valgrind).

15 years agontdll: Avoid compiler warning in the default case in append_entry.
Gerald Pfeifer [Sat, 6 Mar 2010 21:39:37 +0000 (22:39 +0100)]
ntdll: Avoid compiler warning in the default case in append_entry.

15 years agocomdlg32: Remove unused parameters from CFn_WMMeasureItem and CFn_WMDrawItem.
Gerald Pfeifer [Sat, 6 Mar 2010 13:55:51 +0000 (14:55 +0100)]
comdlg32: Remove unused parameters from CFn_WMMeasureItem and CFn_WMDrawItem.

15 years agocomdlg32: Removed unused parameters from FILEDLG95_OnWMSize, FILEDLG95_OnWMCommand...
Gerald Pfeifer [Sat, 6 Mar 2010 13:49:41 +0000 (14:49 +0100)]
comdlg32: Removed unused parameters from FILEDLG95_OnWMSize, FILEDLG95_OnWMCommand, and FD32_WMMeasureItem.

15 years agocomdlg32: Removed unused parameters from PRINTDLG_WMInitDialogW and PRINTDLG_WMInitDi...
Gerald Pfeifer [Sat, 6 Mar 2010 13:42:25 +0000 (14:42 +0100)]
comdlg32: Removed unused parameters from PRINTDLG_WMInitDialogW and PRINTDLG_WMInitDialogA.

15 years agoiphlpapi: Check for ifr_hwaddr member of struct ifreq.
Juan Lang [Fri, 12 Mar 2010 18:38:46 +0000 (10:38 -0800)]
iphlpapi: Check for ifr_hwaddr member of struct ifreq.

15 years agoshlwapi/tests: Fix a test failure on NT4.
Paul Vriens [Sat, 13 Mar 2010 10:26:14 +0000 (11:26 +0100)]
shlwapi/tests: Fix a test failure on NT4.

15 years agodocumentation: Keep README.de in sync.
André Hentschel [Fri, 12 Mar 2010 19:02:08 +0000 (20:02 +0100)]
documentation: Keep README.de in sync.

15 years agowineps.drv: Retrieve the full printer name to avoid truncation when the name is 32...
Huw Davies [Fri, 12 Mar 2010 10:42:44 +0000 (10:42 +0000)]
wineps.drv: Retrieve the full printer name to avoid truncation when the name is 32 characters or longer.

15 years agoopengl32: Add OpenGL 3.3/4.0 extensions.
Roderick Colenbrander [Thu, 11 Mar 2010 15:11:57 +0000 (16:11 +0100)]
opengl32: Add OpenGL 3.3/4.0 extensions.

15 years agowgl: Add more OpenGL diagnosing checks.
Roderick Colenbrander [Thu, 11 Mar 2010 13:10:51 +0000 (14:10 +0100)]
wgl: Add more OpenGL diagnosing checks.

15 years agogdi32: Fix GDI locking in SetBitmapBits.
Dmitry Timoshkov [Wed, 10 Mar 2010 08:30:28 +0000 (16:30 +0800)]
gdi32: Fix GDI locking in SetBitmapBits.

15 years agodsound: Improve underrun behavior.
Maarten Lankhorst [Wed, 10 Mar 2010 08:02:44 +0000 (09:02 +0100)]
dsound: Improve underrun behavior.

15 years agoddraw: Remove redundant memset.
Michael Stefaniuc [Tue, 9 Mar 2010 22:48:31 +0000 (23:48 +0100)]
ddraw: Remove redundant memset.

15 years agooleaut32/tests: Remove a todo_wine from a dead test.
André Hentschel [Tue, 9 Mar 2010 19:28:30 +0000 (20:28 +0100)]
oleaut32/tests: Remove a todo_wine from a dead test.

15 years agowine.inf: Define the Win64 DefaultInstall.Services section.
Nicolas Le Cam [Mon, 8 Mar 2010 21:26:29 +0000 (22:26 +0100)]
wine.inf: Define the Win64 DefaultInstall.Services section.

15 years agoinclude: Add definitions for IWICBitmap.
Vincent Povirk [Mon, 8 Mar 2010 21:38:22 +0000 (15:38 -0600)]
include: Add definitions for IWICBitmap.

15 years agogdiplus: Zero the MetafileHeader structure in GetMetafileHeader.
Vincent Povirk [Mon, 8 Mar 2010 21:09:13 +0000 (15:09 -0600)]
gdiplus: Zero the MetafileHeader structure in GetMetafileHeader.

Since we return success, we should at least make sure the result is not
uninitialized memory.

15 years agogdiplus: Add a test for GdipGetMetafileHeaderFromMetafile.
Vincent Povirk [Mon, 8 Mar 2010 21:04:42 +0000 (15:04 -0600)]
gdiplus: Add a test for GdipGetMetafileHeaderFromMetafile.

15 years agogdiplus: Don't crash when creating a texture with NULL imageattributes.
Vincent Povirk [Mon, 8 Mar 2010 17:28:25 +0000 (11:28 -0600)]
gdiplus: Don't crash when creating a texture with NULL imageattributes.

15 years agooleaut32/tests: Don't add typelib information to the registry.
Paul Vriens [Mon, 8 Mar 2010 14:09:29 +0000 (15:09 +0100)]
oleaut32/tests: Don't add typelib information to the registry.

15 years agoadvapi32/tests: Restore default cryptographic provider after the tests.
Paul Vriens [Mon, 8 Mar 2010 10:16:15 +0000 (11:16 +0100)]
advapi32/tests: Restore default cryptographic provider after the tests.

15 years agod3dx9_36/tests: Fix contant table header in ctab data.
Christian Costa [Mon, 8 Mar 2010 07:56:40 +0000 (08:56 +0100)]
d3dx9_36/tests: Fix contant table header in ctab data.

15 years agod3dx9: Add some shader definitions.
Christian Costa [Mon, 8 Mar 2010 07:56:34 +0000 (08:56 +0100)]
d3dx9: Add some shader definitions.

15 years agod3dx9: Fix typo in ID3DXConstantTable_SetMatrixTranspose macro.
Christian Costa [Mon, 8 Mar 2010 07:56:28 +0000 (08:56 +0100)]
d3dx9: Fix typo in ID3DXConstantTable_SetMatrixTranspose macro.

15 years agod3dx9_36: Rename variables in D3DXGetShaderConstantTable(Ex) to match naming conventi...
Christian Costa [Mon, 8 Mar 2010 07:56:22 +0000 (08:56 +0100)]
d3dx9_36: Rename variables in D3DXGetShaderConstantTable(Ex) to match naming convention used in the file.

15 years agod3dxof: Avoid using strlen for specifying templates or objects size.
Christian Costa [Mon, 8 Mar 2010 07:55:58 +0000 (08:55 +0100)]
d3dxof: Avoid using strlen for specifying templates or objects size.

15 years agod3dxof: Fix tzip and bzip files tests on all windows platform.
Christian Costa [Mon, 8 Mar 2010 07:55:52 +0000 (08:55 +0100)]
d3dxof: Fix tzip and bzip files tests on all windows platform.

15 years agonotepad: Don't prompt to save empty Untitled file.
Henry Kroll III [Sun, 7 Mar 2010 05:05:21 +0000 (21:05 -0800)]
notepad: Don't prompt to save empty Untitled file.

15 years agomsi/tests: Remove a key after running tests.
Paul Vriens [Sat, 6 Mar 2010 12:53:31 +0000 (13:53 +0100)]
msi/tests: Remove a key after running tests.

15 years agoole32: Allow CopyTo to succeed in spite of already open source streams.
Vincent Povirk [Fri, 5 Mar 2010 17:03:18 +0000 (11:03 -0600)]
ole32: Allow CopyTo to succeed in spite of already open source streams.

15 years agokernel32: Abstract the key creation routine and move the key existence check to the...
Alexandre Julliard [Sat, 13 Mar 2010 18:24:46 +0000 (19:24 +0100)]
kernel32: Abstract the key creation routine and move the key existence check to the top-level function.

15 years agomakefiles: Don't recurse for the testclean target.
Alexandre Julliard [Sat, 13 Mar 2010 17:44:58 +0000 (18:44 +0100)]
makefiles: Don't recurse for the testclean target.

15 years agokrnl386.exe: Preload gdi and user when thunks are being used.
Alexandre Julliard [Sat, 13 Mar 2010 16:25:49 +0000 (17:25 +0100)]
krnl386.exe: Preload gdi and user when thunks are being used.

15 years agoRelease 1.1.40. wine-1.1.40
Alexandre Julliard [Fri, 5 Mar 2010 18:36:19 +0000 (19:36 +0100)]
Release 1.1.40.

15 years agoshell32: Mask out the CSIDL_ flags.
Huw Davies [Fri, 5 Mar 2010 13:49:51 +0000 (13:49 +0000)]
shell32: Mask out the CSIDL_ flags.

15 years agoshell32: Improve a TRACE and issue a FIXME if the interface is not implemented.
Huw Davies [Fri, 5 Mar 2010 12:04:58 +0000 (12:04 +0000)]
shell32: Improve a TRACE and issue a FIXME if the interface is not implemented.

15 years agoole32/tests: Avoid sizeof in traces.
Alexandre Julliard [Fri, 5 Mar 2010 14:17:57 +0000 (15:17 +0100)]
ole32/tests: Avoid sizeof in traces.

15 years agogdiplus: Create a full BITMAPINFO to prevent clobbering memory with palette data.
Alasdair Sinclair [Fri, 5 Mar 2010 02:21:19 +0000 (02:21 +0000)]
gdiplus: Create a full BITMAPINFO to prevent clobbering memory with palette data.

15 years agoserver: Allow the debugger to be debugged.
Henri Verbeet [Fri, 5 Mar 2010 11:28:12 +0000 (12:28 +0100)]
server: Allow the debugger to be debugged.

15 years agoactiveds: Add stub for ADsGetLastError.
Louis Lenders [Fri, 5 Mar 2010 11:00:37 +0000 (12:00 +0100)]
activeds: Add stub for ADsGetLastError.

15 years agowinhttp: Implement WINHTTP_QUERY_STATUS_TEXT.
Hans Leidekker [Fri, 5 Mar 2010 11:29:49 +0000 (12:29 +0100)]
winhttp: Implement WINHTTP_QUERY_STATUS_TEXT.

15 years agomsi: Also update the UI when removing files listed in the RemoveFiles table.
Hans Leidekker [Fri, 5 Mar 2010 11:29:17 +0000 (12:29 +0100)]
msi: Also update the UI when removing files listed in the RemoveFiles table.

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

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

15 years agomsi: Display the product code in the PublishProduct action.
Hans Leidekker [Fri, 5 Mar 2010 11:27:49 +0000 (12:27 +0100)]
msi: Display the product code in the PublishProduct action.

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