Skip to content

Mr1BitL8r/Chocolatey-synology-note-station-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Chocolatey community package for Synology Note Station Client

This is just a Chocolatey community package for installing and uninstalling the Synology Note Station Client on Windows.

How to upgrade for a newer version

If there is a new version available of the Synology Note Station Client, which you can e.g. find at https://www.synology.com/de-de/releaseNote/NoteStationClient please perform the following steps:

  1. Navigate into the _sub_directory: synology-note-station-client/tools
  2. Adjust the file chocolateyinstall.ps1, so that entries
    • $url is set to the download URL of the 32-bit Setup.exe
    • $url64 is set to the download URL of the 64-bit Setup.exe
    • checksum is set to the md5 checksum of the 32-bit Setup.exe
    • checksum64 is set to the md5 checksum of the 64-bit Setup.exe Hint: You can find the download links and MD5 checksums e.g. on https://www.synology.com/de-de/support/download/DS716+II?version=7.0#utilities when clicking on the "Download" button next to the "Synology Note Station Client".
  3. Navigate into the parent directory: synology-note-station-client
  4. Adjust the file synology-note-station-client.nuspec, so that the
    • is correct, but make sure NOT to use the '-', so e.g. "2.2.4-703" needs to be "2.2.4.703" for chocolatey.
    • is set to the correct year.
  5. Open a PowerShell with administrator privileges and navigate into the folder synology-note-station-client that is containing the file synology-note-station-client.nuspec
    • Create the package for chocolatey via executing the command: choco pack
    • Hint: If there are other *.nupkg files than the one that you want to test in the folder, delete or move them.
  6. Test the newly created package by
    • Upgrading it, e.g. via executing: choco upgrade synology-note-station-client -dv -s .
    • Uninstalling it, e.g. via executing: choco uninstall synology-note-station-client -dv -s .
    • Installing it, e.g. via executing: choco install synology-note-station-client -dv -s .
  7. Push the package to the chocolatey community repository: choco push .\synology-note-station-client.2.2.4.703.nupkg -s https://push.chocolatey.org/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published