"me too."
this is obviously an issue with the installer. any plans to correct it in a future version?
you may want to mention to folks that they need special permission to create that folder (i.e., they need to be root). if you are logged in to your mac under an admin account then
Code:
sudo mkdir /Library/OrbNetworks
will probably do the trick. you'll be prompted for your password.
does this really need to be a system-wide directory? it's a little unsettling when an app creates system-wide resources.
or should it be a per-user directory (i.e., ~/Library/OrbNetworks vs /Library/OrbNetworks)?