Examples/ExperienceUI/HeaderBitmap.nsi
changeset 13 2ae1abe546fd
parent 0 d5ce4c64ef88
equal deleted inserted replaced
12:e1e0fe6c578e 13:2ae1abe546fd
    23   InstallDirRegKey HKCU "Software\ExperienceUI Test" ""
    23   InstallDirRegKey HKCU "Software\ExperienceUI Test" ""
    24 
    24 
    25 ;--------------------------------
    25 ;--------------------------------
    26 ;Interface Configuration
    26 ;Interface Configuration
    27 
    27 
    28   !define XPUI_HEADERIMAGE "${NSISDIR}\Contrib\ExperienceUI\Skins\Windows XP\Header.bmp"
    28   !define XPUI_HEADERIMAGE "${XPUI_SYSDIR}\Skins\Windows XP\Header.bmp"
    29   ; might as well do a bottom image as well...
    29   ; might as well do a bottom image as well...
    30   !define XPUI_BOTTOMIMAGE ;we don't have to define a custom bottom image, the default is fine.
    30   !define XPUI_BOTTOMIMAGE ;we don't have to define a custom bottom image, the default is fine.
    31   !define XPUI_ABORTWARNING
    31   !define XPUI_ABORTWARNING
    32 
    32 
    33 ;--------------------------------
    33 ;--------------------------------
    34 ;Pages
    34 ;Pages
    35 
    35 
    36   !insertmacro XPUI_PAGE_LICENSE "${NSISDIR}\Contrib\ExperienceUI\License.rtf"
    36   !insertmacro XPUI_PAGE_LICENSE "${XPUI_SYSDIR}\License.rtf"
    37   !insertmacro XPUI_PAGE_COMPONENTS
    37   !insertmacro XPUI_PAGE_COMPONENTS
    38   !insertmacro XPUI_PAGE_DIRECTORY
    38   !insertmacro XPUI_PAGE_DIRECTORY
    39   !insertmacro XPUI_PAGE_INSTFILES
    39   !insertmacro XPUI_PAGE_INSTFILES
    40   
    40   
    41   !insertmacro XPUI_PAGEMODE_UNINST
    41   !insertmacro XPUI_PAGEMODE_UNINST