I'm trying to create a program using text-to-speech in python and want to create a windows application out of it. I'm trying to bundle the software with the espeak text to speech engine to provide the users with more voices and languages. Looking for a method to bundle the espeak installer with my own program into a single installer. Any way to achieve that?
Asked
Active
Viewed 38 times
2
-
2Do you want to include another .exe or .msi file inside your bundled Pyinstaller application? Or actually combine them together, so there is only *one* installer that you need to run which installs both programs? – wstk Apr 26 '21 at 12:31
-
Yes, I wanna combine them, so that one installer initiates to installs.(Kind of like how some games give an option of installing DirectX and VS redistributables with their installers) – booperdooper64 Apr 28 '21 at 10:52