Examples/ExperienceUI/UmuiImport.nsi
changeset 13 2ae1abe546fd
parent 0 d5ce4c64ef88
equal deleted inserted replaced
12:e1e0fe6c578e 13:2ae1abe546fd
    33 
    33 
    34 ;--------------------------------
    34 ;--------------------------------
    35 ;Pages
    35 ;Pages
    36 
    36 
    37   !insertmacro MUI_PAGE_WELCOME
    37   !insertmacro MUI_PAGE_WELCOME
    38   !insertmacro MUI_PAGE_LICENSE "${NSISDIR}\Contrib\ExperienceUI\License.rtf"
    38   !insertmacro MUI_PAGE_LICENSE "${XPUI_SYSDIR}\License.rtf"
    39   !insertmacro MUI_PAGE_COMPONENTS
    39   !insertmacro MUI_PAGE_COMPONENTS
    40   !insertmacro MUI_PAGE_DIRECTORY
    40   !insertmacro MUI_PAGE_DIRECTORY
    41   !insertmacro MUI_PAGE_INSTFILES
    41   !insertmacro MUI_PAGE_INSTFILES
    42   !insertmacro MUI_PAGE_FINISH
    42   !insertmacro MUI_PAGE_FINISH
    43   
    43