the way shown here http://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/configure_arp_appearance.html does not work
I put this
<Icon Id="icon.ico" SourceFile="..\Resource\logo.ico"/>
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
in the Product> section but I get the error
Error 3 Schema validation failed with the following error at line 1, column 631: The element 'Product' in namespace 'http://schemas.microsoft.com/wix/2006/wi' has invalid child element 'Icon' in namespace 'http://schemas.microsoft.com/wix/2006/wi'. List of possible elements expected: 'Package'. C:\Users\user\Documents\svnRepos\prjs\Mold Sentinel\trunk\software\Mold Sentinel Control App\Installer\Product.wxs 13 1 Installer
I wonder how to specify the source path ... supposedly it starts from the path where the exe file is created, right?
Thanks much