With background gradient enabled I see image instead of license text (like on attached gif). If BG line commented unhandled exception occure, debug shows zero pointer. Temp dir created in the same place on all comps (user/local settings/temp). On 32 bits XP/2003 all is correct (just no dll entry point). Any short fix?
!include "MUI.nsh"
!define INAME license
Name ${INAME}
OutFile ${INAME}.exe
InstallDir "$PROGRAMFILES\${INAME}"
BGGradient 000000 000080 FFFFFF
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE license_en.txt
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_LANGUAGE English
Section "Dummy Section" SecDummy
SectionEnd
Function .onInit
System::Call "kernel32::Wow64DisableWow64FsRedirection(*i)"
FunctionEnd
x64 license page problem
I am running setup on MS Windows Server 2003 Enterprise x64 Edition SP1, Dual Core AMD Opteron. Problem comes from .onInit syscall, but error situation appear later - on the license page only: