IE 5 installer patch 1/2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

with this and the next patch i was able to run the installer of the IE 5 
using only buildin dll except of the native ole32.dll. 

When i tried to redo the installation on a clean wine installation i had no 
success :-(

ChangeLog
-------------
	added version info resource for shell32.dll
diff -ruw wine-20020509/dlls/shell32/shell32_xx.rc wine/dlls/shell32/shell32_xx.rc
--- wine-20020509/dlls/shell32/shell32_xx.rc	Mon Mar 11 19:38:15 2002
+++ wine/dlls/shell32/shell32_xx.rc	Tue May 14 22:17:54 2002
@@ -18,3 +18,30 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
+1 VERSIONINFO
+FILEVERSION	4, 0, 0, 0457
+PRODUCTVERSION	4, 0, 0, 0457
+FILEFLAGSMASK	VS_FFI_FILEFLAGSMASK
+FILEOS		VOS_DOS_WINDOWS16
+FILETYPE	VFT_DLL
+{
+	BLOCK "StringFileInfo"
+	{
+		BLOCK "040604B0"
+		{
+			VALUE "CompanyName", "Wine Developer Team\000"
+			VALUE "FileDescription", "Wine  Shell (32bit) Library\000"
+			VALUE "FileVersion", "0.01\000"
+			VALUE "InternalName", "SHELL32\000"
+			VALUE "LegalCopyright", "Copyright \251 2002\000"
+			VALUE "OriginalFilename", "SHELL32.DLL\000"
+			VALUE "ProductName", "Wine\000"
+			VALUE "ProductVersion", "1.00\000"
+		}
+	}
+	BLOCK "VarFileInfo"
+	{
+		VALUE "Translation", 1030, 1200
+	}
+}

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux