Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2016-08-25 12:32:03.0049|399001|tid:1|MachineName: WINXP32; UserDomainName: WINXP32; UserName: mech; .NET Version: 4.0.30319.1026
  2. 2016-08-25 12:32:03.0049|340020|tid:1|Installer app started
  3. 2016-08-25 12:32:03.0250|340020|tid:1|Backend installation begin
  4. 2016-08-25 12:32:03.3955|340021|tid:1|
  5. SERVICE_NAME: trufos
  6.         TYPE               : 2  FILE_SYSTEM_DRIVER
  7.         STATE              : 4  RUNNING
  8.                                 (STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
  9.         WIN32_EXIT_CODE    : 0  (0x0)
  10.         SERVICE_EXIT_CODE  : 0  (0x0)
  11.         CHECKPOINT         : 0x0
  12.         WAIT_HINT          : 0x0
  13.         PID                : 0
  14.         FLAGS              :
  15.  
  16. 2016-08-25 12:32:05.4384|340021|tid:1|[SC] CreateService SUCCESS
  17.  
  18. 2016-08-25 12:32:05.4785|340021|tid:1|[SC] ChangeServiceConfig2 SUCCESS
  19.  
  20. 2016-08-25 12:32:08.1924|340020|tid:1|Backend installation completed
  21. 2016-08-25 12:37:49.0926|399001|tid:1|MachineName: WINXP32; UserDomainName: WINXP32; UserName: mech; .NET Version: 4.0.30319.1026
  22. 2016-08-25 12:37:49.0926|340020|tid:1|Installer app started
  23. 2016-08-25 12:37:49.1527|340020|tid:1|Backend uninstall process begin
  24. 2016-08-25 12:37:51.4860|340021|tid:1|[SC] DeleteService SUCCESS
  25.  
  26. 2016-08-25 12:37:51.6463|340020|tid:1|Backend uninstall completed
  27. 2016-08-25 12:38:04.3846|399001|tid:1|MachineName: WINXP32; UserDomainName: WINXP32; UserName: mech; .NET Version: 4.0.30319.1026
  28. 2016-08-25 12:38:04.3846|340020|tid:1|Installer app started
  29. 2016-08-25 12:38:04.4046|340020|tid:1|Backend installation begin
  30. 2016-08-25 12:38:06.4375|340021|tid:1|Creates a service entry in the registry and Service Database.
  31. SYNTAX:
  32. sc create [service name] [binPath= ] <option1> <option2>...
  33. CREATE OPTIONS:
  34. NOTE: The option name includes the equal sign.
  35.  type= <own|share|interact|kernel|filesys|rec>
  36.        (default = own)
  37.  start= <boot|system|auto|demand|disabled>
  38.        (default = demand)
  39.  error= <normal|severe|critical|ignore>
  40.        (default = normal)
  41.  binPath= <BinaryPathName>
  42.  group= <LoadOrderGroup>
  43.  tag= <yes|no>
  44.  depend= <Dependencies(separated by / (forward slash))>
  45.  obj= <AccountName|ObjectName>
  46.        (default = LocalSystem)
  47.  DisplayName= <display name>
  48.  password= <password>
  49.  
  50. 2016-08-25 12:38:06.4676|340021|tid:1|[SC] OpenService FAILED 1060:
  51.  
  52. The specified service does not exist as an installed service.
  53.  
  54.  
  55. 2016-08-25 12:38:06.4976|340021|tid:1|[SC] OpenService FAILED 1060:
  56.  
  57. The specified service does not exist as an installed service.
  58.  
  59.  
  60. 2016-08-25 12:38:08.5105|140190|tid:1|System.InvalidOperationException: Service SafeBytesServiceMon was not found on computer '.'. ---> System.ComponentModel.Win32Exception: The specified service does not exist as an installed service
  61.    --- End of inner exception stack trace ---
  62.    at System.ServiceProcess.ServiceController.GenerateNames()
  63.    at System.ServiceProcess.ServiceController.get_ServiceName()
  64.    at System.ServiceProcess.ServiceController.Start(String[] args)
  65.    at System.ServiceProcess.ServiceController.Start()
  66.    at SafeBytesInstaller.FormInstaller.InstallSafeBytes() Assembly Full Name: Analytics.Client, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null; Current Directory: C:\Documents and Settings\mech\Local Settings\Temp\nsz44.tmp\SafeBytes\Install; Running App: SafeBytesInstaller.exe; Assembly Location: C:\Program Files\SafeBytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement