R
Ryan McCormack
I have a setup project to deploy our software -- but I have a problem.
I want the installation to be system wide, but I also want all users
to have rwx permissions to the installation directory (c:\program
files\company\program\)
The reason is as follows: I have an autoupdate feature that grabs new
updates when they are available -- but in many cases a regular user is
at the machine and cannot update the software because they do not have
write permissions to the program directory.
So, within the setup project, at post install time, I want to alter
the permissions of the directory. Is this possible?
I want the installation to be system wide, but I also want all users
to have rwx permissions to the installation directory (c:\program
files\company\program\)
The reason is as follows: I have an autoupdate feature that grabs new
updates when they are available -- but in many cases a regular user is
at the machine and cannot update the software because they do not have
write permissions to the program directory.
So, within the setup project, at post install time, I want to alter
the permissions of the directory. Is this possible?