Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Have you used pynsist?
#10
(Aug-11-2017, 03:56 PM)wavic Wrote: I am interested in can I build a Windows installer within a Linux system?
No the cross platform installer like Pyinstaller and CxFreeze.
You build for the platform it shall be used on.
Quote:PyInstaller is tested against Windows, Mac OS X, and Linux. However, it is not a cross-compiler:
to make a Windows app you run PyInstaller in Windows; to make a Linux app you run it in Linux, etc.

Quote:cx_Freeze works on Windows, Mac and Linux, but on each platform it only makes an executable that runs on that platform.
Can mess with something like Wine,but this is not advisable.
If i had only a Linux system and wanted to make "exe" for Windows.
i would fire up VirtualBox with a Windows version and to build there.
Reply


Messages In This Thread
Have you used pynsist? - by buran - Aug-11-2017, 06:19 AM
RE: Have you used pynsist? - by DeaD_EyE - Aug-11-2017, 06:35 AM
RE: Have you used pynsist? - by buran - Aug-11-2017, 07:34 AM
RE: Have you used pynsist? - by snippsat - Aug-11-2017, 10:06 AM
RE: Have you used pynsist? - by buran - Aug-11-2017, 11:04 AM
RE: Have you used pynsist? - by snippsat - Aug-11-2017, 12:42 PM
RE: Have you used pynsist? - by buran - Aug-11-2017, 01:43 PM
RE: Have you used pynsist? - by wavic - Aug-11-2017, 03:56 PM
RE: Have you used pynsist? - by nilamo - Aug-11-2017, 05:11 PM
RE: Have you used pynsist? - by snippsat - Aug-11-2017, 05:15 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020