When a folder is created from an application installation built by Installshield DevStudio 9, how to make sure that folder can be accessed by other domain users other than the one installing the application on a Windows XP machine?
Thank you.
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

How to control the security of created folder?
Started by
peterc
, Oct 05 2004 23:23
2 replies to this topic
Posted 06 October 2004 - 07:07
You can set the premissions of a folder by selecting the component that installs to this folder and set the permissions in that component's property grid.
Stefan Krüger
InstallSite.org twitter facebook
Posted 06 October 2004 - 07:09
Oops, that would be the method for MSI projects, but not for InstallScript. Here you could either run a program like cacls, or look at the sample scripts "Setting Access Permissions" at http://www.installsi...s/en/isp_os.htm
Stefan Krüger
InstallSite.org twitter facebook