Examples/ExperienceUI/Basic.nsi
changeset 17 26f838554c9e
parent 13 2ae1abe546fd
equal deleted inserted replaced
16:13a1c9383c02 17:26f838554c9e
     5 ;OK, I cheated, Joost wrote it. :-)
     5 ;OK, I cheated, Joost wrote it. :-)
     6 
     6 
     7 ;--------------------------------
     7 ;--------------------------------
     8 ;Include ExperienceUI
     8 ;Include ExperienceUI
     9 
     9 
    10   !include "XPUI.nsh"
    10   !ifdef XPUI_SYSDIR
       
    11     !include "${XPUI_SYSDIR}\XPUI.nsh"
       
    12   !else
       
    13     ; just hope NSIS has XPUI.nsh installed
       
    14     !include "XPUI.nsh"
       
    15   !endif
    11 
    16 
    12 ;--------------------------------
    17 ;--------------------------------
    13 ;General
    18 ;General
    14 
    19 
    15   ;Name and file
    20   ;Name and file