-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Install.inf
53 lines (48 loc) · 1.57 KB
/
.Install.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
[Version]
signature="$CHICAGO$"
[DefaultInstall]
CopyFiles = Scheme.Cur
AddReg = Scheme.Reg
[DestinationDirs]
Scheme.Cur = 24,"%CUR_DIR%"
[Scheme.Reg]
HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%24%\%CUR_DIR%\%pointer%,%24%\%CUR_DIR%\%help%,%24%\%CUR_DIR%\%work%,%24%\%CUR_DIR%\%busy%,%24%\%CUR_DIR%\%cross%,%24%\%CUR_DIR%\%text%,%24%\%CUR_DIR%\%handwrt%,%24%\%CUR_DIR%\%unavailiable%,%24%\%CUR_DIR%\%vert%,%24%\%CUR_DIR%\%horz%,%24%\%CUR_DIR%\%dgn1%,%24%\%CUR_DIR%\%dgn2%,%24%\%CUR_DIR%\%move%,%24%\%CUR_DIR%\%alternate%,%24%\%CUR_DIR%\%link%,%24%\%CUR_DIR%\%pin%,%24%\%CUR_DIR%\%person%"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce\Setup\","",,"rundll32.exe shell32.dll,Control_RunDLL main.cpl @0,1"
[Scheme.Cur]
default.cur
help.cur
progress.ani
wait.ani
crosshair.cur
text.cur
handwrt.cur
not-allowed.cur
ns-resize.cur
ew-resize.cur
nwse-resize.cur
nesw-resize.cur
move.cur
alternate.cur
pointer.cur
location.cur
person.cur
[Strings]
CUR_DIR = "Windows\Cursors\Hypnotic"
SCHEME_NAME = "Hypnotic"
pointer = "default.cur"
help = "help.cur"
work = "progress.ani"
busy = "wait.ani"
cross = "crosshair.cur"
text = "text.cur"
handwrt = "handwrt.cur"
unavailiable = "not-allowed.cur"
vert = "ns-resize.cur"
horz = "ew-resize.cur"
dgn1 = "nwse-resize.cur"
dgn2 = "nesw-resize.cur"
move = "move.cur"
alternate = "alternate.cur"
link = "pointer.cur"
pin = "location.cur"
person = "person.cur"