Installing software at large organisation
Posted
by
CJ7
on Server Fault
See other posts from Server Fault
or by CJ7
Published on 2012-02-16T14:01:59Z
Indexed on
2012/10/14
15:40 UTC
Read the original article
Hit count: 269
windows-xp
|enterprise-deployment
I have to give an MSI to a large organisation for it to install (presumably via GPO) on to some of their workstations that are running XP.
I already know that my application is not allowed to write to the application folder. I realise it should be writing to the AppData folder.
The organisation has allocated a folder on a server for the database files and other configuration files. This folder is referenced by UNC naming and not by mapped drives.
My question is: based on normal practices, is my app likely to have the rights to create a sub-folder on this server? Is my app likely to have the rights to create files on this server?
© Server Fault or respective owner