generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUAC.Sketchpad.5.json
29 lines (29 loc) · 1.27 KB
/
UAC.Sketchpad.5.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": "5.0.6.0",
"description": "几何画板(Sketchpad)是一个通用的数学、物理教学环境,适用于数学、平面几何、物理的矢量分析、作图,函数作图的动态几何工具,可以随心所欲地编写出自己需要的教学课件。",
"homepage": "https://www.keycurriculum.com",
"license": "Shareware",
"notes": [
"组件安装等选项可以自选",
"但请不要选 ‘完美导航’ 组件,会执行修改浏览器默认主页等未知操作!"
],
"url": "https://list.nb.gl/OD_scoop/apt-cdn/Sketchpad/5.0.6.0/Sketchpad.exe#/installer.exe",
"hash": "sha1:9EB4392865520B3C5444F838ADF95080A2BDD423",
"pre_install":[
"Write-Host \"--组件安装等选项可以自选--\" -ForegroundColor Green",
"Write-Host \"但请\" -ForegroundColor Yellow -NoNewline",
"Write-Host \"不要\" -ForegroundColor Red -NoNewline",
"Write-Host \"选择 《完美导航》 组件,会执行修改浏览器默认主页等未知操作!\" -ForegroundColor Yellow"
],
"installer": {
"file": "installer.exe",
"args": [
"/DIR=$dir",
"/COMPONENTS=\"\""
]
},
"uninstaller": {
"file": "unins000.exe",
"args": "/SILENT"
}
}