-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwix.json
More file actions
40 lines (40 loc) · 1.08 KB
/
wix.json
File metadata and controls
40 lines (40 loc) · 1.08 KB
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
{
"product": "Click Guardian",
"company": "Click Guardian Project",
"version": "1.0.5",
"license": "LICENSE.txt",
"upgrade-code": "d900466f-5e04-43c5-b7f4-cbeb7ce26bce",
"product-code": "a9ba61cd-a53d-4133-862e-2dabc21827ad",
"files": {
"guid": "ea91758f-b81c-4384-8bbc-ddb21be99e96",
"items": [
"click-guardian.exe"
]
},
"env": {
"guid": "9779be66-6aea-41d9-a1e5-6657cdb98ea0",
"vars": []
},
"shortcuts": {
"guid": "8a69c043-2d46-4604-954c-648f667b2233",
"items": [
{
"name": "Click Guardian",
"description": "Click Guardian - Double-Click Protection",
"target": "[INSTALLDIR]\\click-guardian.exe",
"wdir": "DesktopFolder",
"arguments": "",
"icon": "icon.ico"
},
{
"name": "Click Guardian",
"description": "Click Guardian - Double-Click Protection",
"target": "[INSTALLDIR]\\click-guardian.exe",
"wdir": "ProgramMenuFolder",
"arguments": "",
"icon": "icon.ico"
}
]
},
"choco": {}
}