plugin-sections-new.nsi

来自「类似QQ的源码程序」· NSI 代码 · 共 50 行

NSI
50
字号
	Section /o "ImportAIM" SEC_ExImportAIM
	  AddSize 163
	  Push "ExImportAIM"
	  Call DownloadPlugin
      RegDll "$INSTDIR\plugins\ExImportAIM.dll"
	SectionEnd

	Section /o "Aspell" SEC_ExAspell
	  AddSize 118
	  Push "ExAspell"
	  Call DownloadPlugin
      RegDll "$INSTDIR\plugins\ExAspell.dll"
	SectionEnd

	Section /o "ImportICQ" SEC_ExImportICQ
	  AddSize 197
	  Push "ExImportICQ"
	  Call DownloadPlugin
      RegDll "$INSTDIR\plugins\ExImportICQ.dll"
	SectionEnd

	Section /o "JabberStats" SEC_ExJabberStats
	  AddSize 223
	  Push "ExJabberStats"
	  Call DownloadPlugin
      RegDll "$INSTDIR\plugins\ExJabberStats.dll"
	SectionEnd

	Section /o "NetMeeting" SEC_ExNetMeeting
	  AddSize 157
	  Push "ExNetMeeting"
	  Call DownloadPlugin
      RegDll "$INSTDIR\plugins\ExNetMeeting.dll"
	SectionEnd

	Section /o "RosterTools" SEC_ExRosterTools
	  AddSize 268
	  Push "ExRosterTools"
	  Call DownloadPlugin
      RegDll "$INSTDIR\plugins\ExRosterTools.dll"
	SectionEnd

	Section /o "SQLLogger" SEC_ExSQLLogger
	  AddSize 364
	  Push "ExSQLLogger"
	  Call DownloadPlugin
      RegDll "$INSTDIR\plugins\ExSQLLogger.dll"
	SectionEnd

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?