# # # SERVER_LIST_FILE_PATH=C:\ServerList.txt # # LanStoreServer.cfg # SERVER_CONFIG_FILE_PATH=C:\LanStoreServer.cfg # # Folder of the binary server files. # Install method will copy these files to the server pc's # SERVER_SOURCE_FOLDER=C:\LSServer # # User mast have privilage to make RPC calls # SERVER_REMOTE_USER=Administrator SERVER_REMOTE_PASSWD=passwd # # Local path on the server to the binary folder. # SERVER_WORKING_DIR=C:\LSShare\LanStoreServer # # Server process name, and command line to start the server. # SERVER_PROCESS_NAME=LSServer.exe SERVER_COMMAND_LINE=LSServer.exe start # # Map the server's shared folder on the manager's pc as ... # MAP_NETWORK_DRIVE_AS=X # # If true, the NetworkDrive class will try to map with UserName and Password. # Leave it "false", it's worked for me. # MAP_NETWORK_DRIVE_WITH_AUTH=false MAP_NETWORK_DRIVE_USER=Administrator MAP_NETWORK_DRIVE_PASSWD=passwd # # Shared folder on server pc's # REMOTE_SHARED_FOLDER=LSShare # # Manager will install into this folder the binary files, inside REMOTE_SHARED_FOLDER. # REMOTE_INSTALL_FOLDER=LanStoreServer