3

When I try to sign an EXE file under Linux with Wine, it requires some dll - mfc42.dll. Also tried install that dll with winetricks, but I cannot get it running.

Maybe you know a better way to sign a .EXE under Linux?

Rob W
  • 341,306
  • 83
  • 791
  • 678
user1991123
  • 121
  • 2
  • 7
  • 1
    possible duplicate of [Signing Windows application on Linux-based distros](http://stackoverflow.com/questions/18287960/signing-windows-application-on-linux-based-distros) – Rob W Dec 21 '13 at 09:57

1 Answers1

0

Another possible solution is the "OpenSSL-based signcode utility", see http://sourceforge.net/projects/osslsigncode/

I haven't tried it yet, but it sounds promising (much leaner than installing Mono anyway).

Matthieu Wipliez
  • 1,901
  • 1
  • 16
  • 15