On 6/9/2014 5:32 PM, Ed wrote: > Wix is allowing me to create msi files with a large number in the fourth > version index (6-digit numbers, i.e. 111111). How are you authoring that? If you put such a version as a literal string, the compiler will fail with an error message saying you can't do that:
Invalid product version '{0}'. Product version must have a major version less than 256, a minor version less than 256, and a build version less than 65536. You can override that checking, such as by using a loc or other bind-time variable: http://www.joyofsetup.com/2008/07/17/beware-localization-variables/ > Is there a way around this issue? Is it a bug or expected behavior based on > MS version handling limitations? Expected behavior. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users