[Mono-bugs] [Bug 70766][Nor] Changed - Make FileVersionInfo work for native windows files on windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Jan 2005 12:02:45 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mlasky@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=70766

--- shadow/70766	2004-12-30 14:01:06.000000000 -0500
+++ shadow/70766.tmp.13357	2005-01-03 12:02:45.000000000 -0500
@@ -54,6 +54,13 @@
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-12-24 19:01 -------
 This only works on CIL images, not on any native image. I don't think
 this will ever work on Linux for native windows executables (why would
 you need that). The win32 api could be used for native windows files
 on windows.
+
+------- Additional Comments From mlasky@novell.com  2005-01-03 12:02 -------
+This would be useful when using a Linux as an application server to 
+upgrade an application running on a windows client. What is the 
+difference between the version information for a CIL application and 
+a native windows app? Does windows store the version information 
+differently between managed applications and native ones?