version resource for regsvr32

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

 



Hello,

as my message does not appear on wine-patches i send it from another account
again.

Hello,

trying to install ie5.5 i noticed that native regsvr32 has a version resource. 
Therefore and to pass the check of the install i decide to build a version 
resource for the builtin regsvr.

ChangeLog
--------------
        added version info resource to regsvr32
--- ../wine/programs/regsvr32/Makefile.in	2003-11-27 20:22:05.000000000 +0100
+++ programs/regsvr32/Makefile.in	2003-11-26 19:57:29.000000000 +0100
@@ -9,6 +9,9 @@
 C_SRCS = \
 	regsvr32.c
 
+RC_SRCS = regsvr32.rc
+RC_BINSRC = regsvr32.rc
+
 @MAKE_PROG_RULES@
 
 ### Dependencies:
--- /dev/null	2003-09-23 19:59:22.000000000 +0200
+++ programs/regsvr32/regsvr32.rc	2003-11-26 20:54:29.000000000 +0100
@@ -0,0 +1,54 @@
+/* Language neutral resources.
+ *
+ * Copyright 2003 Stefan Leichter
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * FIXME: not sure about values of FILEFLAGSMASK, FILEOS, Translation
+ */
+
+#include "windef.h"
+#include "winbase.h"
+#include "winuser.h"
+#include "winver.h"
+
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
+1 VERSIONINFO
+FILEVERSION	5, 0, 1586, 1
+PRODUCTVERSION	5, 0, 1586, 1
+FILEFLAGSMASK	VS_FFI_FILEFLAGSMASK
+FILEOS		VOS_DOS_WINDOWS32
+FILETYPE	VFT_APP
+{
+	BLOCK "StringFileInfo"
+	{
+		BLOCK "040904B0"
+		{
+			VALUE "CompanyName", "Wine Developer Team\000"
+			VALUE "FileDescription", "Wine Register Server\000"
+			VALUE "FileVersion", "0.01\000"
+			VALUE "InternalName", "REGSVR32\000"
+			VALUE "LegalCopyright", "Copyright \251 2003\000"
+			VALUE "OriginalFilename", "REGSVR32.EXE\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