The documentation for the InstallerVersion attribute of the Package element indicates that the value is computed as:
major version * 100 + minor version * 10
For Windows Installer 3.1, this would be
3 * 100 + 1 * 10 = 310
When using that value, however, Windows Installer 3.1 on Server 2003 complains that the package requires a newer version of Windows Installer, and a number of samples I found while looking into this use 301 instead of 310, which is at odds with what the document specifies.
I'm using WIX 3.0.4130.0.
--
Phil
Logged In: YES
user_id=991639
Originator: NO
Fixed in next build.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 15 days (the time period specified by
the administrator of this Tracker).