From caa520d3376338ab7d1d72009180265f9046b509 Mon Sep 17 00:00:00 2001 From: scillidan Date: Sun, 11 Jan 2026 14:03:34 +0800 Subject: [PATCH 1/5] link-shell-extension: Add version 3.9.3.5 --- bucket/link-shell-extension.json | 53 ++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bucket/link-shell-extension.json diff --git a/bucket/link-shell-extension.json b/bucket/link-shell-extension.json new file mode 100644 index 00000000000000..1ad9e871db6f1d --- /dev/null +++ b/bucket/link-shell-extension.json @@ -0,0 +1,53 @@ +{ + "version": "3.9.3.5", + "description": "Link Shell Extension. Offers the creation of Hardlinks, Junctions, Volume Mountpoints, Symbolic Links and a folder cloning or copy process.", + "homepage": "https://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html", + "license": { + "identifier": "Proprietary", + "url": "https://schinagl.priv.at/nt/hardlinkshellext/license.txt" + }, + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://schinagl.priv.at/nt/hardlinkshellext/save/3935/HardLinkShellExt_X64.exe#/HardLinkShellExt.exe", + "hash": "ca3f26ebf49dc4ea8b5d8c0154acca0de59a8689e5907fe748ffaeaa357ff3a0" + }, + "32bit": { + "url": "https://schinagl.priv.at/nt/hardlinkshellext/save/3935/HardLinkShellExt_win32.exe#/HardLinkShellExt.exe", + "hash": "b7e7227e960f025be992c398dafacd03c416adf5210d3fc0ff1d5b5771afdc4b" + } + }, + "installer": { + "script": "Invoke-ExternalCommand -FilePath \"$dir\\HardLinkShellExt.exe\" -Args @('/S', '/noredist', '/Language=English', \"/D=$dir\") -RunAs | Out-Null" + }, + "uninstaller": { + "64bit": { + "script": "Invoke-ExternalCommand -FilePath \"$dir\\uninst-HardLinkShellExt_X64.exe\" -Args @('/S' , '/noredist') -RunAs | Out-Null" + }, + "32bit": { + "script": "Invoke-ExternalCommand -FilePath \"$dir\\uninst-HardLinkShellExt_win32.exe\" -Args @('/S' , '/noredist') -RunAs | Out-Null" + } + }, + "shortcuts": [ + [ + "LSEConfig.exe", + "Link Shell Extension Configuration" + ] + ], + "checkver": { + "url": "https://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html", + "regex": ">Last Updated .+ Version ([\\d.]+)<" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://schinagl.priv.at/nt/hardlinkshellext/save/$cleanVersion/HardLinkShellExt_X64.exe#/HardLinkShellExt.exe" + }, + "32bit": { + "url": "https://schinagl.priv.at/nt/hardlinkshellext/save/$cleanVersion/HardLinkShellExt_win32.exe#/HardLinkShellExt.exe" + } + } + } +} From ef9bd2a5feca93b0940042ae8751df2880acc3b3 Mon Sep 17 00:00:00 2001 From: scillidan Date: Sun, 11 Jan 2026 14:13:42 +0800 Subject: [PATCH 2/5] link-shell-extension@3.9.3.5: Fix writing Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- bucket/link-shell-extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/link-shell-extension.json b/bucket/link-shell-extension.json index 1ad9e871db6f1d..88fc0bf2304865 100644 --- a/bucket/link-shell-extension.json +++ b/bucket/link-shell-extension.json @@ -1,6 +1,6 @@ { "version": "3.9.3.5", - "description": "Link Shell Extension. Offers the creation of Hardlinks, Junctions, Volume Mountpoints, Symbolic Links and a folder cloning or copy process.", + "description": "Link Shell Extension. Offers the creation of Hardlinks, Junctions, Volume Mountpoints, Symbolic Links and a folder cloning or copy process.", "homepage": "https://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html", "license": { "identifier": "Proprietary", From 4279afc6066a7d408c389f475c2545ec2716bc07 Mon Sep 17 00:00:00 2001 From: scillidan Date: Mon, 12 Jan 2026 09:00:43 +0000 Subject: [PATCH 3/5] link-shell-extension@3.9.3.5: fix uninstaller --- bucket/link-shell-extension.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/bucket/link-shell-extension.json b/bucket/link-shell-extension.json index 88fc0bf2304865..fa9075c0180740 100644 --- a/bucket/link-shell-extension.json +++ b/bucket/link-shell-extension.json @@ -12,24 +12,22 @@ "architecture": { "64bit": { "url": "https://schinagl.priv.at/nt/hardlinkshellext/save/3935/HardLinkShellExt_X64.exe#/HardLinkShellExt.exe", - "hash": "ca3f26ebf49dc4ea8b5d8c0154acca0de59a8689e5907fe748ffaeaa357ff3a0" + "hash": "ca3f26ebf49dc4ea8b5d8c0154acca0de59a8689e5907fe748ffaeaa357ff3a0", + "uninstaller": { + "script": "Invoke-ExternalCommand -FilePath \"$dir\\uninst-HardLinkShellExt_X64.exe\" -Args @('/S' , '/noredist') -RunAs | Out-Null" + } }, "32bit": { "url": "https://schinagl.priv.at/nt/hardlinkshellext/save/3935/HardLinkShellExt_win32.exe#/HardLinkShellExt.exe", - "hash": "b7e7227e960f025be992c398dafacd03c416adf5210d3fc0ff1d5b5771afdc4b" + "hash": "b7e7227e960f025be992c398dafacd03c416adf5210d3fc0ff1d5b5771afdc4b", + "uninstaller": { + "script": "Invoke-ExternalCommand -FilePath \"$dir\\uninst-HardLinkShellExt_win32.exe\" -Args @('/S' , '/noredist') -RunAs | Out-Null" + } } }, "installer": { "script": "Invoke-ExternalCommand -FilePath \"$dir\\HardLinkShellExt.exe\" -Args @('/S', '/noredist', '/Language=English', \"/D=$dir\") -RunAs | Out-Null" }, - "uninstaller": { - "64bit": { - "script": "Invoke-ExternalCommand -FilePath \"$dir\\uninst-HardLinkShellExt_X64.exe\" -Args @('/S' , '/noredist') -RunAs | Out-Null" - }, - "32bit": { - "script": "Invoke-ExternalCommand -FilePath \"$dir\\uninst-HardLinkShellExt_win32.exe\" -Args @('/S' , '/noredist') -RunAs | Out-Null" - } - }, "shortcuts": [ [ "LSEConfig.exe", From 426a8ea016c93ed259122ddb62faca4fe2f09c9b Mon Sep 17 00:00:00 2001 From: scillidan Date: Mon, 12 Jan 2026 10:18:26 +0000 Subject: [PATCH 4/5] link-shell-extension@3.9.3.5: fix writing --- bucket/link-shell-extension.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/link-shell-extension.json b/bucket/link-shell-extension.json index fa9075c0180740..16196463c96d67 100644 --- a/bucket/link-shell-extension.json +++ b/bucket/link-shell-extension.json @@ -12,14 +12,14 @@ "architecture": { "64bit": { "url": "https://schinagl.priv.at/nt/hardlinkshellext/save/3935/HardLinkShellExt_X64.exe#/HardLinkShellExt.exe", - "hash": "ca3f26ebf49dc4ea8b5d8c0154acca0de59a8689e5907fe748ffaeaa357ff3a0", + "hash": "ca3f26ebf49dc4ea8b5d8c0154acca0de59a8689e5907fe748ffaeaa357ff3a0", "uninstaller": { "script": "Invoke-ExternalCommand -FilePath \"$dir\\uninst-HardLinkShellExt_X64.exe\" -Args @('/S' , '/noredist') -RunAs | Out-Null" } }, "32bit": { "url": "https://schinagl.priv.at/nt/hardlinkshellext/save/3935/HardLinkShellExt_win32.exe#/HardLinkShellExt.exe", - "hash": "b7e7227e960f025be992c398dafacd03c416adf5210d3fc0ff1d5b5771afdc4b", + "hash": "b7e7227e960f025be992c398dafacd03c416adf5210d3fc0ff1d5b5771afdc4b", "uninstaller": { "script": "Invoke-ExternalCommand -FilePath \"$dir\\uninst-HardLinkShellExt_win32.exe\" -Args @('/S' , '/noredist') -RunAs | Out-Null" } From 28818b07b5c762d3d85df42a593fe1eb82bfbcef Mon Sep 17 00:00:00 2001 From: scillidan Date: Tue, 13 Jan 2026 12:20:28 +0800 Subject: [PATCH 5/5] link-shell-extension@3.9.3.5: update installer field --- bucket/link-shell-extension.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/link-shell-extension.json b/bucket/link-shell-extension.json index 16196463c96d67..707048e1199f20 100644 --- a/bucket/link-shell-extension.json +++ b/bucket/link-shell-extension.json @@ -26,7 +26,10 @@ } }, "installer": { - "script": "Invoke-ExternalCommand -FilePath \"$dir\\HardLinkShellExt.exe\" -Args @('/S', '/noredist', '/Language=English', \"/D=$dir\") -RunAs | Out-Null" + "script": [ + "Invoke-ExternalCommand -FilePath \"$dir\\HardLinkShellExt.exe\" -Args @('/S', '/noredist', '/Language=English', \"/D=$dir\") -RunAs | Out-Null", + "Remove-Item \"$dir\\HardLinkShellExt.exe\" -ErrorAction SilentlyContinue" + ] }, "shortcuts": [ [