Authentication SDK - Update automation
It only works with ASDK installed using the Cloud Installer
- If necessary uninstall ASDK and components from “Apps and Features” if you used EXE or MSI installers
- Install ASDK using the Cloud Installer https://asset.cdn.idscan.net/distribute/ASDK.Host/ASDK.Installer.exe
- For future updates and creating scripts, you can use the command installer https://asset.cdn.idscan.net/distribute/ASDK.Host/ASDK.Installer.CmdLine.exe
- To Check for updates
ASDK.Installer.CmdLine.exe checkForUpdates ASDK.Host
echo %ERRORLEVEL%
Response code: 0 - no updates available 1 - updates available
- Download necessary updates and prepare the files
ASDK.Installer.CmdLine.exe prepare ASDK.Host
- Stop or Exit your application
- Run the update command
ASDK.Installer.CmdLine.exe update ASDK.Host
ExitCode “0” signifies a successful update
- Start your application
Alternatively, the Cloud Installer also provides an automatic update service.