added new/missing files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2944 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2c6e349b75
commit
0b612e1e51
1 changed files with 73 additions and 34 deletions
|
@ -55,7 +55,7 @@ Caption "NSIS ${VER_DISPLAY} Setup"
|
||||||
!insertmacro MUI_UNPAGE_INSTFILES
|
!insertmacro MUI_UNPAGE_INSTFILES
|
||||||
|
|
||||||
;Settings
|
;Settings
|
||||||
!define MUI_ABORTWARNING
|
!define MUI_ABORTWARNING
|
||||||
|
|
||||||
!define MUI_HEADERBITMAP "${NSISDIR}\Contrib\Icons\modern-header.bmp"
|
!define MUI_HEADERBITMAP "${NSISDIR}\Contrib\Icons\modern-header.bmp"
|
||||||
!define MUI_SPECIALBITMAP "${NSISDIR}\Contrib\Icons\modern-wizard nsis llama.bmp"
|
!define MUI_SPECIALBITMAP "${NSISDIR}\Contrib\Icons\modern-wizard nsis llama.bmp"
|
||||||
|
@ -214,25 +214,25 @@ Section "Desktop Shortcut" SecIcons
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
!ifndef NO_STARTMENUSHORTCUTS
|
!ifndef NO_STARTMENUSHORTCUTS
|
||||||
CreateDirectory $SMPROGRAMS\NSIS
|
CreateDirectory $SMPROGRAMS\NSIS
|
||||||
|
|
||||||
IfFileExists "$INSTDIR\NSIS.exe" "" +2
|
IfFileExists "$INSTDIR\NSIS.exe" "" +2
|
||||||
CreateShortCut "$SMPROGRAMS\NSIS\NSIS Menu.lnk" "$INSTDIR\NSIS.exe" ""
|
CreateShortCut "$SMPROGRAMS\NSIS\NSIS Menu.lnk" "$INSTDIR\NSIS.exe" ""
|
||||||
|
|
||||||
CreateShortCut "$SMPROGRAMS\NSIS\MakeNSISW (Compiler GUI).lnk" "$INSTDIR\makensisw.exe"
|
CreateShortCut "$SMPROGRAMS\NSIS\MakeNSISW (Compiler GUI).lnk" "$INSTDIR\makensisw.exe"
|
||||||
|
|
||||||
IfFileExists "$INSTDIR\Bin\NSISUpdate.exe" "" +2
|
IfFileExists "$INSTDIR\Bin\NSISUpdate.exe" "" +2
|
||||||
CreateShortCut "$SMPROGRAMS\NSIS\NSIS Update.lnk" "$INSTDIR\Bin\NSISUpdate.exe"
|
CreateShortCut "$SMPROGRAMS\NSIS\NSIS Update.lnk" "$INSTDIR\Bin\NSISUpdate.exe"
|
||||||
|
|
||||||
WriteINIStr "$SMPROGRAMS\NSIS\NSIS Development Site.url" "InternetShortcut" "URL" "http://nsis.sourceforge.net/"
|
WriteINIStr "$SMPROGRAMS\NSIS\NSIS Development Site.url" "InternetShortcut" "URL" "http://nsis.sourceforge.net/"
|
||||||
CreateShortCut "$SMPROGRAMS\NSIS\Uninstall NSIS.lnk" "$INSTDIR\uninst-nsis.exe"
|
CreateShortCut "$SMPROGRAMS\NSIS\Uninstall NSIS.lnk" "$INSTDIR\uninst-nsis.exe"
|
||||||
CreateShortCut "$SMPROGRAMS\NSIS\NSIS Documentation.lnk" "$INSTDIR\Docs\index.html"
|
CreateShortCut "$SMPROGRAMS\NSIS\NSIS Documentation.lnk" "$INSTDIR\Docs\index.html"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
IfFileExists "$INSTDIR\NSIS.exe" "" +3
|
IfFileExists "$INSTDIR\NSIS.exe" "" +3
|
||||||
CreateShortCut "$DESKTOP\Nullsoft Install System.lnk" "$INSTDIR\NSIS.exe"
|
CreateShortCut "$DESKTOP\Nullsoft Install System.lnk" "$INSTDIR\NSIS.exe"
|
||||||
Goto +2
|
Goto +2
|
||||||
CreateShortCut "$DESKTOP\Nullsoft Install System.lnk" "$INSTDIR\makensisw.exe"
|
CreateShortCut "$DESKTOP\Nullsoft Install System.lnk" "$INSTDIR\makensisw.exe"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SubSection "Contrib" SecContrib
|
SubSection "Contrib" SecContrib
|
||||||
|
@ -255,7 +255,7 @@ SubSection "Extra User Interfaces" SecContribUIs
|
||||||
File "..\Examples\Modern UI\ioC.ini"
|
File "..\Examples\Modern UI\ioC.ini"
|
||||||
File "..\Examples\Modern UI\StartMenu.nsi"
|
File "..\Examples\Modern UI\StartMenu.nsi"
|
||||||
File "..\Examples\Modern UI\WelcomeFinish.nsi"
|
File "..\Examples\Modern UI\WelcomeFinish.nsi"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\Contrib\Modern UI"
|
SetOutPath "$INSTDIR\Contrib\Modern UI"
|
||||||
File "..\Contrib\Modern UI\System.nsh"
|
File "..\Contrib\Modern UI\System.nsh"
|
||||||
File "..\Contrib\Modern UI\Readme.jpg"
|
File "..\Contrib\Modern UI\Readme.jpg"
|
||||||
|
@ -265,22 +265,22 @@ SubSection "Extra User Interfaces" SecContribUIs
|
||||||
File "..\Contrib\Modern UI\Screenshot2.png"
|
File "..\Contrib\Modern UI\Screenshot2.png"
|
||||||
File "..\Contrib\Modern UI\License.txt"
|
File "..\Contrib\Modern UI\License.txt"
|
||||||
File "..\Contrib\Modern UI\ioSpecial.ini"
|
File "..\Contrib\Modern UI\ioSpecial.ini"
|
||||||
|
|
||||||
SetOutPath $INSTDIR\Contrib\UIs
|
SetOutPath $INSTDIR\Contrib\UIs
|
||||||
File "..\Contrib\UIs\modern.exe"
|
File "..\Contrib\UIs\modern.exe"
|
||||||
File "..\Contrib\UIs\modern_headerbmp.exe"
|
File "..\Contrib\UIs\modern_headerbmp.exe"
|
||||||
File "..\Contrib\UIs\modern_headerbmpr.exe"
|
File "..\Contrib\UIs\modern_headerbmpr.exe"
|
||||||
File "..\Contrib\UIs\modern_nodesc.exe"
|
File "..\Contrib\UIs\modern_nodesc.exe"
|
||||||
File "..\Contrib\UIs\modern_smalldesc.exe"
|
File "..\Contrib\UIs\modern_smalldesc.exe"
|
||||||
|
|
||||||
Delete "$INSTDIR\Contrib\UIs\modern2.exe"
|
Delete "$INSTDIR\Contrib\UIs\modern2.exe"
|
||||||
Delete "$INSTDIR\Contrib\UIs\modern3.exe"
|
Delete "$INSTDIR\Contrib\UIs\modern3.exe"
|
||||||
|
|
||||||
SetOutPath $INSTDIR\Include
|
SetOutPath $INSTDIR\Include
|
||||||
File "..\Include\MUI.nsh"
|
File "..\Include\MUI.nsh"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Default User Interface" SecContribDefaultUI
|
Section "Default User Interface" SecContribDefaultUI
|
||||||
|
|
||||||
SetDetailsPrint textonly
|
SetDetailsPrint textonly
|
||||||
|
@ -291,7 +291,7 @@ SubSection "Extra User Interfaces" SecContribUIs
|
||||||
SetOutPath "$INSTDIR\Contrib\UIs"
|
SetOutPath "$INSTDIR\Contrib\UIs"
|
||||||
File "..\Contrib\UIs\default.exe"
|
File "..\Contrib\UIs\default.exe"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Tiny User Interface" SecContribTinyUI
|
Section "Tiny User Interface" SecContribTinyUI
|
||||||
|
|
||||||
SetDetailsPrint textonly
|
SetDetailsPrint textonly
|
||||||
|
@ -302,7 +302,7 @@ SubSection "Extra User Interfaces" SecContribUIs
|
||||||
SetOutPath "$INSTDIR\Contrib\UIs"
|
SetOutPath "$INSTDIR\Contrib\UIs"
|
||||||
File "..\Contrib\UIs\sdbarker_tiny.exe"
|
File "..\Contrib\UIs\sdbarker_tiny.exe"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SubSectionEnd
|
SubSectionEnd
|
||||||
|
|
||||||
Section "Graphics" SecContribGraphics
|
Section "Graphics" SecContribGraphics
|
||||||
|
@ -326,20 +326,20 @@ Section "Language files" SecContribLang
|
||||||
SetDetailsPrint listonly
|
SetDetailsPrint listonly
|
||||||
|
|
||||||
SectionIn 1 2
|
SectionIn 1 2
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\Contrib\Language files"
|
SetOutPath "$INSTDIR\Contrib\Language files"
|
||||||
File "..\Contrib\Language files\*.nlf"
|
File "..\Contrib\Language files\*.nlf"
|
||||||
|
|
||||||
SetOutPath $INSTDIR\Bin
|
SetOutPath $INSTDIR\Bin
|
||||||
File ..\Bin\MakeLangID.exe
|
File ..\Bin\MakeLangID.exe
|
||||||
|
|
||||||
SectionGetFlags ${SecContribModernUI} $R0
|
SectionGetFlags ${SecContribModernUI} $R0
|
||||||
IntOp $R0 $R0 & ${SF_SELECTED}
|
IntOp $R0 $R0 & ${SF_SELECTED}
|
||||||
IntCmp $R0 ${SF_SELECTED} 0 nomui nomui
|
IntCmp $R0 ${SF_SELECTED} 0 nomui nomui
|
||||||
SetOutPath "$INSTDIR\Contrib\Modern UI\Language files"
|
SetOutPath "$INSTDIR\Contrib\Modern UI\Language files"
|
||||||
File "..\Contrib\Modern UI\Language files\*.nsh"
|
File "..\Contrib\Modern UI\Language files\*.nsh"
|
||||||
nomui:
|
nomui:
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SubSection "Plugins" SecContribPlugins
|
SubSection "Plugins" SecContribPlugins
|
||||||
|
@ -443,6 +443,24 @@ Section "InstallOptions" SecContribIO
|
||||||
File ..\contrib\installoptions\testlink.nsi
|
File ..\contrib\installoptions\testlink.nsi
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "Math" SecContribMath
|
||||||
|
|
||||||
|
SetDetailsPrint textonly
|
||||||
|
DetailPrint "Installing Contrib | Plugins | Math..."
|
||||||
|
SetDetailsPrint listonly
|
||||||
|
|
||||||
|
SectionIn 1 2
|
||||||
|
SetOutPath $INSTDIR\Plugins
|
||||||
|
File ..\Plugins\Math.dll
|
||||||
|
SetOutPath $INSTDIR\Contrib\Math
|
||||||
|
File ..\Contrib\Math\Math.txt
|
||||||
|
File ..\Contrib\Math\Math.nsi
|
||||||
|
File ..\Contrib\Math\MathTest.txt
|
||||||
|
File ..\Contrib\Math\MathTest.nsi
|
||||||
|
File ..\Contrib\Math\MathTest.ini
|
||||||
|
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
Section "NSISdl" SecContribNSISDL
|
Section "NSISdl" SecContribNSISDL
|
||||||
|
|
||||||
SetDetailsPrint textonly
|
SetDetailsPrint textonly
|
||||||
|
@ -523,6 +541,7 @@ Section "VPatch" SecContribVPatch
|
||||||
SetOutPath $INSTDIR\Plugins
|
SetOutPath $INSTDIR\Plugins
|
||||||
File ..\Plugins\VPatch.dll
|
File ..\Plugins\VPatch.dll
|
||||||
SetOutPath $INSTDIR\Contrib\VPatch
|
SetOutPath $INSTDIR\Contrib\VPatch
|
||||||
|
File ..\Contrib\VPatch\GenPat.exe
|
||||||
File ..\Contrib\VPatch\Readme.html
|
File ..\Contrib\VPatch\Readme.html
|
||||||
File ..\Contrib\VPatch\example.nsi
|
File ..\Contrib\VPatch\example.nsi
|
||||||
File ..\Contrib\VPatch\oldfile.txt
|
File ..\Contrib\VPatch\oldfile.txt
|
||||||
|
@ -590,10 +609,13 @@ Section "ExDLL Source (required)" SecSrcEx
|
||||||
SectionIn 1
|
SectionIn 1
|
||||||
SetOutPath $INSTDIR\Contrib\ExDLL
|
SetOutPath $INSTDIR\Contrib\ExDLL
|
||||||
File ..\Contrib\exdll\exdll.c
|
File ..\Contrib\exdll\exdll.c
|
||||||
File ..\Contrib\exdll\exdll.dpr
|
File ..\Contrib\exdll\exdll.h
|
||||||
File ..\Contrib\exdll\exdll.dsp
|
File ..\Contrib\exdll\exdll.dsp
|
||||||
File ..\Contrib\exdll\exdll.dsw
|
File ..\Contrib\exdll\exdll.dsw
|
||||||
File ..\Contrib\exdll\exdll.h
|
File ..\Contrib\exdll\exdll.dpr
|
||||||
|
File ..\Contrib\exdll\exdll_with_unit.dpr
|
||||||
|
File ..\Contrib\exdll\nsis.pas
|
||||||
|
File ..\Contrib\exdll\extdll.inc
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "MakeNSISW Source" SecSrcMNW
|
Section "MakeNSISW Source" SecSrcMNW
|
||||||
|
@ -728,6 +750,21 @@ Section "InstallOptions Source" SecContribIOS
|
||||||
File ..\contrib\installoptions\*.h
|
File ..\contrib\installoptions\*.h
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "Math Source" SecContribMathS
|
||||||
|
|
||||||
|
SetDetailsPrint textonly
|
||||||
|
DetailPrint "Installing Source Code | Contrib | Plugins | Math Source..."
|
||||||
|
SetDetailsPrint listonly
|
||||||
|
|
||||||
|
SectionIn 1
|
||||||
|
SetOutPath $INSTDIR\Contrib\Math\Source
|
||||||
|
File ..\contrib\Math\Source\*.c
|
||||||
|
File ..\contrib\Math\Source\*.h
|
||||||
|
File ..\contrib\Math\Source\*.sln
|
||||||
|
File ..\contrib\Math\Source\*.lib
|
||||||
|
File ..\contrib\Math\Source\*.vcproj
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
Section "NSISdl Source" SecContribNSISDLS
|
Section "NSISdl Source" SecContribNSISDLS
|
||||||
|
|
||||||
SetDetailsPrint textonly
|
SetDetailsPrint textonly
|
||||||
|
@ -808,23 +845,23 @@ Section "VPatch Source" SecContribVPatchS
|
||||||
SectionIn 1
|
SectionIn 1
|
||||||
SetOutPath $INSTDIR\Contrib\VPatch\Source
|
SetOutPath $INSTDIR\Contrib\VPatch\Source
|
||||||
File ..\Contrib\VPatch\Source\*.bpg
|
File ..\Contrib\VPatch\Source\*.bpg
|
||||||
|
|
||||||
SetOutPath $INSTDIR\Contrib\VPatch\Source\GenPat
|
SetOutPath $INSTDIR\Contrib\VPatch\Source\GenPat
|
||||||
File ..\Contrib\VPatch\Source\GenPat\*.pas
|
File ..\Contrib\VPatch\Source\GenPat\*.pas
|
||||||
File ..\Contrib\VPatch\Source\GenPat\*.dpr
|
File ..\Contrib\VPatch\Source\GenPat\*.dpr
|
||||||
|
|
||||||
SetOutPath $INSTDIR\Contrib\VPatch\Source\Plugin
|
SetOutPath $INSTDIR\Contrib\VPatch\Source\Plugin
|
||||||
File ..\Contrib\VPatch\Source\Plugin\*.c
|
File ..\Contrib\VPatch\Source\Plugin\*.c
|
||||||
File ..\Contrib\VPatch\Source\Plugin\*.dsw
|
File ..\Contrib\VPatch\Source\Plugin\*.dsw
|
||||||
File ..\Contrib\VPatch\Source\Plugin\*.dsp
|
File ..\Contrib\VPatch\Source\Plugin\*.dsp
|
||||||
|
|
||||||
SetOutPath $INSTDIR\Contrib\VPatch\Source\GUI
|
SetOutPath $INSTDIR\Contrib\VPatch\Source\GUI
|
||||||
File ..\Contrib\VPatch\Source\GUI\*.pas
|
File ..\Contrib\VPatch\Source\GUI\*.pas
|
||||||
File ..\Contrib\VPatch\Source\GUI\*.dpr
|
File ..\Contrib\VPatch\Source\GUI\*.dpr
|
||||||
File ..\Contrib\VPatch\Source\GUI\*.dfm
|
File ..\Contrib\VPatch\Source\GUI\*.dfm
|
||||||
File ..\Contrib\VPatch\Source\GUI\*.dof
|
File ..\Contrib\VPatch\Source\GUI\*.dof
|
||||||
File ..\Contrib\VPatch\Source\GUI\*.res
|
File ..\Contrib\VPatch\Source\GUI\*.res
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SubSectionEnd ; plugins
|
SubSectionEnd ; plugins
|
||||||
|
@ -873,28 +910,28 @@ Section -post
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\Contrib\Modern UI\Language files"
|
SetOutPath "$INSTDIR\Contrib\Modern UI\Language files"
|
||||||
File "..\Contrib\Modern UI\Language files\English.nsh"
|
File "..\Contrib\Modern UI\Language files\English.nsh"
|
||||||
|
|
||||||
langfiles:
|
langfiles:
|
||||||
|
|
||||||
SectionGetFlags ${SecContribGraphics} $R0
|
SectionGetFlags ${SecContribGraphics} $R0
|
||||||
IntOp $R0 $R0 & ${SF_SELECTED}
|
IntOp $R0 $R0 & ${SF_SELECTED}
|
||||||
IntCmp $R0 ${SF_SELECTED} graphics
|
IntCmp $R0 ${SF_SELECTED} graphics
|
||||||
|
|
||||||
SetOutPath $INSTDIR\Contrib\Icons
|
SetOutPath $INSTDIR\Contrib\Icons
|
||||||
File "..\Contrib\Icons\modern-install.ico"
|
File "..\Contrib\Icons\modern-install.ico"
|
||||||
File "..\Contrib\Icons\modern-uninstall.ico"
|
File "..\Contrib\Icons\modern-uninstall.ico"
|
||||||
File "..\Contrib\Icons\modern-wizard.bmp"
|
File "..\Contrib\Icons\modern-wizard.bmp"
|
||||||
|
|
||||||
graphics:
|
graphics:
|
||||||
|
|
||||||
nomui:
|
nomui:
|
||||||
|
|
||||||
SetDetailsPrint textonly
|
SetDetailsPrint textonly
|
||||||
DetailPrint "Creating Registry Keys..."
|
DetailPrint "Creating Registry Keys..."
|
||||||
SetDetailsPrint listonly
|
SetDetailsPrint listonly
|
||||||
|
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
WriteRegStr HKLM SOFTWARE\NSIS "" $INSTDIR
|
WriteRegStr HKLM SOFTWARE\NSIS "" $INSTDIR
|
||||||
WriteRegExpandStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "UninstallString" "$INSTDIR\uninst-nsis.exe"
|
WriteRegExpandStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "UninstallString" "$INSTDIR\uninst-nsis.exe"
|
||||||
WriteRegExpandStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "InstallLocation" "$INSTDIR"
|
WriteRegExpandStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "InstallLocation" "$INSTDIR"
|
||||||
|
@ -905,7 +942,7 @@ Section -post
|
||||||
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "VersionMinor" "${VER_MINOR}"
|
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "VersionMinor" "${VER_MINOR}"
|
||||||
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "NoModify" "1"
|
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "NoModify" "1"
|
||||||
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "NoRepair" "1"
|
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\NSIS" "NoRepair" "1"
|
||||||
|
|
||||||
!ifndef NO_STARTMENUSHORTCUTS
|
!ifndef NO_STARTMENUSHORTCUTS
|
||||||
IfFileExists $SMPROGRAMS\NSIS "" nofunshit
|
IfFileExists $SMPROGRAMS\NSIS "" nofunshit
|
||||||
|
|
||||||
|
@ -1017,7 +1054,7 @@ Section -post
|
||||||
Push System\Source\System.sln
|
Push System\Source\System.sln
|
||||||
Push "Source\System project workspace"
|
Push "Source\System project workspace"
|
||||||
Call AddContribToStartMenu
|
Call AddContribToStartMenu
|
||||||
|
|
||||||
; VPatch
|
; VPatch
|
||||||
Push "VPatch\Readme.html"
|
Push "VPatch\Readme.html"
|
||||||
Push "VPatch Readme"
|
Push "VPatch Readme"
|
||||||
|
@ -1025,7 +1062,7 @@ Section -post
|
||||||
|
|
||||||
nofunshit:
|
nofunshit:
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
; will only be removed if empty
|
; will only be removed if empty
|
||||||
SetDetailsPrint none
|
SetDetailsPrint none
|
||||||
RMDir $INSTDIR\Contrib\Source
|
RMDir $INSTDIR\Contrib\Source
|
||||||
|
@ -1069,6 +1106,8 @@ SectionEnd
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribSplashTS} "Source code to splash screen add-on with transparency support that lets you add a splash screen to an installer"
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribSplashTS} "Source code to splash screen add-on with transparency support that lets you add a splash screen to an installer"
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribSystem} "Plugin that lets you call Win32 API from NSIS scripts"
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribSystem} "Plugin that lets you call Win32 API from NSIS scripts"
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribSystemS} "Source code to plugin that lets you call Win32 API from NSIS scripts"
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribSystemS} "Source code to plugin that lets you call Win32 API from NSIS scripts"
|
||||||
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribMath} "Plugin that lets you evaluate complicated mathematical expressions"
|
||||||
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribMathS} "Source code to plugin that lets you evaluate complicated mathematical expressions"
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribDialer} "Plugin that provides internet connection functions"
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribDialer} "Plugin that provides internet connection functions"
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribDialerS} "Source code to plugin that provides internet connection functions"
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribDialerS} "Source code to plugin that provides internet connection functions"
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribZ2E} "A utility that converts zip files into an NSIS installer"
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecContribZ2E} "A utility that converts zip files into an NSIS installer"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue