Frage

I've found several answers for this subject on stackoverflow but I'd like to reiterate. I created a small gui application in python that uses Tkinter (if that matters), uses icons and separate text files with configuration rules and other resources.

So basically, there is one executable .py script, a bunch of text files and gif icons. I need to create an installer for windows. I have never tried to make an installer before, but considering using NSIS. What installer serves best for such setup?

War es hilfreich?

Lösung

I want to make an installation file for my python source code"

You have to use NSIS, InnoSetup, BitRock Installer, IzPack or equivalent to produce a platform installer. So you have to take the binary result produced on the first part and package it for os distribution. Almost all the installer systems are thinked for Windows systems. Cross platform : Zero Install, IzPack ... If you use IzPack you can have a cross platform installer paying the price of including a jvm.

And i Believe This >> HELP Can be Light of Your Way ;)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top