I’m setting up my Node, and I keep running into this error when I install the Windows GUI
“There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.”
2021-04-24T21:06:00.477-0700 FATAL Unrecoverable error {“error”: “mkdir S:: The system cannot find the path specified.; mkdir S:: The system cannot find the path specified.; mkdir S:: The system cannot find the path specified.; mkdir S:: The system cannot find the path specified.”, “errorVerbose”: “group:\n— mkdir S:: The system cannot find the path specified.\n— mkdir S:: The system cannot find the path specified.\n— mkdir S:: The system cannot find the path specified.\n— mkdir S:: The system cannot find the path specified.”}
2021-04-24T21:12:05.226-0700 INFO Configuration loaded {“Location”: “C:\Program Files\Storj\Storage Node\config.yaml”}
2021-04-24T21:12:05.228-0700 FATAL Unrecoverable error {“error”: “storagenode configuration already exists (C:\Program Files\Storj\Storage Node)”}
The system cannot access your disk S:
Seems, you specified it with double colon.
Please, uninstall the storagenode, remove "C:\Program Files\Storj" and try to install again, but select a folder on your disk S:\
Ok delete program files/storj
then open CMD as Administrator
type sc.exe delete storagenode
it should respond that deleted successfully
then you can install it agan