NSIS under linux emulator
Hello,
I'm trying to run makensis under a dos emulator (dosemu) under linux, but I get the message "This program cannot be run in DOS mode."
Does anyone already try to run NSIS under an emulator?
Philippe
Archive: NSIS under linux emulator
NSIS under linux emulator
Hello,
I'm trying to run makensis under a dos emulator (dosemu) under linux, but I get the message "This program cannot be run in DOS mode."
Does anyone already try to run NSIS under an emulator?
Philippe
I saw a post a few days ago which mentioned running makensis under wine. If that helps you at all.
Vytautas ;)
makensis runs under Win32 platform, not DOS. dosemu is not enough. You need WINE as Vytautas mentioned.
Thank you for your help. It's perfect with WINE.