From your question I understand that you are not trying to change the Windows OS icon of installer file (.msi or .exe) but the images that appear in installer windows. Wix user interface have default icons with specific sizes for welcome & installation dialogs as well as banners as follows:
Variable name: Description (Dimensions
- WixUIBannerBmp: Top banner (493 × 58)
- WixUIDialogBmp: Background bitmap used on the welcome and completion dialogs (493 × 312)
- WixUIExclamationIco: Exclamation icon on the WaitForCostingDlg (32 × 32)
- WixUIInfoIco: Information icon on the cancel and error dialogs (32 × 32)
- WixUINewIco: Button glyph on the BrowseDlg (16 × 16)
- WixUIUpIco: Button glyph on the BrowseDlg (16 × 16)
You can find more info here.
For Wix 3.0+, there are some explanations here.