winepak / applications

A collection of flatpak manifest for building Microsoft Windows applications with Wine via flatpak
https://www.winepak.org
416 stars 39 forks source link

Ask: running existing .exe #167

Open biji opened 4 years ago

biji commented 4 years ago

How to run existing myapp.exe? The app run smooth using command wine myapp.exe I hope there's tutorial for this

thanks

btreut commented 4 years ago

I would also be interested in such a tutorial.

I tried to start my application by running a shell within the winepack runtime, but sorrily my application is 32bit and trying to start it from the shell prompt resulted in an error. I don't know how start the shell in the winepack runtime with the Compat32 extension loaded (although I see it when doing a flatpak list).

btreut commented 4 years ago

In the meantime I was able to run an existing 32-bit exe within some flatpak based on winepak. I followed the tips/instructions given by egrath's winfile readme to create the flatpak with Compat32 extension, installed it and could run the existing exe from within winfile and from the shell.