unshared dll example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5013 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6dba6f5f93
commit
3b48b74364
1 changed files with 6 additions and 1 deletions
|
@ -118,6 +118,12 @@ LIBRARY_COM
|
|||
|
||||
\S1{} Example
|
||||
|
||||
\S2{} Unshared DLL
|
||||
|
||||
\c !insertmacro InstallLib REGDLL NOTSHARED REBOOT_NOTPROTECTED dllname.dll $SYSDIR\dllname.dll $SYSDIR
|
||||
|
||||
\S2{} Shared DLL
|
||||
|
||||
\c ;Add code here that sets $ALREADY_INSTALLED to a non-zero value if the application is
|
||||
\c ;already installed. For example:
|
||||
\c
|
||||
|
@ -127,7 +133,6 @@ LIBRARY_COM
|
|||
\c
|
||||
\c !insertmacro InstallLib REGDLL $ALREADY_INSTALLED REBOOT_NOTPROTECTED dllname.dll $SYSDIR\dllname.dll $SYSDIR
|
||||
|
||||
|
||||
\H{library_uninstall} Library Uninstallation
|
||||
|
||||
\S1{} Introduction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue