From f010ad990862ea040a54cbc01376d83d76a79bcb Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 9 Aug 2020 18:53:46 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20windows=20install=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/windows.inf | 55 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 scripts/windows.inf diff --git a/scripts/windows.inf b/scripts/windows.inf new file mode 100644 index 0000000..fad7e73 --- /dev/null +++ b/scripts/windows.inf @@ -0,0 +1,55 @@ +; By +; Right click on the file "install.inf" and select "Install". Then apply in Control Panel > Appearance and Personalization > Personalization > Change mouse pointers. + +[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%" + +; -- Installed files + +[Scheme.Cur] +busy.ani +working-in-background.ani +normal-select.cur +help-select.cur +link-select.cur +move.cur +diagonal-resize-2.cur +Install.inf +vertical-resize.cur +horizontal-resize.cur +diagonal-resize-1.cur +handwriting.cur +precision-select.cur +text-select.cur +unavailable.cur +alt-select.cur + +[Strings] +CUR_DIR = "Cursors\" +SCHEME_NAME = "" +pointer = "normal-select.cur" +help = "help-select.cur" +work = "working-in-background.ani" +busy = "busy.ani" +text = "text-select.cur" +unavailiable = "unavailable.cur" +vert = "vertical-resize.cur" +horz = "horizontal-resize.cur" +dgn1 = "diagonal-resize-1.cur" +dgn2 = "diagonal-resize-2.cur" +move = "move.cur" +link = "link-select.cur" +cross = "precision-select.cur" +hand = "handwriting.cur" +alternate = "alt-select.cur" \ No newline at end of file