INFO - Starting Host
DEBUG - Arguments: service
DEBUG - Running command: 'service'
DEBUG - Executing subcommand 'install'
INFO - Received service install notification
DEBUG - Attempting to install 'stuff'
Running a transacted installation.
Beginning the Install phase of the installation.
INFO - Installing Service stuff
Installing service stuff...
Service stuff has been successfully installed.
Creating EventLog source stuff in log Application...
Installing service stuff...
Creating EventLog source stuff in log Application...
An exception occurred during the Install phase.
System.ComponentModel.Win32Exception: The specified service already exists
The Rollback phase of the installation is beginning.
Restoring event log to previous state for source stuff.
Restoring event log to previous state for source stuff.
Service stuff is being removed from the system...
Service stuff was successfully removed from the system.
The Rollback phase completed successfully.
FATAL - Host encountered an unhandled exception on the AppDomain
System.InvalidOperationException: The installation failed, and the rollback has been performed. ---> System.ComponentModel.Win32Exception: The specified service already exists
at System.ServiceProcess.ServiceInstaller.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at Topshelf.Commands.WinService.SubCommands.HostServiceInstaller.Install(IDictionary stateSaver) in E:\Development\topshelf\src\Topshelf\Commands\WinService\SubCommands\HostServiceInstaller.cs:line 46
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)
--- End of inner exception stack trace ---
at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)
at Topshelf.Commands.WinService.SubCommands.WinServiceHelper.Register(String fullServiceName, HostServiceInstaller installer) in E:\Development\topshelf\src\Topshelf\Commands\WinService\SubCommands\WinServiceHelper.cs:line 85
at Topshelf.Commands.WinService.SubCommands.InstallService.Execute(IEnumerable`1 args) in E:\Development\topshelf\src\Topshelf\Commands\WinService\SubCommands\InstallService.cs:line 52
at Topshelf.Commands.WinService.ServiceCommand.Execute(IEnumerable`1 args) in E:\Development\topshelf\src\Topshelf\Commands\WinService\ServiceCommand.cs:line 84
at Topshelf.TopshelfDispatcher.Dispatch(RunConfiguration config, TopshelfArguments args) in E:\Development\topshelf\src\Topshelf\TopshelfDispatcher.cs:line 45
at Topshelf.Runner.Host(RunConfiguration configuration, String[] args) in E:\Development\topshelf\src\Topshelf\Runner.cs:line 51
at Stuff.Program.Main(String[] args) in E:\Development\topshelf\src\Stuff\Program.cs:line 46
The transacted install has completed.