Installation Steps For AD Installation
Step 1: Copy the installation file (setup file) to a directory or a shared folder.
Note : Do not change the name of the setup file.
Step 2: Execute the PowerShell script installation command:
`Powershell
Start-Process -FilePath "$TRACKER_INSTALLER_INSTALLATION_PATH" -ArgumentList "/c" -NoNewWindow
`
Step 3: Replace `$TRACKER_INSTALLER_INSTALLATION_PATH` with the actual path where the installation files were copied in Step 2.
---
Uninstallation Steps:
Execute the following PowerShell script for uninstallation:
```powershell
Start-Process -FilePath "$TRACKER_INSTALLER_INSTALLATION_PATH" -ArgumentList "/c" -NoNewWindow
```
Replace `$TRACKER_INSTALLER_INSTALLATION_PATH` with the path where the installation files were originally copied.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article