Skip to content

Commit

Permalink
samsung-magician-np: Add version 8.1.0.800
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Jul 20, 2024
1 parent 622fed8 commit 972f99b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bucket/samsung-magician-np.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "8.1.0.800",
"description": "Tool for managing Samsung SSDs.",
"homepage": "https://semiconductor.samsung.com/consumer-storage/magician/",
"license": {
"identifier": "Freeware, LGPL-2.1, MIT,...",
"url": "https://www.samsung.com/semiconductor/global.semi.static/Open_Source_Announcement_v1.0.pdf"
},
"url": "https://download.semiconductor.samsung.com/resources/software-resources/Samsung_Magician_Installer_Official_8.1.0.800.exe",
"hash": "5f3f8d53b3dd8fa7655366a7c2b4427b8799fa52bc242176c1f67acfcdb7b2c5",
"##": [
"Silent installation is not possible.",
"Improvment could be calling an AutoHotkey script, which executes the necessary gui actions"
],
"installer": {
"script": [
"if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }",
"Start-Process \"$dir\\Samsung_Magician_Installer_Official_8.1.0.800.exe\" -Wait"
]
},
"uninstaller": {
"script": [
"if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }",
"Start-Process \"$env:ProgramFiles (x86)\\Samsung\\Samsung Magician\\unins000.exe\" '/verysilent /suppressmsgboxes /norestart' -Wait"
]
},
"checkver": {
"url": "https://semiconductor.samsung.com/us/consumer-storage/support/tools/",
"regex": "Samsung_Magician_installer_Official_([\\d.]+).exe"
},
"autoupdate": {
"url": "https://download.semiconductor.samsung.com/resources/software-resources/Samsung_Magician_Installer_Official_$version.exe"
}
}

0 comments on commit 972f99b

Please sign in to comment.