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. IMPORTANT: If necessary uninstall ASDK and components from “Apps and Features” if you used EXE or MSI installers.
    2. Install ASDK using the Cloud Installer
    3. For future updates and creating scripts, you can use the command installer
    4. To Check for updates
    {CmdLine Installer} checkForUpdates ASDK.Host
    echo %ERRORLEVEL%
    

    Response code:

    • 0 - no updates available
    • 1 - updates available
    1. Download necessary updates and prepare the files
    {CmdLine Installer} prepare ASDK.Host
    
    1. Stop or Exit your application
    2. Run the update command
    {CmdLine Installer} 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