Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Have you used pynsist?
#4
I have tested pynsist.
(Aug-11-2017, 07:34 AM)buran Wrote: Its not a problem they want downloading NSIS
There is no need to download of NSIS for end user,only needed bye you for build process.
pynsist will make a single exe like my_game.exe ,this is a installer file that can be disrupted.
So running my_game.exe  start the installer(NSIS) next --> next --> Finish.
It will make a my_game shortcut in the start menu of Windows.

As mention bye @DeaD_EyE Pyinstaller can make one exe like my_game.exe .
Then my_game.exe  is a executable file,unlike my_game.exe  from pynsist which is a installer file.

If want disrupted a more processional app,
a installer(that has uninstall option) can be more approachable than ask some to run a "exe" that is executable.
(Aug-11-2017, 07:34 AM)buran Wrote: And in the rear occasion when if I needed an installer for windows I was using Install creator with Inno setup.
I have used Inno setup in the past,it's a good installer.
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