I selected the option to install and had it create a new share.
I browsed to the web server and found this message:
The server's data share path cannot be found, or is not local to the server. An administrator can fix this by editing the value of Continua.Builds.DataSharePath in Continua.Service.exe.config
Looking it did not create the share (I will create it and move on)
I also noticed that the Error Message has the config file name incorrect it's, I found that entry in:
The server's data share path cannot be found, or is not local to the server. An administrator can fix this by editing the value of Continua.Builds.DataSharePath in Continua.Service.exe.config
I found myself pressing refresh over and over. Restarting IIS and the Continua services. Then I noticed the URL had changed and I was just refreshing the error message page. It seems that once the error is fixed and a user refreshes the page it should take them back to the original page and continue on.
What version of Windows do you have installed? I just tested the installer here on Windows 7 and it appears to create the share fine, though it did create it with the wrong permissions (needs to be read/write). We’ll hopefully get this resolved today, thanks for reporting it.
After a bit more testing, it turns out we weren’t quoting correctly when calling NET SHARE to create the share, did you by any chance have spaces in the share name created during the installer?
As another observation regarding the share, granting ‘Full Control’ is actually probably completely unnecessary. As a general rule I don’t want non-administrative users to have the ability to change/set permissions on files and folders. This is because, in my experience, they typically will screw things up in a most spectacular way.