This is just a Chocolatey community package for installing and uninstalling the Synology Note Station Client on Windows.
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:
- Navigate into the _sub_directory: nitrokey-app2/tools
- Adjust the file chocolateyinstall.ps1, so that entries
- $url64 is set to the download URL of the 64-bit Setup.exe
- checksum64 is set to the sha256 checksum of the 64-bit Setup.exe Hints: You can find the download link e.g. https://github.com/Nitrokey/nitrokey-app2/releases and can calculate the SHA256 checksum e.g. in PowerShell with: Get-FileHash .\nitrokey-app-v2.3.0-x64-windows-installer.msi | Format-List
- Navigate into the parent directory: nitrokey-app2
- Adjust the file nitrokey-app2.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.
- Open a PowerShell with administrator privileges and navigate into the folder nitrokey-app2 that is containing the file nitrokey-app2.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.
- Test the newly created package by
- Upgrading it, e.g. via executing: choco upgrade nitrokey-app2 -dv -s .
- Uninstalling it, e.g. via executing: choco uninstall nitrokey-app2 -dv -s .
- Installing it, e.g. via executing: choco install nitrokey-app2 -dv -s .
- Push the package to the chocolatey community repository: choco push .\nitrokey-app2.2.3.0.nupkg -s https://push.chocolatey.org/