Advertisement
Guest User

Install.inf for "micron" cursor set by AKX

a guest
Jan 19th, 2013
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. ;Paste this in a text file and rename it as "Install.inf"
  2. ;Then right-click on the file and select "Install"
  3. ;http://fav.me/d85hbf
  4.  
  5. [Version]
  6. signature="$CHICAGO$"
  7.  
  8. [DefaultInstall]
  9. CopyFiles = Scheme.Cur, Scheme.Txt
  10. AddReg = Scheme.Reg
  11.  
  12. [DestinationDirs]
  13. Scheme.Cur = 10,"%CUR_DIR%"
  14. Scheme.Txt = 10,"%CUR_DIR%"
  15.  
  16. [Scheme.Reg]
  17. 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%"
  18.  
  19. ; -- Common Information
  20.  
  21. [Scheme.Cur]
  22. arrow_r.cur
  23. help_r.cur
  24. wait_r.cur
  25. busy_r.cur
  26. beam_r.cur
  27. no_r.cur
  28. size4_r.cur
  29. size3_r.cur
  30. size2_r.cur
  31. size1_r.cur
  32. move_r.cur
  33. link_r.cur
  34. cross_r.cur
  35. pen_r.cur
  36. up_r.cur
  37.  
  38. [Strings]
  39. CUR_DIR = "Cursors\micron by AKX"
  40. SCHEME_NAME = "micron by AKX"
  41. pointer = "arrow_r.cur"
  42. help = "help_r.cur"
  43. work = "wait_r.cur"
  44. busy = "busy_r.cur"
  45. text = "beam_r.cur"
  46. unavailiable = "no_r.cur"
  47. vert = "size4_r.cur"
  48. horz = "size3_r.cur"
  49. dgn1 = "size2_r.cur"
  50. dgn2 = "size1_r.cur"
  51. move = "move_r.cur"
  52. link = "link_r.cur"
  53. cross = "cross_r.cur"
  54. hand = "pen_r.cur"
  55. alternate = "up_r.cur"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement