Table of Contents

Jubilant Manual Uninstall

Introduction

Sometimes it may be necessary to manually remove a Jubilant install from a server. These are those steps.

Uninstall

Preparation

Close all:

  1. Web browser windows.
  2. File explorer windows.
  3. Windows Services windows.
  4. Any app that may be "looking" at the file system where Jubilant is installed.
  5. Any Command / PowerShell window that may be "looking" at Jubilant components.

Reusable Command Window

  1. Launch a new Command Prompt as Administrator.

Remove Window Services

Type each of the following commands in the Command Prompt window, each followed by the [return] key. Errors may be seen if the service is not started, or if the service is not present on the local system.

  1. Type or copy/paste the text below followed by [return]:
net stop FlynetJubilantHostScreenServer
  1. Type or copy/paste the text below followed by [return]:
sc delete FlynetJubilantHostScreenServer
  1. Type or copy/paste the text below followed by [return]:
net stop FlynetJubilantLoggingServer
  1. Type or copy/paste the text below followed by [return]:
sc delete FlynetJubilantLoggingServer
  1. Type or copy/paste the text below followed by [return]:
net stop FlynetJubilantServer
  1. Type or copy/paste the text below followed by [return]:
sc delete FlynetJubilantServer
  1. Type or copy/paste the text below followed by [return]:
iisreset
  1. Do not close the Command Window.

Remove IIS Web Apps

Launch the Internet Information Services (IIS) Manager.

  1. Locate the fjlog, fjmanage and fjterm under sites -> {{some site}}, where {{some site}} is where the web apps are installed on the local system.
  2. Expand fjlog, right-click on hub under fjlog -> left-click on Remove.
  3. Right-click on fjlog -> left-click on Remove.
  4. Expand fjmanage, right-click on hub under fjmanage -> left-click on Remove.
  5. Right-click on fjmanage -> left-click on Remove.
  6. Expand fjterm, right-click on hub under fjterm -> left-click on Remove.
  7. Right-click on fjterm -> left-click on Remove.
  8. Back at the tp left of the IIS Manager, select Application Pools.
  9. Right-click on FJLog and select Remove.
  10. Right-click on FJManage and select Remove.
  11. Right-click on FJTerm and select Remove.
  12. Close the IIS Manager.
  13. Locate your already running Command Window running as Administrator. Type or copy/paste the text below followed by [return]:
iisreset
  1. Close this Command Window.

Remove Files

  1. Open Windows File Explorer
  2. Delete the entire Jubilant folder (inclusive). By default, the install location is C:\Program Files\Flynet\Jubilant
  3. Delete the entire Jubilant ProgramData folder (inclusive). By default, this will be found at C:\ProgramData\Flynet\Jubilant. Please note that the ProgramData folder is hidden by default. Access by displaying hidden folders or type URL at the top of the Flynet Explorer to manually enter C:\ProgramData.

Remove Windows Start Menu Shortcuts

  1. Press the Windows Start menu button.
  2. Expand All Programs or All apps on the start menu.
  3. Locate the Flynet Jubilant start menu folder.
  4. Right-click Jubilant Log Viewer -> select Open File Location (may be under more).
  5. In the resultant Windows File Explorer, navigate one folder up so that the Flynet Jubilant folder can be seen.
  6. Right-click the Flynet Jubilant folder -> delete.