-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmicasetup.json
42 lines (42 loc) · 1.29 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
{
"Template": "${MicaDir}/template/default.7z",
"Package": "./publish.7z",
"Output": "./${AppName}_Setup.exe",
"AppName": "BetterGI",
"KeyName": "BetterGI",
"ExeName": "BetterGI.exe",
"Publisher": "huiyadanli",
"TargetFramework": "net472",
"Guid": "00000000-0000-0000-0000-000000000000",
"Favicon": "./img/Favicon.png",
"Icon": "./img/FaviconSetup.png",
"UnIcon": "./img/FaviconUninst.png",
"LicenseFile": "LICENSE",
"License": null,
"LicenseType": null,
"RequestExecutionLevel": "admin",
"SingleInstanceMutex": null,
"IsCreateDesktopShortcut": true,
"IsCreateUninst": true,
"IsCreateStartMenu": true,
"IsPinToStartMenu": false,
"IsCreateQuickLaunch": false,
"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",
"UnpackingPassword": null,
"MessageOfPage1": null,
"MessageOfPage2": null,
"MessageOfPage3": null
}