InitPluginsDir fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1794 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9b3cea2e5a
commit
ece93249cb
1 changed files with 3 additions and 12 deletions
|
@ -479,10 +479,7 @@
|
|||
!verbose 3
|
||||
|
||||
;Init plugin system
|
||||
!ifndef MUI_INSTALLOPTIONS_INITPLUGINS
|
||||
!define MUI_INSTALLOPTIONS_INITPLUGINS
|
||||
InitPluginsDir
|
||||
!endif
|
||||
InitPluginsDir
|
||||
|
||||
File "/oname=$PLUGINSDIR\${FILE}" "${FILE}"
|
||||
|
||||
|
@ -495,10 +492,7 @@
|
|||
!verbose 3
|
||||
|
||||
;Init plugin system
|
||||
!ifndef MUI_INSTALLOPTIONS_INITPLUGINS
|
||||
!define MUI_INSTALLOPTIONS_INITPLUGINS
|
||||
InitPluginsDir
|
||||
!endif
|
||||
InitPluginsDir
|
||||
|
||||
File "/oname=$PLUGINSDIR\${FILENAME}" "${FILE}"
|
||||
|
||||
|
@ -511,10 +505,7 @@
|
|||
!verbose 3
|
||||
|
||||
;Init plugin system
|
||||
!ifndef MUI_INSTALLOPTIONS_UNINITPLUGINS
|
||||
!define MUI_INSTALLOPTIONS_UNINITPLUGINS
|
||||
InitPluginsDir
|
||||
!endif
|
||||
InitPluginsDir
|
||||
|
||||
File /oname=$PLUGINSDIR\${FILE} "${FILE}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue