Author: spetreolle
Date: Sun Oct 13 22:08:24 2013
New Revision: 60649
URL: http://svn.reactos.org/svn/reactos?rev=60649&view=rev
Log:
[SETUPAPI]
Remove too zealous check for OEMSourceMediaLocation.
OEMSourceMediaLocation can be NULL and means that the current path or a default URL is beeing used.
Fixes installation of VMWare Tools drivers.
The installation still aborts due to issue in configuring the vmware tools service.
Modified:
trunk/reactos/dll/win32/setupapi/install.c
Modified: trunk/reactos/dll/win32/setupapi/install.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/install…
==============================================================================
--- trunk/reactos/dll/win32/setupapi/install.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/setupapi/install.c [iso-8859-1] Sun Oct 13 22:08:24 2013
@@ -2283,8 +2283,6 @@
SetLastError(ERROR_INVALID_PARAMETER);
else if (OEMSourceMediaType != SPOST_NONE && OEMSourceMediaType != SPOST_PATH && OEMSourceMediaType != SPOST_URL)
SetLastError(ERROR_INVALID_PARAMETER);
- else if (OEMSourceMediaType != SPOST_NONE && !OEMSourceMediaLocation)
- SetLastError(ERROR_INVALID_PARAMETER);
else if (CopyStyle & ~(SP_COPY_DELETESOURCE | SP_COPY_REPLACEONLY | SP_COPY_NOOVERWRITE | SP_COPY_OEMINF_CATALOG_ONLY))
{
TRACE("Unknown flags: 0x%08lx\n", CopyStyle & ~(SP_COPY_DELETESOURCE | SP_COPY_REPLACEONLY | SP_COPY_NOOVERWRITE | SP_COPY_OEMINF_CATALOG_ONLY));
Author: akhaldi
Date: Sun Oct 13 21:51:34 2013
New Revision: 60648
URL: http://svn.reactos.org/svn/reactos?rev=60648&view=rev
Log:
[BRANCHES]
* reactx: The main author is inactive, no interest in picking up so far for.
Removed:
branches/reactx/
Author: akhaldi
Date: Sun Oct 13 21:40:14 2013
New Revision: 60647
URL: http://svn.reactos.org/svn/reactos?rev=60647&view=rev
Log:
[BRANCHES]
* icu4ros-bringup: empty branch.
* jcatena-branch: the ongoing work was superseded by MSVC support in trunk.
* lean-explorer: old and inactive.
* nyadav-audio-branch: Failed GSoC 2011 project.
* arwinss: who cares about Aleksey anyway..
* dib_rewrite: who cares about Timo anyway..
Removed:
branches/icu4ros-bringup/
branches/jcatena-branch/
branches/lean-explorer/
branches/nyadav-audio-branch/
Author: fireball
Date: Sun Oct 13 20:52:47 2013
New Revision: 60644
URL: http://svn.reactos.org/svn/reactos?rev=60644&view=rev
Log:
- Branches cleanup:
* cmake-bringup is merged.
* GSoC 2011 KMTestSuite is merged.
* GSoC 2011 TcpIpDriver is merged.
* ros-csrss is merged.
* the-real-msvc is obsolete because trunk supports MSVC compiling now in a much better way.
Removed:
branches/GSoC_2011/KMTestSuite/
branches/GSoC_2011/TcpIpDriver/
branches/cmake-bringup/
branches/ros-csrss/
branches/the-real-msvc/