LexFloatServer does not work on Windows if -pfile is specified

Hello,

I had a problem with installing LexFloatServer on multiple machine.
All machine had a problem during starting service.

I narrowed down the issue. If -pfile option is used to specify dat file, the service will fail to start when -i option is used to install service.
If I place Product.dat file next to LexFloatServer.exe, the service starts just fine.

Please check if it is reproduciable on your end.

Thanks,

Hello,

Did you pass the absolute path of the product.dat file? Please ensure path was correct if backslashes are used they need to be escaped.

You also need to pass -pfile & -config at the time when -i option is used to install service.

Got it. Likely it is because I’m just passing file name to -i option. As it is succeeded to install service, I thought it is working fine, but seemingly it is not. Thank you for your help!