Jerry Maloney wrote: > I have created an MSI using WiX. I now have an issue with the displayed file > size in the Custom Setup screen. I have 9 features to install: the core > files, plus 8 optional files. These optional files are quite large, between > about 60 and 150 MB each. The issue is that the size of these files is > frequently misreported in the installer's Custom Setup screen as 0 KB, and I > can't figure out why.
Generally, it's because MSI thinks the files won't be installed (e.g., because they're already installed). Check a verbose log around the InstallValidate action to see what MSI thinks is going on. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users