i have create a custompage with too images (.ico). It's defined in a .ini file. I use this to show me the CustomPage.
It works fine. The problem is, that i dont see the images on an other pc, cause it seems nsis dont compile/compress the ico file and he cant find the images.
...
Page custom CustomPage
...
!insertmacro INSTALLOPTIONS_DISPLAY "test.ini"
...
!insertmacro INSTALLOPTIONS_EXTRACT_AS ..\test.ini" "test.ini"
...
Is there any solution or did I a mistake?
Thanks for help
kind regards