Install Task Scheduler for Automatic Upgrading of NextGen D2D
- To install the task scheduler, do one of the following:
- Open NextGen Mobile Cloud Portal, and then select NextGen D2D.
- Go to https://d2d-package.entradahealth.net/.
The NextGen D2D webpage opens.
- Open NextGen Mobile Cloud Portal, and then select NextGen D2D.
- Open the Click here to download Auto update setup zip file link.
The AutoUpdate installer file is downloaded.
- Unzip the contents of the AutoUpdate installer file to the AutoUpdate folder.
- Open the Command Prompt window on your desktop and run as administrator.
- To open the location where you downloaded the AutoUpdate installer file, enter cd <path>.
If you downloaded the installer file on your desktop, enter cd C:\Users\<your username>\Desktop\AutoUpdate
- To run the NextGen.Mobile.D2d.AutoUpdate.exe file, enter the following Windows® command: set "ENVIRONMENT=prod" && NextGen.Mobile.D2d.AutoUpdate.exe
Note: Alternatively, you can run the following PowerShell® command: $env:ENVIRONMENT = "prod"; & ".\/NextGen.Mobile.D2d.AutoUpdate.exe" on the Windows PowerShell window.The automatic upgrade task is added to Task Scheduler with the following details:
- Name: NextGenD2D
- Triggers: Daily at 12:00 AM (midnight)
- Install Task Scheduler using Curl Command
You can download and install the task scheduler using curl command.