You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the package parameter /ServiceName is used without specifying the /ImportServiceProperties file location, and error is thrown by the powershell installation script. This is because the powershell script tries to write the $servicename variable into the neo4j-wrapper.conf file; which doesn't exist yet.
To duplicate this error, run the following choco command in Windows Powershell: choco install neo4j-community -version 3.5.1 -packageParameters "%TMP%\neo4j.conf /ServiceName:neo4j" --verbose
If this is intended behavior, it should be explicitly documented in the readme.md file.
The text was updated successfully, but these errors were encountered:
When the package parameter /ServiceName is used without specifying the /ImportServiceProperties file location, and error is thrown by the powershell installation script. This is because the powershell script tries to write the $servicename variable into the neo4j-wrapper.conf file; which doesn't exist yet.
To duplicate this error, run the following choco command in Windows Powershell:
choco install neo4j-community -version 3.5.1 -packageParameters "%TMP%\neo4j.conf /ServiceName:neo4j" --verbose
If this is intended behavior, it should be explicitly documented in the readme.md file.
The text was updated successfully, but these errors were encountered: