I set Windows 7 x64 to a non-English Language Pack (for example, German). My setup program then runs the following query for a non-existent service:
status = Service.Query("", "foo");
status returns 1 (SERVICE_STOPPED).
When I switch Windows back to the English Language Pack it correctly returns 0 (SERVICE_NOT_FOUND).
Is this a known issue? Is there a fix or workaround?
I am using SUF 9.5.2.0 (the latest, I believe)
status = Service.Query("", "foo");
status returns 1 (SERVICE_STOPPED).
When I switch Windows back to the English Language Pack it correctly returns 0 (SERVICE_NOT_FOUND).
Is this a known issue? Is there a fix or workaround?
I am using SUF 9.5.2.0 (the latest, I believe)
Comment