Automatic account creation is now enabled. Captcha authentication required for account creation and editing unless you are trusted here.
Candle
From WiX Wiki at MindCapers
Using Command Line Variables
Candle <SourceScript> -dMajorRev=1 -dMinorRev=2 -dPatchRev=3 dBuildRev=4
Within the script, we use (for example):
<Package Id="????????-????-????-????-????????????"
Description="Description"
Comments="Product V$(var.MajorRev).$(var.MinorRev).$(var.PatchRev) (build $(var.BuildRev))"
Manufacturer="Manufacturer" InstallerVersion="200" Compressed="yes"/>

