home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / nsis-2.46-setup.exe / Contrib / zip2exe / Modern.nsh < prev   
Encoding:
Text File  |  2007-12-01  |  212 b   |  8 lines

  1. ;Change this file to customize zip2exe generated installers with a modern interface
  2.  
  3. !include "MUI.nsh"
  4.  
  5. !insertmacro MUI_PAGE_DIRECTORY
  6. !insertmacro MUI_PAGE_INSTFILES
  7.  
  8. !insertmacro MUI_LANGUAGE "English"