https://bugzilla.novell.com/show_bug.cgi?id=388602
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=388602#c2 Sebastien Pouliot <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Signcode does not sign MSI-files |Signcode does not sign non-PE files (e.g. MSI, | |CAB) --- Comment #2 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-05-16 08:38:52 MST --- This is what you'll see if you try to sign a non-PE file in the next version(s) of mono. Mono SignCode - version 1.9.0.0 Sign assemblies and PE files using Authenticode(tm). Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. System.NotSupportedException: Cannot sign non PE files, e.g. .CAB or .MSI files (error 3). at Mono.Security.Authenticode.AuthenticodeBase.ReadFirstBlock () [0x00000] at Mono.Security.Authenticode.AuthenticodeBase.GetHash (System.Security.Cryptography.HashAlgorithm hash) [0x00000] at Mono.Security.Authenticode.AuthenticodeFormatter.Sign (System.String fileName) [0x00000] Couldn't sign file 'gendarme-win32-setup.msi'. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
