-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samsung-magician-np: Add version 8.1.0.800
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |