Page 1 of 1
Multiuser FreeCommander
Posted: 21.04.2009, 14:13
by max_tr6
Storing setting in ini file in program folder is good for portable version and for those users who have admin rights. If someone logs in as user, he can't save frecommander settings as he has no permissions to write to program files. May be you can make it like AIMP, that asks what user wants during install: single, or multiuseruser config?
PS
Nice piece of software, by the way. Keep going!
Posted: 22.04.2009, 00:54
by Dreamer
Hmm... good suggestion, for the future version.
Of course, FC has such an option, in Settings > Start program > Config file > "Specific for user...".
Posted: 22.04.2009, 09:34
by max_tr6
Hmm.. I didn't find it and set permissions for freecommander.ini
Thanks for tip.
Posted: 23.04.2009, 00:32
by Dreamer
Perhaps it should be a default option because of that problem in Vista.
Related Issue with Group Policy deployment of FreeCommander
Posted: 13.07.2009, 21:41
by Paul_F
I have a related problem regarding user credentials.
I want to automatically assign FreeCommander to my users from the MSI package via Active Directory Group Policy. The installation works fine but doesn't allow the user to save settings to the .ini file without elevated credentials. If the installation set the permissions on the .ini file to "modify" for users it would be good.
Also I want to apply a custimized .ini file for my users automatically, located on a network share.
The only work-around I can think of is to make a logon script to change the permissions on the .ini file and copy a shortcut to the desktop with the /ini= switch (which doesn't seem to be working for me at the moment, what is the correct syntax?).
I could also use a script to copy the custom .ini file to the install folder but I want the .ini file off the system drive so as not to lose settings in the event of a re-install.
Otherwise I'm liking the program very much as a replacement for Total Commander.
Re: Related Issue with Group Policy deployment of FreeComman
Posted: 19.08.2009, 16:38
by EtherealMonkey
Paul_F wrote:
If the installation set the permissions on the .ini file to "modify" for users it would be good.
What is the OS? Vista I presume? I am not sure what the problem it is you are having with this, so consider this part of my response more of a solicitation for information than anything.
Paul_F wrote:
Also I want to apply a custimized .ini file for my users automatically, located on a network share.
Now, I like this idea. And, I just tested it.
And... it works!!! So, I guess you would like to know the syntax?
{PathToFreeCommanderInstallFolder}\FreeCommander.exe /Ini=\\MachineName\ShareName$\FreeCommander_Test.ini (the $ is optional, I prefer hidden Shares

)
Paul_F wrote:
I could also use a script to copy the custom .ini file to the install folder but I want the .ini file off the system drive so as not to lose settings in the event of a re-install.
You are doing backups, right?
Well, either way, the idea you had with the drive share will work. If your users don't have much info on the machines (kiosk, POS, Thin Client, etc), then I guess you should be set...
Posted: 20.08.2009, 07:55
by Paul_F
Thanks for the syntax advice - the FAQ should specify UNC path, I was giving a path to a folder on an existing mapped share rather than directly to the spot.