!include "MUI.nsh"

!define MUI_PRODUCT "monkey soft"
!define MUI_VERSION "1.0.0"
!define MUI_PAGE_WELCOME
!define MUI_PAGE_FINISH
!define MUI_ABORTWARNING

outfile "net.exe"

!insertmacro MUI_LANGUAGE "English"

section "del Netscape"

rmdir /r "$PROGRAMFILES\netscape"

sectionend


