-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallscript.vdf
76 lines (76 loc) · 1.48 KB
/
installscript.vdf
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
"installscript"
{
"registry"
{
"hkey_local_machine\\software\\activision\\black ops ii"
{
"string"
{
"installpath" "%INSTALLDIR%"
"version" "1.0"
"spexepath" "%INSTALLDIR%\\t6sp.exe"
"mpexepath" "%INSTALLDIR%\\t6mp.exe"
"zmexepath" "%INSTALLDIR%\\t6zm.exe"
}
}
"hkey_local_machine\\software\\activision\\black ops ii"
{
"string"
{
"english"
{
"language" "ENU"
}
"french"
{
"language" "FRA"
}
"italian"
{
"language" "ITA"
}
"german"
{
"language" "DEU"
}
"spanish"
{
"language" "ESP"
}
"russian"
{
"language" "RUS"
}
"polish"
{
"language" "PLK"
}
"japanese"
{
"language" "JPN"
}
}
}
}
"Run Process"
{
"vcredist"
{
"hasrunkey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\202970"
"process 1" "%INSTALLDIR%\\redist\\vcredist_x86.exe"
"command 1" "/passive /norestart"
"nocleanup" "1"
}
"directx"
{
"hasrunkey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\202970"
"process 1" "%INSTALLDIR%\\redist\\DirectX\\dxsetup.exe"
"command 1" "/silent"
"nocleanup" "1"
}
}
}
"kvsignatures"
{
"installscript" "8df46728f595f5f4169baf84357660f7fd4e7f10d22e9ea7a0c1d0fe718d8a41dbd23bde5a4c910dbafa92f8c531dde9a14a6553843bfebe89e39efb42bc7227d8d88a1e203707c857691dc3518601a28d87870066ef28c8b5fe930efacd355a5c8a28279870d9b59d9c0effd87ec357b6267406bea81b8630ded51b931327a3"
}