Michael Stefaniuc
67ea78c881
sxs: Don't assign a COM object to the 3rd param of QueryInterface.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-16 22:22:44 +02:00
Dmitry Timoshkov
9ba6e5c2ab
sxs: Fix off by 1 error when allocating memory.
...
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-05 10:55:59 +02:00
Dmitry Timoshkov
c460d4ff35
sxs: Return correct path from IAssemblyCache::QueryAssemblyInfo().
...
Some applications call IAssemblyCache::QueryAssemblyInfo(), then append
DLL name to the returned path, and call GetFileAttributes() to check DLL
existence.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-21 21:42:13 +02:00
Alexandre Julliard
9ce1a6e3ff
sxs: Build with msvcrt.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-21 08:53:04 +02:00
Michael Stefaniuc
6c6af6412c
sxs: Use the ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-19 08:07:12 +02:00
Hans Leidekker
f3069333a4
sxs: Use inline wrappers for calling COM methods.
2012-07-31 12:37:41 +02:00
Hans Leidekker
9790edd219
sxs: Add locking around operations on the assembly cache.
2012-04-30 11:02:22 +02:00
Hans Leidekker
8e70f73a75
sxs: Implement IAssemblyCache::UninstallAssembly.
2012-04-30 11:02:18 +02:00
Hans Leidekker
b74f173e21
sxs: Add some helper functions.
2012-04-30 11:02:12 +02:00
Hans Leidekker
f2ce0cdabf
sxs: Implement IAssemblyCache::QueryAssemblyInfo.
2012-03-30 10:44:43 +02:00
Michael Stefaniuc
1c35951f9f
sxs: COM cleanup for the IAssemblyCache iface.
2011-01-14 18:26:18 +01:00
Hans Leidekker
75e3544758
sxs: Add support for installing policy files.
2010-12-10 14:02:18 +01:00
Hans Leidekker
aaf4227ae9
sxs: Add support for installing side-by-side assemblies.
2010-11-05 17:15:34 +01:00
Hans Leidekker
d4f64121e8
sxs: Add a stub implementation of IAssemblyCache.
2010-11-03 16:07:52 +01:00