Help - Search - Members - Calendar
Full Version: changing cursors in a windows installation
MSFN Forums > Customizing Windows and Graphics > Customizing Windows > XP Visual Styles

   
Google Internet Forums Unattended CD/DVD Guide
Laer
hi there,

and sorry for my bad english sad.gif i've downloaded some cool cursors from deviantart and I was wondering if it would be possible to insert them in a windows installation cd (I'm using nlite) so when windows finish installing it would use my cursors instead of the default ones

thanks in advance blushing.gif
rajesh.kumar
install using the following commands :
REG ADD %KEY%026 /VE /D "Adding My Cursors..." /f
REG ADD %KEY%026 /V 1 /D "RunDll32.exe setupapi,InstallHinfSection DefaultInstall 132 %CDROM%\Cursors\MyBlueGlass\Install.inf" /f

Install.inf
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]
BlueglassArrow.cur
BlueglassHelp.ani
aero_working.ani
aero_busy.ani
BlueglassTextSelect.cur
aero_unavail.cur
BlueglassSizeNS.cur
BlueglassSizeWE.cur
BlueglassSizeNWSE.cur
BlueglassSizeNESW.cur
BlueglassSizeAll.cur
aero_prec.cur
BlueGlassLink.cur
aero_pen.cur
aero_alt.cur

[Scheme.Txt]
Readme.txt

[Strings]
CUR_DIR       = "Cursors\BlueGlass Cursors"
SCHEME_NAME   = "BlueGlass Cursors"
pointer       = "BlueglassArrow.cur"
help          = "BlueglassHelp.ani"
work          = "aero_working.ani"
busy          = "aero_busy.ani"
text          = "BlueglassTextSelect.cur"
unavailiable  = "aero_unavail.cur"
vert          = "BlueglassSizeNS.cur"
horz          = "BlueglassSizeWE.cur"
dgn1          = "BlueglassSizeNWSE.cur"
dgn2          = "BlueglassSizeNESW.cur"
move          = "BlueglassSizeAll.cur"
cross         = "aero_prec.cur"
link          = "BlueGlassLink.cur"
hand          = "aero_pen.cur"
alternate     = "aero_alt.cur"
NaDer_GenKO
OK. rajesh.kumar

But how can I use this commands and the code please ? blushing.gif
rickytheanuj
I think, u can add this as Registry tweak.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.