Connecting Tech Pros Worldwide Forums | Help | Site Map

Installer - change file permissions

Dave Lambert
Guest
 
Posts: n/a
#1: Nov 22 '05
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

Mike Wade [MSFT]
Guest
 
Posts: n/a
#2: Nov 22 '05

re: Installer - change file permissions


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".

--
Mike Wade, VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------[color=blue]
>From: "Dave Lambert" <mrdavidlambert@hotmail.com>
>Subject: Installer - change file permissions
>Date: Tue, 22 Jul 2003 12:57:31 -0700
>
>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
>[/color]


Mike Wade [MSFT]
Guest
 
Posts: n/a
#3: Nov 22 '05

re: Installer - change file permissions


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".

--
Mike Wade, VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------[color=blue]
>From: "Dave Lambert" <mrdavidlambert@hotmail.com>
>Subject: Installer - change file permissions
>Date: Tue, 22 Jul 2003 12:57:31 -0700
>
>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
>[/color]


Closed Thread