home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / Software / Freeware / NSIS 2.29 / nsis-2.29-setup.exe / Contrib / zip2exe / Modern.nsh < prev   
Encoding:
Text File  |  2003-09-28  |  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"