Windows
MSI installer
On the Windows platform (32-bit or 64-bit), the library (components with application programming interfaces) is installed by running the installer program. The support (dll) and development (sdk) libraries, the CLI (Command Line Interface) console for managing the HSM and the graphical console for managing the client software will be installed.
Info
For x64 platforms, the specific installer must be used. If in doubt, contact your supplier. For 64-bit applications, the 64-bit libraries must be used.
The HSM client software is compatible with Windows version 8 or higher.
To register certain components on the system, the installation process requires elevation of privilege (administrative permission).
-
When you run the installer program, the following screen will be displayed:
-
Click Next to continue, you will be presented with three types of installation. The Custom type is reserved for installations with remote operations and in this option you can also change the default installation folder. Select Typical or Full to accept the default options. Full installation is only necessary in environments where remote device management with a smart card reader will be used.
-
On the next screen, click Install to continue the process. Windows User Account Control will ask you to confirm the installation. Confirm to continue.
-
At the end of the process, you should see the screen below. Select the checkbox if you want to run the DinamoCon console immediately. It is not necessary to restart the server or workstation after installation.
If you have any difficulties, consult your supplier. There is an installer for 32-bit systems (dinamo-m.n.p-x86-setup.msi
) and one for 64-bit systems (dinamo-m.n.p-x64-setup.msi
). The 64-bit package also includes the 32-bit versions of the libraries.
The installation packages are versioned and digitally signed (as are all the libraries and console). If there is a previous installation with an older version, the installer will update the components to the latest version. In this update process, the settings are maintained.
To uninstall, use the Uninstallshortcut in the Windowsshortcut menu (group HSM Dinamogroup) or the system control panel. The uninstall process will remove the settings.
Via Winget
A package manager is a system or set of tools used to automate the installation, updating, configuration and use of software.
Microsoft : Windows Package Manager is a comprehensive package management solution consisting of a command line tool (WinGet ) and a set of services for installing applications on Windows devices.
The following are useful commands for installing the Dinamo software using WinGet.
-
Search
winget search dinamo
Nome ID Versão Correspondência Origem ----------------------------------------------------------------- HSM Dinamo DinamoNetworks.HSMDinamo 4.10.1 Tag: dinamo winget
-
Information
winget show "hsm dinamo"
Encontrado HSM Dinamo [DinamoNetworks.HSMDinamo] Versão: 4.10.1 Fornecedor: Dinamo Networks URL do Fornecedor: https://www.dinamonetworks.com URL de Suporte do Fornecedor: https://docs.dinamonetworks.io/support/wk/ Autor: Dinamo Networks Moniker: HSM Descrição: Software para os HSMs (Hardware Secure Module) Dinamo Networks. Página inicial: https://docs.dinamonetworks.io/hsm/soft_client/installation/windows/ Licença: MIT URL de Privacidade: https://docs.dinamonetworks.io/support/wk/ Notas de Versão https://docs.dinamonetworks.io/hsm/release_notes_soft/ URL de Notas de Versão: https://docs.dinamonetworks.io/hsm/release_notes_soft/ Marcas: hsm dinamo segurança dinamo networks cryptografia msc fips Instaladora: Tipo de instalador: wix Local do instalador: en-US URL do instalador: https://downloads.dinamonetworks.io/bin/client/windows/x64/4.10.1/dinamo-4.10. 1-x64-setup.msi Instalador SHA256: 60a797704cda75a3cbe30aa34f76c9bed9b9e6bd44cc19efa8b2541fa6926203
-
Installation
winget install "hsm dinamo"
Encontrado HSM Dinamo [DinamoNetworks.HSMDinamo] Versão 4.10.1 Este aplicativo é licenciado para você pelo proprietário. A Microsoft não é responsável por, nem concede licenças a pacotes de terceiros. Hash do instalador verificado com êxito Iniciando a instalação do pacote... Instalado com êxito
-
Installation in interactive mode to enable Remote
winget install -i "hsm dinamo"
Encontrado HSM Dinamo [DinamoNetworks.HSMDinamo] Versão 4.10.1 Este aplicativo é licenciado para você pelo proprietário. A Microsoft não é responsável por, nem concede licenças a pacotes de terceiros. Baixando https://downloads.dinamonetworks.io/bin/client/windows/x64/4.10.1/dinamo-4.10.1-x64-setup. msi ██████████████████████████████ 26.5 MB / 26.5 MB Hash do instalador verificado com êxito Iniciando a instalação do pacote... Instalado com êxito
-
Uninstallation
winget uninstall "hsm dinamo"
Encontrado HSM Dinamo [DinamoNetworks.HSMDinamo] Iniciando a desinstalação do pacote... Desinstalado com êxito
The website winstall can be used for software search and installation commands in WinGet.