Grey bits on the screen in 120DPI - help!!
I am using the ultramodern skin for my install requirements and I am having problems with users in 120DPI. The screen shows "windows" Grey areas between the brand image and the rest of the screen. The Ultramodern skin is not going to be updated for a while so I figure that I either need to use a different look or make the grey bits blue.
I have tried to search the forum for a fix but I just get confused - I am not that proficient with NSIS yet.
; MUI 1.67 compatible ------This part of my script. I have attached the welcome screen..
!include "UMUI.nsh"
!insertmacro MUI_DEFAULT UMUI_LEFTIMAGE_BMP "LeftNWBrand.bmp"
; MUI Settings
!define MUI_ABORTWARNING
!define MUI_ICON "..\NewIcon.ico"
!define MUI_UNICON "..\NewIcon.ico"
; Welcome page
!insertmacro MUI_PAGE_WELCOME
; License page
!insertmacro MUI_PAGE_LICENSE "..\WISE Install script\Disclaimer.txt"
; Directory page
!insertmacro MUI_PAGE_DIRECTORY
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
; Finish page
!define MUI_FINISHPAGE_RUN "$INSTDIR\NumberWorksatHome.exe"
!insertmacro MUI_PAGE_FINISH
; Uninstaller pages
!insertmacro MUI_UNPAGE_INSTFILES
; Language files
!insertmacro MUI_LANGUAGE "English"