Automatic account creation is now enabled. Captcha authentication required for account creation and editing unless you are trusted here.
ARPPRODUCTION
From WiX Wiki at MindCapers
The ARPPRODUCTION property along with an Icon element is used to change the icon associated with an executable. Place both inside the Package Element, and read that the Icon Id needs to end with the same extension as the Sourcefile (I didn't verify this).
<Icon Id='Compass.ico' SourceFile='Compass.ico'/> <Property Id='ARPPRODUCTICON' Value='Compass.ico' />

