-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] NSIS and WIX fails when application larger than 2GB #7372
Comments
Same problem I meet💔 |
Nope. As you said, it's a limitation of nsis and wix and they didn't just add this limitation, it's a technical limitation. In nsis case one of the main reasons is caused by nsis being 32bit afaik. Many years ago they also said that time to decompress and do crc checks would be another reason but whatever. And of course not all file system types like fat16 support files this large but that's probably not an issue for us/you either. For WiX i don't know the technical reasons but there is at least discussion to make it work in the future. v4 already made it possible for installers themselves to be larger than 2gb but it seems to be a manual process that i don't understand after just a quick look. Also, single files still have to be smaller than 2gb i think. Sooo, i think a solution for wix is unrealistic but for nsis we could look into that fork if all the extensions we use are available as x64 too. (No ETA, i don't think it'll be a high prio for us any time soon) |
Yes, just yesterday, I tried using |
Also running into this issue now on windows where our cumulative package is larger than 2GB. |
I was able to replace the NSIS binaries with the latest NSISBI and build, however Windows Defender detects it as
Which could be a false positive. |
any hope about this? :( |
Describe the bug
Hello, I try to build software installer larger than 2GB but always get this compiler error indicating 2GB size limit. Similar error happens also when I use WIX. I know it is NSIS/WIX side issue but I still want to ask if there is an existing convient way from tauri side to fix this? That would save me a lot time.
Reproduction
yarn tauri build --debug --verbose --bundles nsis
Expected behavior
msi
/exe
installer successfully createdPlatform and versions
Stack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: