So manually selecting each cursor is fine.
But after selecting the first one it then make me go back to the winreducer folder and path again for each cursor
rather than just opening to the folder where i chose my cursor.
It be nice to have that fixed, i tried alternately to copy paste the path and put it in but it won't accept it that way either
Also lots of cursors come with setup.ini/install.inf it'd be awesome if winreducer can read them and load the cursors
Install.inf - sample :
Setup.inf - sample
But after selecting the first one it then make me go back to the winreducer folder and path again for each cursor
rather than just opening to the folder where i chose my cursor.
It be nice to have that fixed, i tried alternately to copy paste the path and put it in but it won't accept it that way either
Also lots of cursors come with setup.ini/install.inf it'd be awesome if winreducer can read them and load the cursors
Install.inf - sample :
Code:
[Version]
signature="$CHICAGO$"
[DefaultInstall]
CopyFiles = Scheme.Cur, Scheme.Txt
AddReg = Scheme.Reg
[DestinationDirs]
Scheme.Cur = 10,"%CUR_DIR%"
Scheme.Txt = 10,"%CUR_DIR%"
[Scheme.Reg]
HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%work%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\%Cross%,%10%\%CUR_DIR%\%Text%,%10%\%CUR_DIR%\%Hand%,%10%\%CUR_DIR%\%Unavailiable%,%10%\%CUR_DIR%\%Vert%,%10%\%CUR_DIR%\%Horz%,%10%\%CUR_DIR%\%Dgn1%,%10%\%CUR_DIR%\%Dgn2%,%10%\%CUR_DIR%\%move%,%10%\%CUR_DIR%\%alternate%,%10%\%CUR_DIR%\%link%"
; -- Common Information
[Scheme.Cur]
"Arrow.ani"
"Help.ani"
"AppStarting.ani"
"Wait.ani"
"cross.ani"
"IBeam.ani"
"Handwriting.ani"
"NO.ani"
"SizeNWSE.ani"
"SizeNWns.ani"
"SizeWE.ani"
"SizeNESW.ani"
"SizeAll.ani"
"UpArrow.ani"
"Hand.ani"
[Strings]
CUR_DIR = "Cursors\Alienware Invader"
SCHEME_NAME = "Alienware Invader"
pointer = "Arrow.ani"
help = "Help.ani"
work = "AppStarting.ani"
busy = "Wait.ani"
cross = "cross.ani"
text = "IBeam.ani"
hand = "Handwriting.ani"
unavailiable = "NO.ani"
vert = "SizeNWSE.ani"
horz = "SizeNWns.ani"
dgn1 = "SizeWE.ani"
dgn2 = "SizeNESW.ani"
move = "SizeAll.ani"
alternate = "UpArrow.ani"
link = "Hand.ani"
Setup.inf - sample
Code:
[Version]
signature="$CHICAGO$"
[DefaultInstall]
CopyFiles = Scheme.ani, Scheme.Txt
AddReg = Scheme.Reg
[DestinationDirs]
Scheme.ani = 10,"%CUR_DIR%"
Scheme.Txt = 10,"%CUR_DIR%"
[Scheme.Reg]
HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%work%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\%Cross%,%10%\%CUR_DIR%\%Text%,%10%\%CUR_DIR%\%Hand%,%10%\%CUR_DIR%\%Unavailiable%,%10%\%CUR_DIR%\%Vert%,%10%\%CUR_DIR%\%Horz%,%10%\%CUR_DIR%\%Dgn1%,%10%\%CUR_DIR%\%Dgn2%,%10%\%CUR_DIR%\%move%,%10%\%CUR_DIR%\%alternate%,%10%\%CUR_DIR%\%link%"
; -- Common Information
[Scheme.ani]
"Arrow_down.ani"
"Help.ani"
"AppStarting.ani"
"Wait.ani"
"Cross.ani"
"IBeam.ani"
"Handwriting.ani"
"NO.ani"
"SizeNS.ani"
"SizeWE.ani"
"SizeNWSE.ani"
"SizeNESW.ani"
"SizeAll.ani"
"UpArrow.ani"
"Hand.ani"
[Strings]
CUR_DIR = "Cursors\Tronnix-2"
SCHEME_NAME = "Tronnix-2"
Pointer = "Arrow_down.ani"
Help = "Help.ani"
Work = "AppStarting.ani"
Busy = "Wait.ani"
Cross = "Cross.ani"
Text = "IBeam.ani"
Hand = "Handwriting.ani"
Unavailiable = "NO.ani"
Vert = "SizeNS.ani"
Horz = "SizeWE.ani"
Dgn1 = "SizeNWSE.ani"
Dgn2 = "SizeNESW.ani"
Move = "SizeAll.ani"
Alternate = "UpArrow.ani"
Link = "Hand.ani"