Observability
Files Appear in Windows Recycle Bin After SolarWinds Platform Installer Execution
This article provides information about scenarios where files are observed in the Windows Recycle Bin after running the SolarWinds Platform installer and clarifies whether the SolarWinds Platform installer deletes or moves files to the Recycle Bin.
First published date
Last published date
Overview
After executing the SolarWinds Platform installer (for example, SolarWinds.Installer-YYYY.X.X.XXXX.exe), certain files, often perceived as installer or temporary files, may appear in the Windows Recycle Bin. This may raise concerns that the SolarWinds installer is automatically sending files to the Recycle Bin during installation, upgrade, or cleanup activities.
From a Windows operating system perspective, files are placed into the Recycle Bin only when deletion is explicitly requested using Recycle Bin-aware APIs. Standard file deletion methods used by system services, MSI-based installers, or background processes perform permanent deletion and bypass the Recycle Bin.
An internal review of the components that make up the SolarWinds Platform installer, including the installer bootstrapper, installer orchestration services, underlying installer engine, and configuration utilities, confirms that file cleanup operations use direct deletion mechanisms (for example, filesystem delete calls) rather than Recycle Bin-aware deletion APIs.
As a result, the SolarWinds Platform installer does not contain functionality that intentionally sends files to the Windows Recycle Bin. When files are found there, the cause is typically external to the installer itself.
No specific installer error messages are logged related to Recycle Bin operations. Installer logs may show standard cleanup activity similar to the following (example only):
2026-01-01 10:15:32.456 INFO InstallerCleanup - Deleting temporary file: C:\Temp\Installer\artifact_001.tmp
2026-01-01 10:15:32.789 INFO InstallerCleanup - Temporary directory cleanup completed
These entries indicate direct file deletion and do not represent Recycle Bin usage.
Product section
Cause
Files appearing in the Windows Recycle Bin after running the SolarWinds Platform installer are not caused by the installer itself. Common causes include:
- Manual deletion of files by a user through Windows Explorer
- Third-party software such as antivirus, endpoint protection, or disk cleanup tools
- Administrative or maintenance scripts that explicitly use Recycle Bin–aware delete operations
- Deletion of extracted installer or temporary files from user-accessible directories (for example, %TEMP%)
- Other non-Platform SolarWinds utilities or unrelated applications that support Recycle Bin deletion behavior
The SolarWinds Platform installer performs file cleanup using permanent deletion methods and does not instruct Windows to place files into the Recycle Bin.
Resolution
The SolarWinds Platform installer is operating as designed and does not include functionality to move files to the Windows Recycle Bin.
No product fix or configuration change is required.
To further investigate files found in the Windows Recycle Bin:
- Review Recycle Bin metadata (original path, deletion timestamp, and file size).
- Identify the user profile associated with the Recycle Bin entries.
- Compare the deletion timestamps with the SolarWinds installer execution window.
- Review third-party security, cleanup, or maintenance tools running on the system.
- Work with system administrators to review Windows file deletion auditing or security logs, if enabled.
If additional investigation is required, this should be performed at the operating system or security tooling level.
Additional Information / Support Scope
The behavior described in this article involves Windows file system operations and Recycle Bin handling, which are controlled by the operating system and user or third-party processes.
SolarWinds Support can validate Platform components. However, identifying the specific process or user action responsible for placing files into the Windows Recycle Bin requires OS-level auditing and analysis that is outside the scope of SolarWinds Platform configuration and installer behavior.
You are advised to engage their system administrators or security teams to:
- Review Windows security and object access audit logs
- Identify the user context associated with the Recycle Bin entries
- Evaluate third-party security, cleanup, or maintenance tools active on the system
If logs, audit records, or other technical evidence indicate a SolarWinds process performing Recycle Bin-aware deletion, please provide the relevant data so it can be reviewed by SolarWinds Support.