05-12-2009 10:13 AM
Hello,
Is it possible to set the access permission for some specific files or folders when building an installer?
Thanks a lot,
Yi
05-13-2009 04:17 PM
Hi ycui24,
What files or folders do you want to modify the permissions of, and what functionality are you trying to restrict? When creating the Installer from Build Specifications, there is Category for Source File Settings where you can set the file attributes as Read-Only, Hidden, etc. Is this the type of thing that you are looking for?
Regards,
Stephen S.
05-13-2009 05:25 PM
I am doing a program to connect with a database. The database is included in the installer and will be installed into the program files directory (which is default). However in some cases the program files folder in C drive is restricted to visit so I was wondering can I make some selection in the installer so that once the program is installed the user can have access to that specific file without the authorization from adminstrator.
Thanks a lot,
05-14-2009 05:05 PM
Hi Yi,
If your programs folder access is restricted, then any files that you write to that folder will be restricted, and this cannot be changed in the installer. If you cannot remove the restrictions on the programs folder, then you will have to install the programs that you want access to into a different location that does not have these restrictions.
Regards,
Stephen S.