Step-by-step guide
Windows SEM
Copy the TDE agent SmartcryptTDE.exe (provided by your PKWARE representative) to the webserver's distribution folder
- Log into the TDE server
- Open IIS Manager
- Navigate to your TDE application

- Right-click and select Explore
- Navigate to <mds>\App_Data\TDEInstallerParts
- 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
- Log into Smartcrypt
- Click on TDE

- Click Download TDE Agent Installer
- 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