IDScan.net
Search Results for

    Show / Hide Table of Contents

    Authentication SDK - Update automation

    It only works with ASDK installed using the Cloud Installer

    1. If necessary uninstall ASDK and components from “Apps and Features” if you used EXE or MSI installers
    2. Install ASDK using the Cloud Installer https://asset.cdn.idscan.net/distribute/ASDK.Host/ASDK.Installer.exe
    3. For future updates and creating scripts, you can use the command installer https://asset.cdn.idscan.net/distribute/ASDK.Host/ASDK.Installer.CmdLine.exe
    4. To Check for updates
    ASDK.Installer.CmdLine.exe checkForUpdates ASDK.Host
    echo %ERRORLEVEL%
    

    Response code: 0 - no updates available 1 - updates available

    1. Download necessary updates and prepare the files
    ASDK.Installer.CmdLine.exe prepare ASDK.Host
    
    1. Stop or Exit your application
    2. Run the update command
    ASDK.Installer.CmdLine.exe update ASDK.Host
    

    ExitCode “0” signifies a successful update

    1. Start your application

    Alternatively, the Cloud Installer also provides an automatic update service.

    Back to top IDScan.net IDScan.net GitHub