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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 24 Dec 2004 19:01:49 -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 bmaurer@users.sf.net.

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

--- shadow/70766	2004-12-22 21:35:48.000000000 -0500
+++ shadow/70766.tmp.27883	2004-12-24 19:01:49.000000000 -0500
@@ -3,21 +3,21 @@
 Version: 1.1
 OS: SLES 9
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mlasky@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: FileVersionInfo does not return ProductVersion
+Summary: Make FileVersionInfo work for native windows files on windows
 
 Please fill in this template when reporting a bug, unless you know what 
 you are doing.
 Description of Problem:
 The FileVersionInfo.GetFileVersionInfo() does not return the 
 ProductVersion.
@@ -48,6 +48,12 @@
 Created an attachment (id=13582)
 Contains test program to reproduce problem.
 
 
 ------- Additional Comments From mlasky@novell.com  2004-12-22 21:35 -------
 Sorry. Forgot to add the source file to the tar file.
+
+------- 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.