Recommended Posts

it seems to be right but it displays an error that the installation was unsuccesful....

Strange...cause I just noticed that the same command is used when you right click it.... ill post the inf and cmd below...

[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]
Dia_Norm.cur
Dia_Help.cur
Dia_Work.cur
Dia_Busy.cur
Dia_Cros.cur
Dia_Text.cur
Dia_Hand.cur
Dia_Unav.cur
Dia_RH.cur
Dia_RV.cur
Dia_R1.cur
Dia_R2.cur
Dia_Move.cur
Dia_Altr.cur
Dia_Link.cur

[Scheme.Txt]
Diamond.txt

[Strings]
CUR_DIR     = "Cursors\Diamond"
SCHEME_NAME = "Diamond"
alternate    = "Dia_Altr.cur"
busy    = "Dia_Busy.cur"
dgn1    = "Dia_R1.cur"
dgn2    = "Dia_R2.cur"
horz    = "Dia_RH.cur"
vert    = "Dia_RV.cur"
hand    = "Dia_Hand.cur"
help    = "Dia_Help.cur"
link    = "Dia_Link.cur"
move    = "Dia_Move.cur"
pointer    = "Dia_Norm.cur"
cross    = "Dia_Cros.cur"
text    = "Dia_Text.cur"
unavailiable    = "Dia_Unav.cur"
work    = "Dia_Work.cur"

and the cmd:

%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 diamond.inf

Any Idea?

i just modified dazzla's fedora *.inf to work for an old TomTom set from jromo's themes.

and it works fine for me.

here's my code:

; TomTom Orange
; Win 9x/NT Cursor Scheme installation file.

[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]
Cursor 01.cur
Cursor 02.cur
Cursor 03.cur
Cursor 04.cur
Cursor 05.cur
Cursor 06.cur
Cursor 07.cur
Cursor 08.cur
Cursor 09.cur
Cursor 10.cur
Cursor 11.cur
Cursor 12.cur
Cursor 13.cur
Cursor 14.cur
Cursor 15.cur

[Scheme.Txt]
readme.txt

[Strings]
CUR_DIR ? ? ? = "Cursors\orange"
SCHEME_NAME ? = "TomTom Orange"
pointer ? ? ? = "Cursor 01.cur"
help ? ? ? ? ?= "Cursor 02.cur"
work ? ? ? ? ?= "Cursor 03.cur"
busy ? ? ? ? ?= "Cursor 04.cur"
cross ? ? ? ? = "Cursor 05.cur"
text ? ? ? ? ?= "Cursor 06.cur"
hand ? ? ? ? ?= "Cursor 07.cur"
unavailiable ?= "Cursor 08.cur"
vert ? ? ? ? ?= "Cursor 09.cur"
horz ? ? ? ? ?= "Cursor 10.cur"
dgn1 ? ? ? ? ?= "Cursor 11.cur"
dgn2 ? ? ? ? ?= "Cursor 12.cur"
move ? ? ? ? ?= "Cursor 13.cur"
alternate ? ? = "Cursor 14.cur"
link ? ? ? ? ?= "Cursor 15.cur"

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.