Enhancements Request: Support for Larger Projects and Custom Application Icons #1441
Replies: 1 comment 3 replies
-
The size limitation on Windows MSIs is a known issue - see #646 for details. The MSI format has limitations on the number of files, and the overall size of the underlying archive. Wix4 (#1185) might have a workaround for this, but initial exploration into adopting Wix4 haven't been very successful. We'd like to fix this, but Wix is not well documented, so we haven't had a lot of luck working out what is required. We don't have an EXE-based installer - although I'd suggest that if a MSI-based installer isn't working because of file size, an EXE-based installer is even less likely to work. We do have a ZIP installer - that isn't really an "installer" per se, but it does allow you to distribute a project as a single file. As for custom icons - you'll need to provide details. We've got plenty of evidence that custom icons can be used; every report we've had of icons "not working" has been the result of a either:
If you can tell us what you've done, what files you've put where, and provide the log file from a fresh |
Beta Was this translation helpful? Give feedback.
-
Hello Briefcase maintainers and contributors,
First and foremost, I want to express my heartfelt gratitude to all of you who have contributed to the Briefcase project. It has been a pivotal tool in the development and distribution of my speech synthesis and cloning open-source project Wunjo AI, facilitating the seamless creation of an out-of-the-box installer for the project.
As my application has grown in complexity and size, I have encountered a couple of constraints that I wanted to bring to your attention, in hopes that future versions of Briefcase might address these:
MSI Installer Size Limitation on Windows: Currently, it seems that creating an MSI installer on Windows is not feasible for projects where the total size including all libraries exceeds 2GB. I am keen on learning if there are any plans to enhance Briefcase to support larger project sizes, perhaps by increasing this limit or by introducing the ability to create EXE files as an alternative.
Custom Application Icon: Despite specifying a custom application icon in the pyproject.toml file, the default bee icon persists post-build. I've attempted specifying paths to both individual files and icon sets to no avail. It would be greatly appreciated if you could guide me on how to correctly set up a custom icon, or consider this as a feature request for future releases.
I am eager to hear your thoughts on these matters
Thank you once again for your hard work and dedication to this project.
Beta Was this translation helpful? Give feedback.
All reactions