首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

windows electron nsis包(解除2GB限制版本)

前端 3.2MB 60 需要积分: 1
立即下载

资源介绍:

windows系统下,electron-builder打包构建超过2GB的资源时报错,使用此包中文件覆盖原nsis目录文件即可。 nsis目录路径示例:C:\Users\【用户名称】\AppData\Local\electron-builder\Cache\nsis\nsis-3.0.4.1
---------------------------------------------------- MakeNSISW - MakeNSIS Windows Wrapper ---------------------------------------------------- About MakeNSISW --------------- MakeNSISW is a wrapper for the NSIS compiler (MakeNSIS). MakeNSISW allows you to compile NSIS scripts using a Windows GUI interface. Requirements ------------ MakeNSISW requires NSIS be installed on your system. The default directory for this installation is $PROGRAMFILES\NSIS\Contrib\MakeNSISW. Usage: ------ If you installed the Shell Extensions option during the installation, then all that is required is that you choose 'Compile NSI' from the right- click menu on a NSIS script. This will invoke MakeNSISW. The format of the parameters when calling MakeNSISW from the commandline is: makensisw [options] [script.nsi | - [...]] For the options, please see the MakeNSIS documentation. Shortcut Keys ------------- Ctrl+A: Select all text Ctrl+B: Open Script Folder Ctrl+C: Copy selected text Ctrl+D: Open the Define Symbols dialog Ctrl+E: Edit the script Ctrl+F: Find text Ctrl+K: Abort compiler Ctrl+L: Load a script Ctrl+R, F7: Recompile the script Ctrl+T, Ctrl+F5: Test the installer Ctrl+W: Clear log window Ctrl+<+|-|0>: Zoom log window Alt+X: Exit the application F1: View Documentation F5: Recompile and Test Version History --------------- 0.1 - Initial Release 0.2 - Added ability to save output and copy output 0.3 - Added option to recompile script (F2 or File|Recompile) - Added Help Menu - Return code is now always set - Added Accelerator key support for Exit and Recompile - No longer uses NSIS's version string - Made clearer status message in title bar - Disabled menu/accelerator functions during compile 0.4 - Fixed Copy Selected bug 0.5 - Minor Makefile changes (mingw) - Moved strings into global strings to make editing easier - Added Clear Log Command under Edit menu - Recompile no longer clears the log window (use F5) - Close is now the default button when you hit enter - added VC++ project, updated resources to work with VC++ - rearranged directory structure - makefiles now target ../../makensisw.exe - removed makensisw home link in help menu (hope this is ok, doesn't really seem needed to me) - made display use a fixed width font (Some people may not like this, but I do) - added 'test' button (peeks output for 'Output' line) - made it so that the log shows the most recent 32k. - made it so that the log always clears on a recompile. - compiled with VC++ so no longer needs msvcrt.dll - made the compiler name be a full path (for more flexibility) 0.6 - print correct usage if unable to execute compiler - removed mingw warnings - set title/branding before errors - some docs changes - Added Edit|Edit Script function 0.7 - Edit Script should now work for output>32k - Added resize support (thanks to felfert) - Added window position saving (thanks to felfert) - Disable some items when exec of makensis failed 0.8 - Added window size constraints (thanks to bcheck) - Cleaned up the resource file 0.9 - Removed global strings (moved into #defines) - Some GUI changes - No longer focused Close button (its default anyways) - Fixed resize bug on minimize/restore (thanks to felfert) - Made window placement stored in HKLM instead of HKCU, cause I hate things that get littered in HKCU. 1.0 - Fixed bug with large output causing crash 1.1 - Crash may actually be fixed 1.2 - XP visual style support 1.3 - Added Documentation menu item - Fix GUI problem with About dialog 1.4 - Edit Script command will now work with or without file associations - Added default filename for save dialog - Use standard fonts - Documentation menuitem caused recompile 1.5 - Fixed Copy All function 1.6 - Reduced size from 44k to 12k (kichik) - Editbox not limited to 32k (now using richedit control) - Made the log window font-size smaller. 1.7 - Added check for warnings - Added sound for successful compilations - Update home page and documentation menu items to Sourceforge page 1.8 - Contents of log window are now streamed in - Empty log window check (to prevent random crashes) 1.9 - Text always scrolls to bottom (kichik) - Updated link to new docs - Makensisw now takes the same parameters as makensis.exe - Fixed some random crashes - Drag and Drop Support into the Makensisw window - Updated icon to more sexy one - Added Load Script option on File menu - Added Search Dialog (Ctrl+F) (kichik) - Added Select All (Ctrl+A), Copy (Ctrl+C), Exit (Alt+X) keys - Branding text now reflects NSIS version - Added some simple tool tips - Added Context Menu in log window - Added resize gripper - Ctrl+L loads a script - Added Clear Log (Ctrl+W) - Browse Script (Ctrl+B) launches explorer in script directory - Check for Update command - Added link to the NSIS Forum under Help menu - Bunch of other stuff not worth mentioning - Define Symbols menu (Ctrl+D) 2.0 - Improved user interface - Define Symbols is available even if a script is not loaded - Defined Symbols are saved on exit and reloaded on start - Added NSIS Update menu - Added toolbar for commonly used menus - Made the Toolbar style flat - Added option for compile & run - Added compressor setting option - Added support for lzma compression - Added named Symbols sets. 2.1 - Added "Cancel compilation" menu item 2.2 - Settings saved in HKCU instead of HKLM - Added menu accelerators to MRU list 2.3 - Escape button closes MakeNSISw 2.3.1 - Fixed broken command line parameter handling 2.3.2 - The size gripper can be used to resize the window 2.3.3 - Update check switched from JNetLib to WinInet - New file type icons 2.3.4 - Added Window Info/Spy feature - System DPI aware - New toolbar images 2.3.5 - Added log window colors - Basic AppEvents custom sound support for BuildComplete, BuildWarning and BuildError 2.3.6 - Added GUID generator tool 2.4 - Added Lookup tool - Use Consolas font if it exists 2.4.1 - Close button transforms to Abort when appropriate - Prevent user from modifying the log - Log zoom Copyright Information --------------------- Copyright (c) 2002 Robert Rainwater Contributors: Justin Frankel, Fritz Elfert, Amir Szekely, Sunil Kamath, Joost Verburg, Anders Kjersem. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution.

资源文件列表:

nsis-patch.zip 大约有544个文件
  1. Bin/
  2. Bin/GenPat.exe 269KB
  3. Bin/MakeLangId.exe 27KB
  4. Bin/makensis.exe 961KB
  5. Bin/RegTool-amd64.bin 5KB
  6. Bin/RegTool-x86.bin 6.5KB
  7. Bin/zip2exe.exe 129.5KB
  8. Bin/zlib.dll 105KB
  9. Bin/zlib1.dll 105KB
  10. Contrib/
  11. Contrib/Graphics/
  12. Contrib/Graphics/Checks/
  13. Contrib/Graphics/Checks/big.bmp 886B
  14. Contrib/Graphics/Checks/classic-cross.bmp 886B
  15. Contrib/Graphics/Checks/classic.bmp 886B
  16. Contrib/Graphics/Checks/colorful.bmp 2.45KB
  17. Contrib/Graphics/Checks/grey-cross.bmp 886B
  18. Contrib/Graphics/Checks/grey.bmp 886B
  19. Contrib/Graphics/Checks/modern.bmp 1.61KB
  20. Contrib/Graphics/Checks/red-round.bmp 886B
  21. Contrib/Graphics/Checks/red.bmp 886B
  22. Contrib/Graphics/Checks/simple-round.bmp 1.58KB
  23. Contrib/Graphics/Checks/simple-round2.bmp 1.8KB
  24. Contrib/Graphics/Checks/simple.bmp 1.58KB
  25. Contrib/Graphics/Header/
  26. Contrib/Graphics/Header/nsis-r.bmp 9.52KB
  27. Contrib/Graphics/Header/nsis.bmp 9.52KB
  28. Contrib/Graphics/Header/nsis3-branding-r.bmp 25.21KB
  29. Contrib/Graphics/Header/nsis3-branding.bmp 25.21KB
  30. Contrib/Graphics/Header/nsis3-grey-right.bmp 8.72KB
  31. Contrib/Graphics/Header/nsis3-grey.bmp 8.75KB
  32. Contrib/Graphics/Header/nsis3-metro-right.bmp 25.21KB
  33. Contrib/Graphics/Header/nsis3-metro.bmp 25.21KB
  34. Contrib/Graphics/Header/nsis3-vintage-right.bmp 8.79KB
  35. Contrib/Graphics/Header/nsis3-vintage.bmp 8.8KB
  36. Contrib/Graphics/Header/orange-nsis.bmp 9.51KB
  37. Contrib/Graphics/Header/orange-r-nsis.bmp 9.51KB
  38. Contrib/Graphics/Header/orange-r.bmp 9.52KB
  39. Contrib/Graphics/Header/orange-uninstall-nsis.bmp 9.51KB
  40. Contrib/Graphics/Header/orange-uninstall-r-nsis.bmp 9.51KB
  41. Contrib/Graphics/Header/orange-uninstall-r.bmp 9.52KB
  42. Contrib/Graphics/Header/orange-uninstall.bmp 9.52KB
  43. Contrib/Graphics/Header/orange.bmp 9.52KB
  44. Contrib/Graphics/Header/win.bmp 9.52KB
  45. Contrib/Graphics/Icons/
  46. Contrib/Graphics/Icons/arrow-install.ico 4.6KB
  47. Contrib/Graphics/Icons/arrow-uninstall.ico 4.6KB
  48. Contrib/Graphics/Icons/arrow2-install.ico 4.6KB
  49. Contrib/Graphics/Icons/arrow2-uninstall.ico 4.6KB
  50. Contrib/Graphics/Icons/box-install.ico 4.6KB
  51. Contrib/Graphics/Icons/box-uninstall.ico 4.6KB
  52. Contrib/Graphics/Icons/classic-install.ico 1.05KB
  53. Contrib/Graphics/Icons/classic-uninstall.ico 1.05KB
  54. Contrib/Graphics/Icons/llama-blue.ico 2.19KB
  55. Contrib/Graphics/Icons/llama-grey.ico 2.19KB
  56. Contrib/Graphics/Icons/modern-install-blue-full.ico 23.01KB
  57. Contrib/Graphics/Icons/modern-install-blue.ico 13.58KB
  58. Contrib/Graphics/Icons/modern-install-colorful.ico 23.01KB
  59. Contrib/Graphics/Icons/modern-install-full.ico 23.01KB
  60. Contrib/Graphics/Icons/modern-install.ico 13.58KB
  61. Contrib/Graphics/Icons/modern-uninstall-blue-full.ico 23.01KB
  62. Contrib/Graphics/Icons/modern-uninstall-blue.ico 13.58KB
  63. Contrib/Graphics/Icons/modern-uninstall-colorful.ico 23.01KB
  64. Contrib/Graphics/Icons/modern-uninstall-full.ico 23.01KB
  65. Contrib/Graphics/Icons/modern-uninstall.ico 13.58KB
  66. Contrib/Graphics/Icons/nsis-menu.ico 38.2KB
  67. Contrib/Graphics/Icons/nsis1-install.ico 1.05KB
  68. Contrib/Graphics/Icons/nsis1-uninstall.ico 1.05KB
  69. Contrib/Graphics/Icons/nsis3-install-alt.ico 12.8KB
  70. Contrib/Graphics/Icons/nsis3-install.ico 11.42KB
  71. Contrib/Graphics/Icons/nsis3-uninstall.ico 12.24KB
  72. Contrib/Graphics/Icons/orange-install-nsis.ico 24.62KB
  73. Contrib/Graphics/Icons/orange-install.ico 24.62KB
  74. Contrib/Graphics/Icons/orange-uninstall-nsis.ico 24.62KB
  75. Contrib/Graphics/Icons/orange-uninstall.ico 24.62KB
  76. Contrib/Graphics/Icons/pixel-install.ico 5.26KB
  77. Contrib/Graphics/Icons/pixel-uninstall.ico 5.26KB
  78. Contrib/Graphics/Icons/win-install.ico 1.05KB
  79. Contrib/Graphics/Icons/win-uninstall.ico 1.05KB
  80. Contrib/Graphics/Wizard/
  81. Contrib/Graphics/Wizard/arrow.bmp 51.34KB
  82. Contrib/Graphics/Wizard/llama.bmp 25.87KB
  83. Contrib/Graphics/Wizard/nsis.bmp 25.87KB
  84. Contrib/Graphics/Wizard/nsis3-branding.bmp 150.92KB
  85. Contrib/Graphics/Wizard/nsis3-grey.bmp 50.62KB
  86. Contrib/Graphics/Wizard/nsis3-metro.bmp 150.92KB
  87. Contrib/Graphics/Wizard/nsis3-vintage.bmp 50.7KB
  88. Contrib/Graphics/Wizard/nullsoft.bmp 25.87KB
  89. Contrib/Graphics/Wizard/orange-nsis.bmp 51.34KB
  90. Contrib/Graphics/Wizard/orange-uninstall-nsis.bmp 51.34KB
  91. Contrib/Graphics/Wizard/orange-uninstall.bmp 51.34KB
  92. Contrib/Graphics/Wizard/orange.bmp 51.34KB
  93. Contrib/Graphics/Wizard/win.bmp 25.87KB
  94. Contrib/Language files/
  95. Contrib/Language files/Afrikaans.nlf 4.76KB
  96. Contrib/Language files/Afrikaans.nsh 6.85KB
  97. Contrib/Language files/Albanian.nlf 5.41KB
  98. Contrib/Language files/Albanian.nsh 7.75KB
  99. Contrib/Language files/Arabic.nlf 6.14KB
  100. Contrib/Language files/Arabic.nsh 8.37KB
  101. Contrib/Language files/Armenian.nlf 7.06KB
  102. Contrib/Language files/Armenian.nsh 9.57KB
  103. Contrib/Language files/Asturian.nlf 5.48KB
  104. Contrib/Language files/Asturian.nsh 7.71KB
  105. Contrib/Language files/Basque.nlf 5.13KB
  106. Contrib/Language files/Basque.nsh 7.54KB
  107. Contrib/Language files/Belarusian.nlf 8.3KB
  108. Contrib/Language files/Belarusian.nsh 10.31KB
  109. Contrib/Language files/Bosnian.nlf 5.21KB
  110. Contrib/Language files/Bosnian.nsh 7.42KB
  111. Contrib/Language files/Breton.nlf 5.42KB
  112. Contrib/Language files/Breton.nsh 7.27KB
  113. Contrib/Language files/Bulgarian.nlf 7.95KB
  114. Contrib/Language files/Bulgarian.nsh 9.88KB
  115. Contrib/Language files/Catalan.nlf 5.69KB
  116. Contrib/Language files/Catalan.nsh 7.72KB
  117. Contrib/Language files/Corsican.nlf 6.26KB
  118. Contrib/Language files/Corsican.nsh 8.24KB
  119. Contrib/Language files/Croatian.nlf 5.11KB
  120. Contrib/Language files/Croatian.nsh 7.31KB
  121. Contrib/Language files/Czech.nlf 5.73KB
  122. Contrib/Language files/Czech.nsh 7.98KB
  123. Contrib/Language files/Danish.nlf 5.26KB
  124. Contrib/Language files/Danish.nsh 7.68KB
  125. Contrib/Language files/Dutch.nlf 5.15KB
  126. Contrib/Language files/Dutch.nsh 7.61KB
  127. Contrib/Language files/English.nlf 4.83KB
  128. Contrib/Language files/English.nsh 7.44KB
  129. Contrib/Language files/Esperanto.nlf 5.22KB
  130. Contrib/Language files/Esperanto.nsh 7.68KB
  131. Contrib/Language files/Estonian.nlf 4.78KB
  132. Contrib/Language files/Estonian.nsh 6.54KB
  133. Contrib/Language files/Farsi.nlf 6.79KB
  134. Contrib/Language files/Farsi.nsh 9.17KB
  135. Contrib/Language files/Finnish.nlf 4.94KB
  136. Contrib/Language files/Finnish.nsh 7.04KB
  137. Contrib/Language files/French.nlf 5.68KB
  138. Contrib/Language files/French.nsh 8.31KB
  139. Contrib/Language files/Galician.nlf 5.3KB
  140. Contrib/Language files/Galician.nsh 7.13KB
  141. Contrib/Language files/Georgian.nlf 9.83KB
  142. Contrib/Language files/Georgian.nsh 11.34KB
  143. Contrib/Language files/German.nlf 5.64KB
  144. Contrib/Language files/German.nsh 8.49KB
  145. Contrib/Language files/Greek.nlf 8.28KB
  146. Contrib/Language files/Greek.nsh 10.52KB
  147. Contrib/Language files/Hebrew.nlf 5.81KB
  148. Contrib/Language files/Hebrew.nsh 8.47KB
  149. Contrib/Language files/Hindi.nlf 10.36KB
  150. Contrib/Language files/Hindi.nsh 12.99KB
  151. Contrib/Language files/Hungarian.nlf 5.67KB
  152. Contrib/Language files/Hungarian.nsh 7.36KB
  153. Contrib/Language files/Icelandic.nlf 5.56KB
  154. Contrib/Language files/Icelandic.nsh 7.37KB
  155. Contrib/Language files/Indonesian.nlf 5.62KB
  156. Contrib/Language files/Indonesian.nsh 7.9KB
  157. Contrib/Language files/Irish.nlf 5.74KB
  158. Contrib/Language files/Irish.nsh 7.47KB
  159. Contrib/Language files/Italian.nlf 5.47KB
  160. Contrib/Language files/Italian.nsh 8.27KB
  161. Contrib/Language files/Japanese.nlf 6.46KB
  162. Contrib/Language files/Japanese.nsh 9.43KB
  163. Contrib/Language files/Korean.nlf 5.37KB
  164. Contrib/Language files/Korean.nsh 7.69KB
  165. Contrib/Language files/Kurdish.nlf 5.72KB
  166. Contrib/Language files/Kurdish.nsh 7.67KB
  167. Contrib/Language files/Latvian.nlf 5.47KB
  168. Contrib/Language files/Latvian.nsh 7.37KB
  169. Contrib/Language files/Lithuanian.nlf 5.21KB
  170. Contrib/Language files/Lithuanian.nsh 6.95KB
  171. Contrib/Language files/Luxembourgish.nlf 5.58KB
  172. Contrib/Language files/Luxembourgish.nsh 7.53KB
  173. Contrib/Language files/Macedonian.nlf 8.06KB
  174. Contrib/Language files/Macedonian.nsh 9.96KB
  175. Contrib/Language files/Malay.nlf 4.68KB
  176. Contrib/Language files/Malay.nsh 6.64KB
  177. Contrib/Language files/Mongolian.nlf 7.06KB
  178. Contrib/Language files/Mongolian.nsh 9.62KB
  179. Contrib/Language files/Norwegian.nlf 4.96KB
  180. Contrib/Language files/Norwegian.nsh 7.68KB
  181. Contrib/Language files/NorwegianNynorsk.nlf 4.91KB
  182. Contrib/Language files/NorwegianNynorsk.nsh 7.48KB
  183. Contrib/Language files/Pashto.nlf 6.3KB
  184. Contrib/Language files/Pashto.nsh 8.33KB
  185. Contrib/Language files/Polish.nlf 5.48KB
  186. Contrib/Language files/Polish.nsh 8.14KB
  187. Contrib/Language files/Portuguese.nlf 5.3KB
  188. Contrib/Language files/Portuguese.nsh 7.82KB
  189. Contrib/Language files/PortugueseBR.nlf 5.42KB
  190. Contrib/Language files/PortugueseBR.nsh 7.91KB
  191. Contrib/Language files/Romanian.nlf 6.1KB
  192. Contrib/Language files/Romanian.nsh 7.89KB
  193. Contrib/Language files/Russian.nlf 7.5KB
  194. Contrib/Language files/Russian.nsh 10.14KB
  195. Contrib/Language files/ScotsGaelic.nlf 5.9KB
  196. Contrib/Language files/ScotsGaelic.nsh 8.2KB
  197. Contrib/Language files/Serbian.nlf 8KB
  198. Contrib/Language files/Serbian.nsh 10.02KB
  199. Contrib/Language files/SerbianLatin.nlf 5.42KB
  200. Contrib/Language files/SerbianLatin.nsh 7.4KB
  201. Contrib/Language files/SimpChinese.nlf 4.93KB
  202. Contrib/Language files/SimpChinese.nsh 7.38KB
  203. Contrib/Language files/Slovak.nlf 6.34KB
  204. Contrib/Language files/Slovak.nsh 8.57KB
  205. Contrib/Language files/Slovenian.nlf 5.05KB
  206. Contrib/Language files/Slovenian.nsh 7.77KB
  207. Contrib/Language files/Spanish.nlf 5.42KB
  208. Contrib/Language files/Spanish.nsh 7.89KB
  209. Contrib/Language files/SpanishInternational.nlf 5.42KB
  210. Contrib/Language files/SpanishInternational.nsh 8KB
  211. Contrib/Language files/Swedish.nlf 5.22KB
  212. Contrib/Language files/Swedish.nsh 7.78KB
  213. Contrib/Language files/Tatar.nlf 7.5KB
  214. Contrib/Language files/Tatar.nsh 9.94KB
  215. Contrib/Language files/Thai.nlf 9.75KB
  216. Contrib/Language files/Thai.nsh 12.33KB
  217. Contrib/Language files/TradChinese.nlf 4.96KB
  218. Contrib/Language files/TradChinese.nsh 7.34KB
  219. Contrib/Language files/Turkish.nlf 5.61KB
  220. Contrib/Language files/Turkish.nsh 7.76KB
  221. Contrib/Language files/Ukrainian.nlf 7.88KB
  222. Contrib/Language files/Ukrainian.nsh 9.83KB
  223. Contrib/Language files/Uzbek.nlf 5.37KB
  224. Contrib/Language files/Uzbek.nsh 7.31KB
  225. Contrib/Language files/Vietnamese.nlf 6.46KB
  226. Contrib/Language files/Vietnamese.nsh 8.9KB
  227. Contrib/Language files/Welsh.nlf 4.63KB
  228. Contrib/Language files/Welsh.nsh 6.73KB
  229. Contrib/Modern UI 2/
  230. Contrib/Modern UI 2/Deprecated.nsh 1.76KB
  231. Contrib/Modern UI 2/Interface.nsh 9.71KB
  232. Contrib/Modern UI 2/Localization.nsh 4.51KB
  233. Contrib/Modern UI 2/MUI2.nsh 2.18KB
  234. Contrib/Modern UI 2/Pages.nsh 8.86KB
  235. Contrib/Modern UI 2/Pages/
  236. Contrib/Modern UI 2/Pages/Components.nsh 6.6KB
  237. Contrib/Modern UI 2/Pages/Directory.nsh 3.39KB
  238. Contrib/Modern UI 2/Pages/Finish.nsh 17.14KB
  239. Contrib/Modern UI 2/Pages/InstallFiles.nsh 4.71KB
  240. Contrib/Modern UI 2/Pages/License.nsh 4.23KB
  241. Contrib/Modern UI 2/Pages/StartMenu.nsh 7.77KB
  242. Contrib/Modern UI 2/Pages/UninstallConfirm.nsh 2.22KB
  243. Contrib/Modern UI 2/Pages/Welcome.nsh 5.07KB
  244. Contrib/Modern UI/
  245. Contrib/Modern UI/ioSpecial.ini 211B
  246. Contrib/Modern UI/System.nsh 65.32KB
  247. Contrib/UIs/
  248. Contrib/UIs/default.exe 48KB
  249. Contrib/UIs/modern.exe 48.5KB
  250. Contrib/UIs/modern_headerbmp.exe 46.5KB
  251. Contrib/UIs/modern_headerbmpr.exe 46.5KB
  252. Contrib/UIs/modern_nodesc.exe 46KB
  253. Contrib/UIs/modern_smalldesc.exe 46KB
  254. Contrib/UIs/sdbarker_tiny.exe 48.5KB
  255. Contrib/zip2exe/
  256. Contrib/zip2exe/Base.nsh 1.81KB
  257. Contrib/zip2exe/Classic.nsh 115B
  258. Contrib/zip2exe/Modern.nsh 206B
  259. COPYING 15.13KB
  260. Docs/
  261. Docs/AdvSplash/
  262. Docs/AdvSplash/advsplash.txt 1.92KB
  263. Docs/AppendixA.html 1.87KB
  264. Docs/AppendixB.html 12.5KB
  265. Docs/AppendixC.html 5.36KB
  266. Docs/AppendixD.html 16.94KB
  267. Docs/AppendixE.html 83.59KB
  268. Docs/AppendixF.html 204KB
  269. Docs/AppendixG.html 10.01KB
  270. Docs/AppendixH.html 7.74KB
  271. Docs/AppendixI.html 18.58KB
  272. Docs/Banner/
  273. Docs/Banner/Readme.txt 1.14KB
  274. Docs/BgImage/
  275. Docs/BgImage/BgImage.txt 2.97KB
  276. Docs/Chapter1.html 9.39KB
  277. Docs/Chapter2.html 23.03KB
  278. Docs/Chapter3.html 7.18KB
  279. Docs/Chapter4.html 194.62KB
  280. Docs/Chapter5.html 28.26KB
  281. Docs/Contents.html 30.11KB
  282. Docs/Dialer/
  283. Docs/Dialer/Dialer.txt 2.81KB
  284. Docs/IndexPage.html 719B
  285. Docs/InstallOptions/
  286. Docs/InstallOptions/Changelog.txt 6.03KB
  287. Docs/InstallOptions/Readme.html 50.89KB
  288. Docs/makensisw/
  289. Docs/makensisw/License.txt 893B
  290. Docs/makensisw/Readme.txt 6.98KB
  291. Docs/Math/
  292. Docs/Math/Math.txt 9.83KB
  293. Docs/Modern UI 2/
  294. Docs/Modern UI 2/images/
  295. Docs/Modern UI 2/images/closed.gif 203B
  296. Docs/Modern UI 2/images/header.gif 5.88KB
  297. Docs/Modern UI 2/images/open.gif 138B
  298. Docs/Modern UI 2/images/screen1.png 15.28KB
  299. Docs/Modern UI 2/images/screen2.png 18KB
  300. Docs/Modern UI 2/License.txt 831B
  301. Docs/Modern UI 2/Readme.html 76.8KB
  302. Docs/Modern UI/
  303. Docs/Modern UI/Changelog.txt 11.2KB
  304. Docs/Modern UI/images/
  305. Docs/Modern UI/images/closed.gif 203B
  306. Docs/Modern UI/images/header.gif 5.88KB
  307. Docs/Modern UI/images/open.gif 138B
  308. Docs/Modern UI/images/screen1.png 15.28KB
  309. Docs/Modern UI/images/screen2.png 18KB
  310. Docs/Modern UI/License.txt 830B
  311. Docs/Modern UI/Readme.html 79.89KB
  312. Docs/MultiUser/
  313. Docs/MultiUser/Readme.html 16.23KB
  314. Docs/nsDialogs/
  315. Docs/nsDialogs/Readme.html 38.9KB
  316. Docs/nsExec/
  317. Docs/nsExec/nsExec.txt 1.54KB
  318. Docs/NSISdl/
  319. Docs/NSISdl/License.txt 926B
  320. Docs/NSISdl/ReadMe.txt 2.81KB
  321. Docs/Splash/
  322. Docs/Splash/splash.txt 1.17KB
  323. Docs/StartMenu/
  324. Docs/StartMenu/Readme.txt 2.17KB
  325. Docs/StrFunc/
  326. Docs/StrFunc/StrFunc.txt 23.05KB
  327. Docs/style.css 1.32KB
  328. Docs/System/
  329. Docs/System/System.html 30.4KB
  330. Docs/System/WhatsNew.txt 2.11KB
  331. Docs/VPatch/
  332. Docs/VPatch/Readme.html 13.7KB
  333. Examples/
  334. Examples/AdvSplash/
  335. Examples/AdvSplash/Example.nsi 1.11KB
  336. Examples/AppGen.nsi 1.92KB
  337. Examples/Banner/
  338. Examples/Banner/Example.nsi 661B
  339. Examples/BgImage/
  340. Examples/BgImage/Example.nsi 2.68KB
  341. Examples/bigtest.nsi 8.11KB
  342. Examples/example1.nsi 973B
  343. Examples/example2.nsi 2.62KB
  344. Examples/FileFunc.ini 1.5KB
  345. Examples/FileFunc.nsi 18.22KB
  346. Examples/FileFuncTest.nsi 13.39KB
  347. Examples/gfx.nsi 3.1KB
  348. Examples/install-per-user.nsi 8.57KB
  349. Examples/install-shared.nsi 2.76KB
  350. Examples/InstallOptions/
  351. Examples/InstallOptions/test.ini 1013B
  352. Examples/InstallOptions/test.nsi 2.05KB
  353. Examples/InstallOptions/testimgs.ini 1.89KB
  354. Examples/InstallOptions/testimgs.nsi 1.87KB
  355. Examples/InstallOptions/testlink.ini 614B
  356. Examples/InstallOptions/testlink.nsi 1.2KB
  357. Examples/InstallOptions/testnotify.ini 1.36KB
  358. Examples/InstallOptions/testnotify.nsi 4.15KB
  359. Examples/languages.nsi 7.01KB
  360. Examples/Library.nsi 8.04KB
  361. Examples/LogicLib.nsi 11.61KB
  362. Examples/makensis.nsi 33.31KB
  363. Examples/Math/
  364. Examples/Math/math.nsi 1.15KB
  365. Examples/Math/mathtest.ini 1.1KB
  366. Examples/Math/mathtest.nsi 5.4KB
  367. Examples/Math/mathtest.txt 475B
  368. Examples/Memento.nsi 1.42KB
  369. Examples/Modern UI/
  370. Examples/Modern UI/Basic.nsi 1.84KB
  371. Examples/Modern UI/HeaderBitmap.nsi 1.97KB
  372. Examples/Modern UI/MultiLanguage.nsi 5.66KB
  373. Examples/Modern UI/StartMenu.nsi 2.64KB
  374. Examples/Modern UI/WelcomeFinish.nsi 1.97KB
  375. Examples/MultiUser.nsi 1.79KB
  376. Examples/nsDialogs/
  377. Examples/nsDialogs/example.nsi 7.11KB
  378. Examples/nsDialogs/InstallOptions.nsi 1.06KB
  379. Examples/nsDialogs/timer.nsi 1.88KB
  380. Examples/nsDialogs/welcome.nsi 5.27KB
  381. Examples/nsExec/
  382. Examples/nsExec/test.nsi 782B
  383. Examples/NSISMenu.nsi 12.36KB
  384. Examples/one-section.nsi 1.48KB
  385. Examples/Plugin/
  386. Examples/Plugin/exdll-vs2008.sln 882B
  387. Examples/Plugin/exdll-vs2008.vcproj 6.16KB
  388. Examples/Plugin/exdll.c 1.25KB
  389. Examples/Plugin/exdll.dpr 2.71KB
  390. Examples/Plugin/exdll.dsp 4.24KB
  391. Examples/Plugin/exdll.dsw 533B
  392. Examples/Plugin/exdll_with_unit.dpr 2.23KB
  393. Examples/Plugin/extdll.inc 2.88KB
  394. Examples/Plugin/nsis.pas 6.32KB
  395. Examples/Plugin/nsis/
  396. Examples/Plugin/nsis/api.h 3.25KB
  397. Examples/Plugin/nsis/nsis_tchar.h 4.94KB
  398. Examples/Plugin/nsis/pluginapi-amd64-unicode.lib 9.44KB
  399. Examples/Plugin/nsis/pluginapi-x86-ansi.lib 6.81KB
  400. Examples/Plugin/nsis/pluginapi-x86-unicode.lib 6.82KB
  401. Examples/Plugin/nsis/pluginapi.h 3.07KB
  402. Examples/primes.nsi 1.55KB
  403. Examples/rtest.nsi 1.2KB
  404. Examples/silent.nsi 2.1KB
  405. Examples/Splash/
  406. Examples/Splash/Example.nsi 533B
  407. Examples/StartMenu/
  408. Examples/StartMenu/Example.nsi 1.15KB
  409. Examples/StrFunc.nsi 20.55KB
  410. Examples/System/
  411. Examples/System/Resource.dll 49KB
  412. Examples/System/SysFunc.nsh 9.82KB
  413. Examples/System/System.nsh 13.83KB
  414. Examples/System/System.nsi 5.15KB
  415. Examples/TextFunc.ini 1.96KB
  416. Examples/TextFunc.nsi 22.84KB
  417. Examples/TextFuncTest.nsi 8.46KB
  418. Examples/unicode.nsi 986B
  419. Examples/UserInfo/
  420. Examples/UserInfo/UserInfo.nsi 1.34KB
  421. Examples/VersionInfo.nsi 1000B
  422. Examples/VPatch/
  423. Examples/VPatch/example.nsi 1.57KB
  424. Examples/VPatch/newfile.txt 125B
  425. Examples/VPatch/oldfile.txt 125B
  426. Examples/VPatch/patch.pat 99B
  427. Examples/waplugin.nsi 4.4KB
  428. Examples/WordFunc.ini 1.75KB
  429. Examples/WordFunc.nsi 15.53KB
  430. Examples/WordFuncTest.nsi 15.46KB
  431. Include/
  432. Include/Colors.nsh 1.74KB
  433. Include/FileFunc.nsh 37.61KB
  434. Include/InstallOptions.nsh 4.47KB
  435. Include/Integration.nsh 1.17KB
  436. Include/LangFile.nsh 5.18KB
  437. Include/Library.nsh 20.41KB
  438. Include/LogicLib.nsh 32.53KB
  439. Include/Memento.nsh 11.27KB
  440. Include/MUI.nsh 50B
  441. Include/MUI2.nsh 50B
  442. Include/MultiUser.nsh 14.15KB
  443. Include/nsDialogs.nsh 43.21KB
  444. Include/Sections.nsh 6.21KB
  445. Include/StrFunc.nsh 43.31KB
  446. Include/TextFunc.nsh 22.59KB
  447. Include/UpgradeDLL.nsh 4.81KB
  448. Include/Util.nsh 4.91KB
  449. Include/VB6RunTime.nsh 3.29KB
  450. Include/VPatchLib.nsh 677B
  451. Include/Win/
  452. Include/Win/COM.nsh 16.46KB
  453. Include/Win/Propkey.nsh 8.1KB
  454. Include/Win/RestartManager.nsh 3.38KB
  455. Include/Win/WinDef.nsh 1.69KB
  456. Include/Win/WinError.nsh 7.89KB
  457. Include/Win/WinNT.nsh 9.92KB
  458. Include/Win/WinUser.nsh 5.99KB
  459. Include/WinCore.nsh 11.38KB
  460. Include/WinMessages.nsh 35.03KB
  461. Include/WinVer.nsh 23.19KB
  462. Include/WordFunc.nsh 40.8KB
  463. Include/x64.nsh 3.75KB
  464. makensis.exe 3.5KB
  465. makensisw.exe 1.14MB
  466. nsisconf.nsh 1.63KB
  467. Plugins/
  468. Plugins/amd64-unicode/
  469. Plugins/amd64-unicode/AdvSplash.dll 6KB
  470. Plugins/amd64-unicode/Banner.dll 4.5KB
  471. Plugins/amd64-unicode/BgImage.dll 9KB
  472. Plugins/amd64-unicode/Dialer.dll 3.5KB
  473. Plugins/amd64-unicode/InstallOptions.dll 19.5KB
  474. Plugins/amd64-unicode/LangDLL.dll 5KB
  475. Plugins/amd64-unicode/Math.dll 141KB
  476. Plugins/amd64-unicode/nsDialogs.dll 10.5KB
  477. Plugins/amd64-unicode/nsExec.dll 8KB
  478. Plugins/amd64-unicode/NSISdl.dll 18.5KB
  479. Plugins/amd64-unicode/Splash.dll 5KB
  480. Plugins/amd64-unicode/StartMenu.dll 8KB
  481. Plugins/amd64-unicode/System.dll 12KB
  482. Plugins/amd64-unicode/TypeLib.dll 3.5KB
  483. Plugins/amd64-unicode/UserInfo.dll 4KB
  484. Plugins/amd64-unicode/VPatch.dll 9KB
  485. Plugins/x86-ansi/
  486. Plugins/x86-ansi/AdvSplash.dll 5KB
  487. Plugins/x86-ansi/Banner.dll 3.5KB
  488. Plugins/x86-ansi/BgImage.dll 7.5KB
  489. Plugins/x86-ansi/Dialer.dll 3.5KB
  490. Plugins/x86-ansi/InstallOptions.dll 14.5KB
  491. Plugins/x86-ansi/LangDLL.dll 5KB
  492. Plugins/x86-ansi/Math.dll 150.5KB
  493. Plugins/x86-ansi/nsDialogs.dll 9.5KB
  494. Plugins/x86-ansi/nsExec.dll 6KB
  495. Plugins/x86-ansi/NSISdl.dll 14.5KB
  496. Plugins/x86-ansi/Splash.dll 4KB
  497. Plugins/x86-ansi/StartMenu.dll 7.5KB
  498. Plugins/x86-ansi/System.dll 11.5KB
  499. Plugins/x86-ansi/TypeLib.dll 3KB
  500. Plugins/x86-ansi/UserInfo.dll 3.5KB
  501. Plugins/x86-ansi/VPatch.dll 7.5KB
  502. Plugins/x86-unicode/
  503. Plugins/x86-unicode/AdvSplash.dll 5.5KB
  504. Plugins/x86-unicode/Banner.dll 3.5KB
  505. Plugins/x86-unicode/BgImage.dll 7.5KB
  506. Plugins/x86-unicode/Dialer.dll 3.5KB
  507. Plugins/x86-unicode/InstallOptions.dll 15.5KB
  508. Plugins/x86-unicode/LangDLL.dll 5KB
  509. Plugins/x86-unicode/Math.dll 152KB
  510. Plugins/x86-unicode/nsDialogs.dll 9.5KB
  511. Plugins/x86-unicode/nsExec.dll 6.5KB
  512. Plugins/x86-unicode/NSISdl.dll 14.5KB
  513. Plugins/x86-unicode/Splash.dll 4KB
  514. Plugins/x86-unicode/StartMenu.dll 7.5KB
  515. Plugins/x86-unicode/System.dll 12KB
  516. Plugins/x86-unicode/TypeLib.dll 3KB
  517. Plugins/x86-unicode/UserInfo.dll 3.5KB
  518. Plugins/x86-unicode/VPatch.dll 7.5KB
  519. Stubs/
  520. Stubs/bzip2-amd64-unicode 53.5KB
  521. Stubs/bzip2-x86-ansi 41.5KB
  522. Stubs/bzip2-x86-unicode 42.5KB
  523. Stubs/bzip2_solid-amd64-unicode 53.5KB
  524. Stubs/bzip2_solid-x86-ansi 41.5KB
  525. Stubs/bzip2_solid-x86-unicode 42.5KB
  526. Stubs/lz4-amd64-unicode 53KB
  527. Stubs/lz4-x86-ansi 41.5KB
  528. Stubs/lz4-x86-unicode 42.5KB
  529. Stubs/lz4_solid-amd64-unicode 53KB
  530. Stubs/lz4_solid-x86-ansi 41.5KB
  531. Stubs/lz4_solid-x86-unicode 42.5KB
  532. Stubs/lzma-amd64-unicode 53.5KB
  533. Stubs/lzma-x86-ansi 41.5KB
  534. Stubs/lzma-x86-unicode 42.5KB
  535. Stubs/lzma_solid-amd64-unicode 53.5KB
  536. Stubs/lzma_solid-x86-ansi 41.5KB
  537. Stubs/lzma_solid-x86-unicode 42.5KB
  538. Stubs/uninst 766B
  539. Stubs/zlib-amd64-unicode 55KB
  540. Stubs/zlib-x86-ansi 42.5KB
  541. Stubs/zlib-x86-unicode 44KB
  542. Stubs/zlib_solid-amd64-unicode 55KB
  543. Stubs/zlib_solid-x86-ansi 42.5KB
  544. Stubs/zlib_solid-x86-unicode 44KB
0评论
提交 加载更多评论
其他资源 三相无刷电机驱动-STC8H-无HALL原理图+程序
三相无刷直流电机驱动-8H-无HALL原理图+程序,基于STC8H1K28
三相无刷电机驱动-STC8H-无HALL原理图+程序
CHS零壹视频恢复程序海康版
1、支持对大容量硬盘(4T以上)的扫描。 2、支持海康全系列安防录像机。 3、内置"Lightning闪电"算法,扫描速度极快。 3、支持对存储介质进行镜像备份的功能。 5、可以对存储介质任意创建区域进行扫描。 6、支持查看存储介质的HEX值。 7、支持保存“扫描结果”和“加载扫描结果”。 8、支持试用播放功能。 9、支持对摄像头录制时间的解析。 10、支持扫描时设定录制时间,进行有效定位。 11、支持以录制时间为单位进行扫描结果搜索,从而在大量结果中快速定位所需要的视频文件。
CHS零壹视频恢复程序大华版
1、支持对大容量硬盘(4T以上)的扫描。 2、支持大华全系列安防录像设备。 3、内置"Lightning闪电"算法,扫描速度极快。 3、支持对存储介质进行镜像备份的功能。 5、可以对存储介质任意创建区域进行扫描。 6、支持查看存储介质的HEX值。 7、支持保存“扫描结果”和“加载扫描结果”。 8、支持试用播放功能。 9、支持对摄像头录制时间的解析。 10、支持扫描时设定录制时间,进行有效定位。 11、支持以录制时间为单位进行扫描结果搜索,从而在大量结果中快速定位所需要的视频文件。
gopro视频恢复程序
GoPro是美国运动相机厂商。GoPro的相机现已被冲浪、滑雪、极限自行车及跳伞等极限运动团体广泛运用,因而“GoPro”也几乎成为“极限运动专用相机”的代名词! 由于底层使用高清编码,在生成文件过程中产生大量碎片,此时用普通恢复软件根本无法有效恢复丢失的数据,CHS实验室经过不断分析掌握了GOPRO全系列产品视频文件的底层结构,并成功开发出来了针对gopro的恢复程序,程序可以快速定位、自动重组来有效恢复您丢失的珍贵视频!
CHS零壹视频恢复程序监控版
1、支持对FAT32、EXFAT 、RAW等大容量专用高速卡的扫描。 2、全面支持大华、海康、天地伟业、中维、宇视奇盾、水星、安邦、宇视、TPLINK、雄迈等超过130多个安防品牌。 3、支持碎片重组功能,程序可以快速定位碎片并自动分析重组。 4、内置CHS_SMART第二代视频重组算法,保持原始编码的同时还可以最大化重组碎片,得到原始完美的画质。 4、支持对存储介质进行镜像备份的功能。 5、可以对存储介质任意创建区域进行扫描。 6、支持查看存储介质的HEX值。 7、支持保存“扫描结果”和“加载扫描结果”。 8、支持试用播放功能。 9、支持OCR功能
安全高级认证HTML源码.zip
安全高级认证HTML源码.zip
中国生态功能保护区shp数据
中国生态功能保护区shp数据
11111111111111111111
11111