How to package your Python Application and create an MSI installer

preview_player
Показать описание
We'll show you how to create an MSI package for your Python Application and have it ready to deploy.

As one of the most prominent programming languages in the world, Python is supported by many tools and modules. It is easy to learn and provides a nicely constructed code -- which opens the door for many solutions and endless possibilities.

In this video, we will go through creating an MSI installer for your Python application, using the free edition of Advanced Installer. It will take us only 5 steps!

▬▬▬▬▬▬ PacKit - New Tool Highlight ▬▬▬▬▬▬

Discover PacKit, the essential free tool for all packagers. Efficiently manage, update, and upload your packages. Troubleshoot and deploy directly to Intune or MECM (former SCCM).

▬▬▬▬▬▬ MSI Packaging Training & Certification📚 ▬▬▬▬▬▬

Get Trained and Certified for FREE in MSI Packaging!

Learn everything about MSI Packaging with ⬇

MSI Packaging Training and Certification - a complete and free program powered by Advanced Installer, to help you master MSI Application Packaging.

The program resources you get are:
►196 pages of must know theoretical concepts
► 27 practical demos most commonly encountered in practice
► Free professional certification based on passing a 51-question exam.

Join our Application Packaging Training and get your Free Professional Certificate here:

▬▬▬▬▬▬ Ebooks & Resources 📚 ▬▬▬▬▬▬

🎀Follow us on:

✨Advanced Installer is an all-in-one Application Packaging Tool for Software Developers and IT Professionals.
Designed for building MSI, MSIX AppX, and App-V packages, deploying applications updates, repackaging, and MSI/MST editing.

▬▬▬▬▬▬ For more information 🚀 ▬▬▬▬▬▬

#python #msi #pythontutorial

✨We hope you enjoyed this video! Thank you for watching!
Рекомендации по теме
Комментарии
Автор

Hi, how can you reduce virus vendors flagging the complie .exe as malicious. I used your tool and it was flag by 9 vendors usually I just ingnor but one of the vendors was McAfee. When I complie with ex..(pyinstaller --onefile --windowed --icon=file.ico --add-data "file.ico;." test.py) it's only flag by 4 vendors out of 72. Can you advise?

waynemcdon
Автор

Does this work even if the user doesn't have python installed? The python interpreter is included in the installation?

emwave
Автор

1:25 ok, how do I know what to do next? reading your mind?

OurChildhood
Автор

Sir, what if my program needs an environment variable, how can I set up the installer to add a custom environment variable?

marcopinedo
Автор

I want to make installer of 1 GB python application, which will deploy for many users which subscription you will suggest for me ? Freeware, Professional, Enterprise and Architect.

PANDURANG
Автор

"Then you can go ahead and build your msi" bro how!?!? omfg

matthewmiglio