-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathxompie.inf
130 lines (113 loc) · 4.45 KB
/
xompie.inf
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[version]
Signature="$Windows NT$"
[DefaultInstall]
CheckAdminRights=1
BeginPrompt=BeginPromptInstall
EndPrompt=EndPromptInstall
ProfileItems=Shortcut,Longcut
CopyFiles=Sendto.Files,System.Files,Windir.Files
Modes=0,1,2,3
[DefaultUnInstall]
CheckAdminRights=1
BeginPrompt=BeginPromptRemove
EndPrompt=EndPromptRemove
DelFiles=Sendto.Files,System.Files,Windir.Files
RunPostSetupCommands=Deldirs
Cleanup=1
[BeginPromptInstall]
Prompt="Begin install %Package% Alpha?"
Title="%Package%"
ButtonType=YESNO
[EndPromptInstall]
Prompt="XPatcher available from SendTo menu. Be sure to have Visual C++ 2013 and 2015 Runtime before start patching."
Title="%Package%"
[BeginPromptRemove]
Prompt="Be sure to quit all patched apps before uninstall %Package%. Ready?"
Title="%Package%"
[EndPromptRemove]
Prompt="Done!"
Title="%Package%"
[Shortcut]
Name="Uninstall %Package%",0x00000001
SubDir=%Package%
CmdLine=16425,,"rundll32.exe" "advpack.dll,LaunchINFSection %10%\%Package%.inf,DefaultUninstall"
IconPath=16425,,shell32.dll
IconIndex=162
[Longcut]
Name="Update XomPie Files",0x00000001
SubDir=%Package%
CmdLine=10,,"updtxompie.cmd"
[Deldirs]
RUNDLL32 advpack.dll,DelNodeRunDLL32 "%16386%\%Package%"
[Sendto.Files]
xpatcher.cmd
[System.Files]
advapixp.dll
kernelxp.dll
xpvcrt.dll
shellxp.dll
userxp.dll
gdixp.dll
dxgi.dll
dwrite.dll
d3d11.dll
d3d10core.dll
d3d10_1.dll
d3d10.dll
d2d1.dll
d3dx.dll
winetxc.dll
wined3d.dll
wineft2.dll
dwmapi.dll
wer.dll
wevtapi.dll
ws2_xp.dll
[Windir.Files]
pehdr-lite.exe
gsar.exe
ldd.exe
dwnl.exe
peflags.exe
updtxompie.cmd
%Package%.inf
[DestinationDirs]
Sendto.Files=16393
System.Files=16425
Windir.Files=10
[SourceDisksNames]
1=%Package%,,0
[SourceDisksFiles]
xpatcher.cmd=1
updtxompie.cmd=1
advapixp.dll=1
kernelxp.dll=1
xpvcrt.dll=1
gdixp.dll=1
ws2_xp.dll=1
shellxp.dll=1
userxp.dll=1
d3dx.dll=1
wined3d.dll=1
wineft2.dll=1
dxgi.dll=1
dwrite.dll=1
d3d11.dll=1
d3d10core.dll=1
d3d10_1.dll=1
d3d10.dll=1
d2d1.dll=1
d3dx.dll=1
winetxc.dll=1
dwmapi.dll=1
wer.dll=1
wevtapi.dll=1
%Package%.inf=1
pehdr-lite.exe=1
gsar.exe=1
ldd.exe=1
dwnl.exe=1
peflags.exe=1
[Strings]
Package = "XomPie"
; Packaged by tumagonx