added x64 support for library macros
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5077 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
68907347f5
commit
a25547816b
3 changed files with 148 additions and 18 deletions
|
@ -102,6 +102,12 @@ The Windows temp directory could be located on any volume, so you cannot use thi
|
|||
|
||||
\S1{} Options
|
||||
|
||||
LIBRARY_X64
|
||||
|
||||
\b Installs a DLL built for Windows x64.
|
||||
|
||||
\b \\<b\\>Warning:\\</b\\> this resets \R{setregview}{RegSetView} and file system redirection.
|
||||
|
||||
LIBRARY_SHELL_EXTENSION
|
||||
|
||||
\b Define this before inserting InstallLib macro to call SHChangeNotify with SHCNE_ASSOCCHANGED after registration.
|
||||
|
@ -213,6 +219,12 @@ Location of the library
|
|||
|
||||
\S1{} Options
|
||||
|
||||
LIBRARY_X64
|
||||
|
||||
\b Uninstalls a DLL built for Windows x64.
|
||||
|
||||
\b \\<b\\>Warning:\\</b\\> this resets \R{setregview}{RegSetView} and file system redirection.
|
||||
|
||||
LIBRARY_SHELL_EXTENSION
|
||||
|
||||
\b Define this before inserting UninstallLib macro to call SHChangeNotify with SHCNE_ASSOCCHANGED after unregistration. Use this to refresh the shell when uninstalling a shell extension or when changing file associations.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue