How to Manually Uninstall BarTender
Overview
You may need to manually uninstall BarTender if you are not able to remove BarTender using conventional removal methods. Installing BarTender might fail because the previous BarTender copy has not been properly removed.
This guide will lay out the best practices for manually uninstalling the BarTender suite.
Applicable to
BarTender 2016 and earlierInformation
Backup Current Files
It's a good practice to create a backup of the following items before removing BarTender manually:
- BarTender documents (.btw)
- BarTender components (.btc)
- Named Database Connections
- The BarTender System Database
- Integration Builder integration files (.btin)
- Any other file or resource used by the BarTender documents, such as picture files, Script libraries, etc...
If you're not sure about the location of these files, open Administration Console and select the File Locations tab on the left-hand side.
Stop and Remove Services
- Stop all Windows services installed by BarTender. This can be done from the command line as follows:
-
- sc stop "BarTender System Service"
sc stop "BarTender Integration Service"
sc stop "BarTender Print Scheduler"
sc stop "Seagull License Server"
sc stop Maestro
- sc stop "BarTender System Service"
- Delete all Windows services installed by BarTender. This can be done from the command line as follows:
-
- sc delete "BarTender System Service"
sc delete "BarTender Integration Service"
sc delete "BarTender Print Scheduler"
sc delete "Seagull License Server"
sc delete Maestro
- sc delete "BarTender System Service"
- When manually removing the Seagull services, it is also important to run the associated Seagull services .exe uninstall command. This is done by opening a Windows Command prompt as an Administrator and running the following commands:
-
- Integration.Service.exe /uninstall
PrintScheduler.Server.exe /uninstall
BtSystem.Service.exe /uninstall
- Integration.Service.exe /uninstall
Completing the above steps:
- Uninstalls the service from the Windows control panel.
- Cleans up and deletes Microsoft message queues.
Simply removing a service using the sc command, however, does not clean up the system 100%.
Installation Cleanup
- After all services are removed, reboot the system.
- Use the Program Install and Uninstall Trouble Shooter to remove the BarTender package. You can find it at:
Program Install and Uninstall Trouble Shooter
- Manually remove the following folders:
- C:\Program Files\Seagull (for BarTender 64Bit).
- C:\Program Files (x86)\Seagull (for BarTender 32Bit) or wherever you’ve installed BarTender if you have installed the software on a different folder.
- C:\ProgramData\Seagull.
- C:\ProgramData\Seagull Security.
- Remove the following Windows registry keys:
- HKEY_CURRENT_USER\Software\Seagull Scientific.
- HKEY_LOCAL_MACHINE\SOFTWARE\Seagull Scientific.
- HKEY_CURRENT_USER\Seagull Scientific.
- Go to the folder below and clear out the contents of any previous install files (related to BarTender installation) just in case they were corrupted:
- C:\Users<user account>\AppData\Local\Downloaded Installations.
- Lastly, reboot your system one more time.
This guide will lay out the best practices for manually uninstalling the BarTender suite.
Applicable to
BarTender 2019 and laterInformation
Backup Current Files
It's a good practice to create a backup of the following items before removing BarTender manually:
- BarTender documents (.btw)
- BarTender components (.btc)
- Named Database Connections
- The BarTender System Database
- Integration Builder integration files (.btin)
- Any other file or resource used by the BarTender documents, such as picture files, Script libraries, etc...
If you're not sure about the location of these files, open Administration Console and select the File Locations tab on the left-hand side.
Stop and Remove Services
- Stop all Windows services installed by BarTender. This can be done from the command line as follows:
- sc stop "BarTender Integration Service"
- sc stop "BarTender Print Scheduler"
- sc stop "Seagull License Service"
- sc stop "BarTender Licensing Service"
- sc stop Maestro
- net stop "BarTender System Service"
- When manually removing the Seagull services, it is also important to run the associated Seagull services .exe uninstall command. This is done by opening a Windows Command prompt as an Administrator and running the following commands:
- cd "C:\Program Files\Seagull\[BarTender Suite]" ([BarTender Suite] should be replaced with your version, i.e. BarTender 2021).
- Seagull.Notification.SystemTray.exe /unregister
- DataBuilder.exe /unregister
- Maestro.Service.exe /uninstall
- Integration.Service.exe /uninstall
- PrintScheduler.Service.exe /uninstall
- Licensing.Service.exe /uninstall
- BtSystem.Service.exe /uninstall
Completing the above steps:
- Uninstalls the service from the Windows control panel.
- Cleans up and deletes Microsoft message queues.
Simply removing a service using the sc command, however, does not clean up the system 100%.
Installation Cleanup
- After all services are removed, reboot the system.
- Use the Program Install and Uninstall Trouble Shooter to remove the BarTender package. You can find it at:
- Manually remove the following folders:
- C:\Program Files\Seagull (for BarTender 64Bit)
- C:\Program Files (x86)\Seagull (for BarTender 32Bit) or wherever you’ve installed BarTender if you have installed the software on a different folder
- C:\ProgramData\Seagull
- C:\ProgramData\Seagull Security
- Remove the following Windows registry keys:
- HKEY_CURRENT_USER\Software\Seagull Scientific
- HKEY_LOCAL_MACHINE\SOFTWARE\Seagull Scientific
- HKEY_CURRENT_USER\SOFTWARE\Seagull Scientific
- HKEY_CURRENT_USER\Software\WOW6432Node\Seagull Scientific (for 32 bit installations)
- HKEY_LOCAL_MACHINE\Software\WOW6432Node\Seagull Scientific (for 32 bit installations)
- Lastly, reboot your system one more time.
Reinstall BarTender
At this point, you haven't removed all files and registry information used by BarTender, but you have removed everything that would prevent a reinstallation.
- Reinstall BarTender Suite using a newly downloaded file from the below webpage (32bit or 64bit version depending on your Windows architecture)
More Information
How to Launch a Command Prompt as Administrator Using the Start Menu in Windows
You can open an Command Prompt with Administrator rights using the Start menu (or Start screen in Windows 8).
- Click Start and type command in the Search bar. You’ll see Command Prompt listed as the first result.
- Right-click that result and choose Run as administrator.
How to Open and Edit the Windows Registry
To open the Windows Registry, follow the steps below.
- Click the Start button.
- In the Start Menu, either in the Run or Search box, type regedit and press Enter. In Windows 8, you can type regedit on the Start screen and select the regedit option in the search results. In Windows 10, type regedit in the Search box on the taskbar and press Enter.
- If prompted by User Account Control, click Yes to open the Registry Editor.