How can I convert a .NET exe to Win32 exe? (I don\'t have the code)
The purpose is to run the application in Linux using wine. I presume that .NET exe cannot be run in wine
Simply not possible. For managed code, you need some kind of VM to run in. In Linux you can use Mono or dotgnu portable.net. Maybe some hyper-advanced version of wine will once be able to run the MS .net framework?