Hi I am trying to install crowdstrike but getting an issue. I think i may be doing something wrong but cannot see the wood for the trees.
This is my complete action script and it works up to the actual installer. I have disabled all but last line as i was trying different installer lines.
waithidden dos c:\temp\Crowdstrike\WindowsSensor.exe /install /quiet /norestart APP_PROXYNAME=IPADDRESS APP_PROXYPORT=PORTNO CID=OURCID grouping_tags=APPID
I have also tried
waithidden dos “c:\temp\Crowdstrike\WindowsSensor.exe /install /quiet /norestart APP_PROXYNAME=IPADDRESS APP_PROXYPORT=PORTNO CID=OURCID grouping_tags=APPID”
And
waithidden dos “c:\temp\Crowdstrike\WindowsSensor.exe” /install /quiet /norestart APP_PROXYNAME=IPADDRESS APP_PROXYPORT=PORTNO CID=OURCID grouping_tags=APPID
If i run command without the “” from cmd shell it works? Also fixlet debugger says all ok. I guess it ios happy that it is kicking off the cmd but as it is a DOS command it knows no different
Ok, that exit code would usually indicate a failure of some kind in the command.
Does your proxy require authentication? It may be that when running under your user account, proxy authentication is working transparently but the same may not work when running under the LocalSystem computer account?
Do you get the same exit code 1 when running from the Fixlet Debugger? The Debugger would be executing under your user account rather than LocalSystem so that would help determine whether it could be a proxy auth issue.