Jump to content

Graham-NZ

Newbies
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Graham-NZ

  1. Thanks for your replies. Sorry I didn't get back to them earlier, my spam filter ate them. Vaughan, you're correct, I was meaning OS-level privileges. The single/multi user issue is a sticky one. Basically, I think the program doesn't really suit a database model, which is why we're writing a new version. It's most similar to a normal program, any user should be able to use it and they each have their own preferences etc., but since there can only be one back-end for the runtime everyone would be sharing the same prefs. Therefore, we decided to go with one copy per user. Anyway, unless there is a better location for it than the AppData directory we'll just go with that. Thanks for the help, Graham
  2. Hey, I'm fresh to these forums and to FM. I'm currently working developing a piece of software to replace some legacy software that's built as a FM runtime. I've also been assigned the task of fixing some installation problems with the legacy software. The situation is that the runtime needs admin privileges to be installed, as normal, but it needs admin privileges to run too, which we don't want. From what I've been able to figure out this is because the runtime or at least it's primary file gets modified because it is the database. Because these are installed in Program Files to be able to modify them you have to have admin privileges. This happens on Mac as well, but I know how to deal with it there. My planned solution is to set the default installation directory to something other than Program Files. My problem is that I don't know Windows all that well and I don't know where I should choose as the default installation location. Due to the nature of the runtime we're thinking it would be better for it to be a per-user installation instead of somewhere that multiple users can access the same runtime, so the default installation location shouldn't be somewhere like Shared Documents. My thought had been that maybe a user's AppData would be a decent directory, but I'm not sure. It seems to me that this must be a more widespread situation so there's either a convention for it or there's some better solution that I haven't been able to find. Any help would be appreciated and, of course, I am sorry if there was already a topic or some help page about this that I just missed. Cheers, Graham
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.