PEAddResource now supports the res: protocol
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7301 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
aca76bc307
commit
1531c8e23e
9 changed files with 267 additions and 29 deletions
|
@ -360,6 +360,7 @@ Adds \cw{file} as a resource to the installer and uninstaller. \cw{restype} spec
|
|||
\c PEAddResource "myimage.bmp" "#2" "#1337"
|
||||
\c PEAddResource "mybonus.ico" "#Icon" "#200"
|
||||
\c PEAddResource "myimage.png" "PNG" "#1234"
|
||||
\c PEAddResource "res://$%WINDIR%/Explorer.exe/#Icon/#101" "#Icon" "#1337"
|
||||
|
||||
\S2{aperemoveresource} PERemoveResource
|
||||
|
||||
|
|
|
@ -20,6 +20,8 @@ Released on ???? ??th, 20??
|
|||
|
||||
\b Added /LAUNCH compiler switch
|
||||
|
||||
\b PEAddResource now supports the res:// protocol
|
||||
|
||||
\H{v3.07} 3.07
|
||||
|
||||
Released on July 24th, 2021
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue