[wix-users] How to install more than 32K files
Christopher Painter
chrpai at iswix.com
Tue Jan 23 06:45:35 PST 2018
Some will likely disagree with me on this, but at some point MSI just isn't the right tool for the job.
I once had a client who's system included 200,000 files and 20-30gb of content. MSI and it's transactional/declarative nature just doesn't scale to this very well. Even InstallShield InstallScript projects with differential builds weren't cutting it. In the end we went with an MSI for the core components (This was a web app.) and a custom content management system that was basically robocopy /mirror type operations all encapsulated by a bootstrapper. We also massively parallelized their build environment to reduce build time.
In InstallShield you edit the File table and change an l4 to an l8 if I recall. Never researched how to do that in WiX. If you are happy with how WIX/MSI is currently handling you then a simple solution would be to split your current MSI into one or more MSI and chain them together using a WiX burn bootstrapper.
________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Sanketh via wix-users <wix-users at lists.wixtoolset.org>
Sent: Tuesday, January 23, 2018 6:25 AM
To: WiX Toolset Users Mailing List
Cc: Sanketh
Subject: [wix-users] How to install more than 32K files
Hello All,
One of the application has 50,000 files in one MSI. Currently the build is
successful but the installation skips to install ~20K files. We found that
MSI has a limitation of 32767 files maximum and they have suggested editing
the limit of database column to overcome this issue. Please find the
details in below link.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa3677
Is there a possibility to configure this is WiX directly without needing to
edit tables and databases manually?
Thanks,
Sanketh
--
Best regards
Sanketh P B,
Mob: +91-9740301989
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
WiX Support | WiX Experts and Resources from FireGiant<http://www.firegiant.com/>
www.firegiant.com
WiX Support | Installation, Development, Deployment | WiX Experts and Resources from FireGiant
More information about the wix-users
mailing list