Skip to content

Commit 383df1b

Browse files
committed
📦 update
1 parent b816549 commit 383df1b

506 files changed

Lines changed: 65285 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# EasySetup
2+
3+
用于商业用途的NSIS示例脚本(NSIS sample script for commercial usage.)
4+
5+
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/MFCer/EasySetup/blob/master/LICENSE)
6+
7+
# 特点 / Features
8+
9+
- UNICODE版本NSIS/多国语言支持
10+
- 安装卸载vc运行时库示例
11+
- 驱动卸载安装无需重启(tools\plugins\DokanDelayRemover,延迟卸载)
12+
- 插件增强
13+
- 按安装日志卸载(un.DelFileByLog函数)
14+
- 更准确的版本比较(tools\NSIS\Include\VersionCompare.nsh)
15+
- 自定义插件(tools\plugins\toolbox)
16+
- 安装卸载服务
17+
- 按路径查找/结束进程
18+
- 更好看的界面
19+
- 侧边图片展示(res/LeftBitmap.bmp)
20+
- 安装包logo提供矢量ai原稿(res/Install.ai,导出png后到 https://converticon.com/ 转ico即可)
21+
- 安装详情gif引导(可自行替换res/detail.gif)
22+
- 绿色卸载无残留空目录增强
23+
24+
# Misc
25+
26+
- Please feel free to use yapi.
27+
- Looking forward to your suggestions.

dokan/dll/win7/dokan.dll

33.6 KB
Binary file not shown.

dokan/dll/win7/dokan.lib

4.71 KB
Binary file not shown.

dokan/dll/wlh/dokan.dll

33.6 KB
Binary file not shown.

dokan/dll/wlh/dokan.lib

4.71 KB
Binary file not shown.

dokan/dll/wnet/dokan.dll

43.6 KB
Binary file not shown.

dokan/dll/wnet/dokan.lib

4.71 KB
Binary file not shown.

dokan/dll/wxp/dokan.dll

43.6 KB
Binary file not shown.

dokan/dll/wxp/dokan.lib

4.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)