Installer - change file permissions

  • Thread starter Thread starter Dave Lambert
  • Start date Start date
D

Dave Lambert

Hi, hope someone can help, I would like to change
permissions on a folder and wondered if it is possible as
part of an automated install, the reason being we have
created an install for an asp.net web application, a
folder needs asp.net write priviliges. Anyone know?

Thanks alot.

dave
 
I don't believe there is any way to set File system permissions on any particular
folder. However, if you are using a Web Setup, you can set the Permissions on
that folder to "AllowWriteAccess".
 
Back
Top