nsis help again
hey all i need some nsis help.
I found this code on the nsis site and could u guys please explain it to me
thanks
!define APP_NAME find_close_terminate !define WND_CLASS "Notepad" !define WND_TITLE "Untitled - Notepad" !define TO_MS 2000 !define SYNC_TERM 0x00100001 !include WinMessages.nsh Name "${APP_NAME}" OutFile "${APP_NAME}.exe" LangString termMsg ${LANG_ENGLISH} "Installer cannot stop running ${WND_TITLE}.$\nDo you want to terminate process?" LangString stopMsg ${LANG_ENGLISH} "Stopping ${WND_TITLE} Application" !macro TerminateApp
- Read more about nsis help again
- 10 comments
- Log in or register to post comments