Has anyone dealt with using Install.exe, either from the official release or a self-built one?
I’m running into an issue where the Install.exe from the release build does absolutely nothing — it doesn’t start the service or perform any actions at all.
The Install.exe that I built myself does create the service, but the service immediately stops afterward.
С:\Users\solo>sc query svc
SERVICE_NAME: svc
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x7d0
C:\Windows\System32>sc qc svc
[SC] QueryServiceConfig FAILED 1734:
The array bounds are invalid.
C:\Windows\System32>net start svc
The service is not responding to the control function.
More help is available by typing NET HELPMSG 2186.
I also noticed the following:
PS C:\WINDOWS\system32> reg query "HKLM\SOFTWARE" /v '$77dll64'
ERROR: The system was unable to find the specified registry key or value.
PS C:\WINDOWS\system32> reg query "HKLM\SOFTWARE" /v '$77dll32'
ERROR: The system was unable to find the specified registry key or value.
PS C:\WINDOWS\system32> reg query "HKLM\SOFTWARE" /v '$77stager'
HKEY_LOCAL_MACHINE\SOFTWARE
$77stager REG_BINARY
Both 77dll64 and 77dll32 are empty/missing.
Has anyone dealt with using Install.exe, either from the official release or a self-built one?
I’m running into an issue where the Install.exe from the release build does absolutely nothing — it doesn’t start the service or perform any actions at all.
The Install.exe that I built myself does create the service, but the service immediately stops afterward.
С:\Users\solo>sc query svc
SERVICE_NAME: svc
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x7d0
C:\Windows\System32>sc qc svc
[SC] QueryServiceConfig FAILED 1734:
The array bounds are invalid.
C:\Windows\System32>net start svc
The service is not responding to the control function.
More help is available by typing NET HELPMSG 2186.
I also noticed the following:
PS C:\WINDOWS\system32> reg query "HKLM\SOFTWARE" /v '$77dll64'
ERROR: The system was unable to find the specified registry key or value.
PS C:\WINDOWS\system32> reg query "HKLM\SOFTWARE" /v '$77dll32'
ERROR: The system was unable to find the specified registry key or value.
PS C:\WINDOWS\system32> reg query "HKLM\SOFTWARE" /v '$77stager'
HKEY_LOCAL_MACHINE\SOFTWARE
$77stager REG_BINARY
Both 77dll64 and 77dll32 are empty/missing.