Compiles again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1693 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
334fceb311
commit
c52aff2daa
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Section "ThisNameIsIgnoredSoWhyBother?"
|
|||
; The same example but using icon from resource.dll.
|
||||
; You could use this dll for storing your resources, just replace FAR icon
|
||||
; with something you really need.
|
||||
File "${NSISDIR}\Contrib\System\Additionals\Resource.dll"
|
||||
File "${NSISDIR}\Contrib\System\Resource.dll"
|
||||
!insertmacro smMessageBox "`$TEMP\resource.dll`" "Message box with custom icon from resource.dll!" "System Example 1b" ${MB_OK} "i 103"
|
||||
Delete $TEMP\resource.dll
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue