Wix Error ICE17: Bitmap: ' is launching

416 views Asked by At

I'm trying to develop a Wix project. I'm using Wix 3.6, and everything goes perfect, except when I try to change the default interface of Wix to the WiUI_Mondo one.

I do the following to change the interface:

  1. Add reference to WixUIExtension.dll
  2. Add <UIRef Id="WixUI_Mondo" />

With these simple steps, I should be able to change the interface of my Wix installer. Instead, it is launching an error like this:

Error: ICE17: Bitmap: '

And no more text after the simple comma.

Any idea on why is this happening??

EDIT: This mistake comes from several .wxs files, such as PrepareDlg.wxs, FilesInUse.wxs...

1

There are 1 answers

1
coding Bott On

I don't know the exact reason, but you can see in msdn what ice17 is testing: ice 17 documentation