Files and folders
All extracted files and any empty directories created by the package.
Paquet Builder includes a built-in uninstaller engine that ensures your application can be completely removed from the user’s system. When enabled, it appears in Settings > Apps > Installed Apps (or Add/Remove Programs).
Files and folders
All extracted files and any empty directories created by the package.
Shortcuts
Start Menu, Desktop, and Taskbar links created during installation.
System configuration
.ini file entries and registry keys (under HKCU or HKLM).
Prevent file removal
Select a file in the File Manager and enable “Do not remove” in File Properties — useful for user data, logs, or shared components.
Shared file support
The uninstaller checks the system usage counter for shared DLLs/OCXs and only removes them if no other application is using them. See Registering Shared Files.
Custom uninstall commands
Define additional cleaning tasks with Custom Uninstall Commands — run scripts, de-register ActiveX controls, or prompt for feedback.
The uninstaller inherits the same UAC level as the main installer. If your installer required admin rights to place files in Program Files, the uninstaller also requires them.