Step-by-step guide

Windows SEM

Copy the TDE agent SmartcryptTDE.exe (provided by your PKWARE representative) to the webserver's distribution folder
  1. Log into the TDE server
  2. Open IIS Manager
  3. Navigate to your TDE application
    Right-Click on TDE App in IIS is shown to end user
  4. Right-click and select Explore
  5. Navigate to <mds>\App_Data\TDEInstallerParts
  6. Copy the new SmartcryptTDE.exe into this folder, overwriting the previous version
On any TDE agent, install the new software from the Smartcrypt Manager. NOTE: This may require a reboot
  1. Log into Smartcrypt
  2. Click on TDE  
    Down TDE Agent Option is shown to the end user
  3. Click Download TDE Agent Installer
  4. install the software and reboot if prompted.

Linux SEM

From Windows Transfer .EXE to the appliance (scp)

scp SmartcryptTDE_Windows_<version>_x64.exe pkware@<SEM_IP>:/home/pkware
CODE


Logged into the SEM via SSH move .EXE to the location for Smartcrypt Enterprise Manager to bundle it:

sudo mv SmartcryptTDE_Windows_<version>_x64.exe /var/www/mds/App_Data/TDEInstallerParts/SmartcryptTDE_Windows_<version>_x64.exe
CODE