Skip to content

Commit cb68ccc

Browse files
committed
Fix unquoted service path
1 parent 8825386 commit cb68ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Install-XRFAgent.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sc create "XRFAgent" binpath="C:\Program Files\XRFAgent\XRFAgent.exe" start=auto displayname="XRF Agent Service"
1+
sc create "XRFAgent" binpath="\"C:\Program Files\XRFAgent\XRFAgent.exe\"" start=auto displayname="XRF Agent Service"

0 commit comments

Comments
 (0)