-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathmicasetup.json
43 lines (43 loc) · 1.37 KB
/
micasetup.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"Template": "${MicaDir}/template/default.7z",
"Package": "./publish.7z",
"Output": "./${AppName}Setup_v${Version}_win64.exe",
"AppName": "STranslate",
"KeyName": "STranslate",
"ExeName": "STranslate.exe",
"Publisher": "STranslate",
"Version": "${Package}./${ExeName}|4",
"TargetFramework": "net472",
"Guid": "00000000-0000-0000-0000-000000000000",
"Favicon": "./img/favicon.png",
"Icon": "./img/setup.png",
"UnIcon": "./img/uninst.png",
"LicenseFile": "LICENSE",
"License": null,
"LicenseType": null,
"RequestExecutionLevel": "user",
"SingleInstanceMutex": null,
"IsCreateDesktopShortcut": true,
"IsCreateUninst": true,
"IsCreateStartMenu": true,
"IsPinToStartMenu": false,
"IsCreateQuickLaunch": true,
"IsCreateRegistryKeys": true,
"IsCreateAsAutoRun": false,
"IsCustomizeVisiableAutoRun": false,
"AutoRunLaunchCommand": "/autostart",
"IsUseFolderPickerPreferClassic": false,
"IsUseInstallPathPreferX86": false,
"IsUseRegistryPreferX86": null,
"IsAllowFullFolderSecurity": true,
"IsAllowFirewall": true,
"IsRefreshExplorer": true,
"IsInstallCertificate": false,
"IsEnableUninstallDelayUntilReboot": true,
"IsEnvironmentVariable": false,
"OverlayInstallRemoveExt": "exe,dll,pdb,bat,txt,pdmodel,info,pdiparams,json",
"UnpackingPassword": null,
"MessageOfPage1": null,
"MessageOfPage2": null,
"MessageOfPage3": null
}