I tried to set two environment variables using
nssm set TestService AppEnvironmentExtra SOMEVAR=SOMEVALUE
but only the last value is considered, one command overlaps the other
i try
nssm install TestService TestPath
nssm set SystoreApi AppEnvironmentExtra SOME_VAR1=SOME_VALUE1
nssm set SystoreApi AppEnvironmentExtra SOME_VAR2=SOME_VALUE2
bout only SOME_VAR2=SOME_VALUE2 was save