Author: spetreolle
Date: Wed May 9 22:12:07 2012
New Revision: 56556
URL: http://svn.reactos.org/svn/reactos?rev=56556&view=rev
Log:
[FUSION]
Add a 4th instance of fusion.dll back into system32.
(doesnt match any actual windows system but needed for wine's msi.)
Modified:
trunk/reactos/dll/win32/fusion/CMakeLists.txt
Modified: trunk/reactos/dll/win32/fusion/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/fusion/CMakeList…
==============================================================================
--- trunk/reactos/dll/win32/fusion/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/fusion/CMakeLists.txt [iso-8859-1] Wed May 9 22:12:07 2012
@@ -26,3 +26,4 @@
add_cd_file(TARGET fusion DESTINATION reactos/Microsoft.NET/Framework/v1.0.3705 FOR all)
add_cd_file(TARGET fusion DESTINATION reactos/Microsoft.NET/Framework/v1.1.4322 FOR all)
add_cd_file(TARGET fusion DESTINATION reactos/Microsoft.NET/Framework/v2.0.50727 FOR all)
+add_cd_file(TARGET fusion DESTINATION reactos/system32 FOR all)
Author: spetreolle
Date: Wed May 9 18:13:37 2012
New Revision: 56552
URL: http://svn.reactos.org/svn/reactos?rev=56552&view=rev
Log:
[MSI/FUSION]
Don't pretend the .net framework is installed until the fusion loading problem is fixed.
Fixes bug 7031 and 7035.
Modified:
trunk/reactos/boot/bootdata/hivesft_i386.inf
Modified: trunk/reactos/boot/bootdata/hivesft_i386.inf
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft_i386…
==============================================================================
Binary files - no diff available.